COLOR #6B7E6F

HEX: #6B7E6F
RGB: (107,126,111)

Color info

#6B7E6F contains red, green and blue colors in about the same proportion. Web safe color of #6B7E6F is #666666 (or #666).

RGB color model

#6B7E6F color RGB value is (107,126,111).

  • red value is 107;
  • green value is 126;
  • blue value is 111.
RGB:
(107,126,111)
(42%,49%,44%)

RGB channels and saturation

R 107 of 255 = 42%
G 126 of 255 = 49%
B 111 of 255 = 44%

107
126
111

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

Portions of RGB colors in percentages

R + G + B =
107 + 126 + 111 = 344 (100%)
R 107 of 344 ~ 31.1%
G 126 of 344 ~ 36.63%
B 111 of 344 ~ 32.27%

%31.1
%36.63
%32.27

CMYK color model

#6B7E6F color CMYK value is (15,0,12,51).

  • cyan value is 15.08%
  • magenta value is 0.00%
  • yellow value is 11.90%
  • key color value is 50.59%
CMYK:
(15,0,12,51)
C15M0Y12K51 
(15%,0%,12%,51%)
(0.15/0.00/0.12/0.51)	

CMYK percentages

%15.08
%0
%11.9
%50.59

Codes

Color #6B7E6F in popluar color models

6B7E6F
RGB107126111
HSL133°8.15%45.69%
HSB/HSV133°15.08%49.41%
CMYK15.08%0.00%11.90%
50.59%

Color #6B7E6F in popluar number systems.

HEX6B7E6F
Decimal107126111
Binary110101111111101101111
Octal153176157

Shades and tints

Shades of #6B7E6F

#6B7E6F
(107,126,111)
#627365
(98,115,101)
#59685B
(89,104,91)
#505D51
(80,93,81)
#475247
(71,82,71)
#3E473D
(62,71,61)
#353C33
(53,60,51)
#2C3129
(44,49,41)
#23261F
(35,38,31)
#1A1B15
(26,27,21)
#11100B
(17,16,11)
#000000
(0,0,0)

Tints of #6B7E6F

#6B7E6F
(107,126,111)
#78897C
(120,137,124)
#859489
(133,148,137)
#929F96
(146,159,150)
#9FAAA3
(159,170,163)
#ACB5B0
(172,181,176)
#B9C0BD
(185,192,189)
#C6CBCA
(198,203,202)
#D3D6D7
(211,214,215)
#E0E1E4
(224,225,228)
#EDECF1
(237,236,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6B7E6F; }

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

This text font color is #6B7E6F.


Background Color

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

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

This div background color is #6B7E6F.


Border color

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

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

This div border color is #6B7E6F.


Opacity

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

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

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

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

This text has shadow with #6B7E6F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6B7E6F on black background.


Color preview on white background

This text has color #6B7E6F on white background.



Black color preview on #6B7E6F background

This text has black color on #6B7E6F background.


White color preview on #6B7E6F background

This text has white color on #6B7E6F background.