COLOR #6B677E

HEX: #6B677E
RGB: (107,103,126)

Renk bilgisi

#6B677E contains red, green and blue colors in about the same proportion. #6B677E ‘ nin web güvenlik rengi #666666 (ya da #666) dir.

RGB renk modeli

#6B677E color RGB value is (107,103,126).

  • kırmız ton 107;
  • yeşil ton 103;
  • mavi ton 126.
RGB:
(107,103,126)
(42%,40%,49%)

RGB bağlantıları ve doygunluk

R 107 of 255 = 42%
G 103 of 255 = 40%
B 126 of 255 = 49%

107
103
126

R + G + B ~ 44%. #6B677E is middle color (not dark and not light).

Yüzdelerle RGB renk parçaları

R + G + B =
107 + 103 + 126 = 336 (100%)
R 107 of 336 ~ 31.85%
G 103 of 336 ~ 30.65%
B 126 of 336 ~ 37.5%

%31.85
%30.65
%37.5

CMYK RENK MODELİ

#6B677E rengi CMYK tonu (15,18,0,51).

  • camgöbeği tonu 15.08%
  • eflatun tonu 18.25%
  • sarı tonu 0.00%
  • ana renk tonu 50.59%
CMYK:
(15,18,0,51)
C15M18Y0K51 
(15%,18%,0%,51%)
(0.15/0.18/0.00/0.51)	

CMYK yüzdeleri

%15.08
%18.25
%0
%50.59

Codes

Color #6B677E in popluar color models

6B677E
RGB107103126
HSL250°10.04%44.90%
HSB/HSV250°18.25%49.41%
CMYK15.08%18.25%0.00%
50.59%

Color #6B677E in popluar number systems.

HEX6B677E
Decimal107103126
Binary110101111001111111110
Octal153147176

Shades and tints

Shades of #6B677E

#6B677E
(107,103,126)
#625E73
(98,94,115)
#595568
(89,85,104)
#504C5D
(80,76,93)
#474352
(71,67,82)
#3E3A47
(62,58,71)
#35313C
(53,49,60)
#2C2831
(44,40,49)
#231F26
(35,31,38)
#1A161B
(26,22,27)
#110D10
(17,13,16)
#000000
(0,0,0)

Tints of #6B677E

#6B677E
(107,103,126)
#787489
(120,116,137)
#858194
(133,129,148)
#928E9F
(146,142,159)
#9F9BAA
(159,155,170)
#ACA8B5
(172,168,181)
#B9B5C0
(185,181,192)
#C6C2CB
(198,194,203)
#D3CFD6
(211,207,214)
#E0DCE1
(224,220,225)
#EDE9EC
(237,233,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6B677E color. Also use rgb(107,103,126) instead hex code.

Text Font Color

.myTextColor { color: #6B677E; }

<p style="color:#6B677E">This sample text font color is #6B677E.</p>

This text font color is #6B677E.


Background Color

.myBgColor { background-color: #6B677E; }

<div style="background-color:#6B677E">Inner text</div>

This div background color is #6B677E.


Border color

.myBorderColor { border: 1px solid #6B677E; }

<div style="border:3px solid #6B677E">Div</div>

This div border color is #6B677E.


Opacity

.myOpacity80 { color: #6B677E; opacity: 0.8; }

<p style="color:#6B677E;opacity:0.8;">80%</p>

Text with #6B677E color and opacity 100% | 80% | 50% | 30%.

Background with opacity value 100%.

Background with opacity value 80%.

Background with opacity value 50%.

Background with opacity value 30%.

Text shadow color

.textShadow {text-shadow: 3px 3px 1px #6B677E;}

<p style="text-shadow: 3px 3px 1px #6B677E">Text here.</p>

This text has shadow with #6B677E color.

.textShadow {text-shadow: 3px 3px 1px #6B677E, 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #6B677E, 5px 5px 20px red">Text here.</p>

This text has shadow with #6B677E primary color and red secondary color.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#6B677E, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#6B677E, Direction=45, Strength=4)">Text</p>

This text has shadow with #6B677E and red colors in old Internet Explorer.


Div box shadow color

/* css code */
.divShadow
{
  -moz-box-shadow:	1px 1px 3px 2px #6B677E;
  -webkit-box-shadow:	1px 1px 3px 2px #6B677E;
  box-shadow:		1px 1px 3px 2px #6B677E;
}

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #6B677E;
-webkit-box-shadow: 1px 1px 3px 2px #6B677E;
box-shadow:1px 1px 3px 2px #6B677E;">
Div content here</div>
This div box has shadow with color #6B677E.

Preview

Color preview on black background

This text has color #6B677E on black background.


Color preview on white background

This text has color #6B677E on white background.



Black color preview on #6B677E background

This text has black color on #6B677E background.


White color preview on #6B677E background

This text has white color on #6B677E background.