COLOR #6B778B

HEX: #6B778B
RGB: (107,119,139)

Color info

#6B778B contains red, green and blue colors in about the same proportion. Web safe color of #6B778B is #666699 (or #669).

RGB color model

#6B778B color RGB value is (107,119,139).

  • red value is 107;
  • green value is 119;
  • blue value is 139.
RGB:
(107,119,139)
(42%,47%,55%)

RGB channels and saturation

R 107 of 255 = 42%
G 119 of 255 = 47%
B 139 of 255 = 55%

107
119
139

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

Portions of RGB colors in percentages

R + G + B =
107 + 119 + 139 = 365 (100%)
R 107 of 365 ~ 29.32%
G 119 of 365 ~ 32.6%
B 139 of 365 ~ 38.08%

%29.32
%32.6
%38.08

CMYK color model

#6B778B color CMYK value is (23,14,0,45).

  • cyan value is 23.02%
  • magenta value is 14.39%
  • yellow value is 0.00%
  • key color value is 45.49%
CMYK:
(23,14,0,45)
C23M14Y0K45 
(23%,14%,0%,45%)
(0.23/0.14/0.00/0.45)	

CMYK percentages

%23.02
%14.39
%0
%45.49

Codes

Color #6B778B in popluar color models

6B778B
RGB107119139
HSL218°13.01%48.24%
HSB/HSV218°23.02%54.51%
CMYK23.02%14.39%0.00%
45.49%

Color #6B778B in popluar number systems.

HEX6B778B
Decimal107119139
Binary1101011111011110001011
Octal153167213

Shades and tints

Shades of #6B778B

#6B778B
(107,119,139)
#626D7F
(98,109,127)
#596373
(89,99,115)
#505967
(80,89,103)
#474F5B
(71,79,91)
#3E454F
(62,69,79)
#353B43
(53,59,67)
#2C3137
(44,49,55)
#23272B
(35,39,43)
#1A1D1F
(26,29,31)
#111313
(17,19,19)
#000000
(0,0,0)

Tints of #6B778B

#6B778B
(107,119,139)
#788395
(120,131,149)
#858F9F
(133,143,159)
#929BA9
(146,155,169)
#9FA7B3
(159,167,179)
#ACB3BD
(172,179,189)
#B9BFC7
(185,191,199)
#C6CBD1
(198,203,209)
#D3D7DB
(211,215,219)
#E0E3E5
(224,227,229)
#EDEFEF
(237,239,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6B778B color. Also use rgb(107,119,139) instead hex code.

Text Font Color

.myTextColor { color: #6B778B; }

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

This text font color is #6B778B.


Background Color

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

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

This div background color is #6B778B.


Border color

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

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

This div border color is #6B778B.


Opacity

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

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

Text with #6B778B 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 #6B778B;}

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

This text has shadow with #6B778B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6B778B on black background.


Color preview on white background

This text has color #6B778B on white background.



Black color preview on #6B778B background

This text has black color on #6B778B background.


White color preview on #6B778B background

This text has white color on #6B778B background.