COLOR #6B6F6B

HEX: #6B6F6B
RGB: (107,111,107)

Color info

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

RGB color model

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

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

RGB channels and saturation

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

107
111
107

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

Portions of RGB colors in percentages

R + G + B =
107 + 111 + 107 = 325 (100%)
R 107 of 325 ~ 32.92%
G 111 of 325 ~ 34.15%
B 107 of 325 ~ 32.92%

%32.92
%34.15
%32.92

CMYK color model

#6B6F6B color CMYK value is (4,0,4,56).

  • cyan value is 3.60%
  • magenta value is 0.00%
  • yellow value is 3.60%
  • key color value is 56.47%
CMYK:
(4,0,4,56)
C4M0Y4K56 
(4%,0%,4%,56%)
(0.04/0.00/0.04/0.56)	

CMYK percentages

%3.6
%0
%3.6
%56.47

Codes

Color #6B6F6B in popluar color models

6B6F6B
RGB107111107
HSL120°1.83%42.75%
HSB/HSV120°3.60%43.53%
CMYK3.60%0.00%3.60%
56.47%

Color #6B6F6B in popluar number systems.

HEX6B6F6B
Decimal107111107
Binary110101111011111101011
Octal153157153

Shades and tints

Shades of #6B6F6B

#6B6F6B
(107,111,107)
#626562
(98,101,98)
#595B59
(89,91,89)
#505150
(80,81,80)
#474747
(71,71,71)
#3E3D3E
(62,61,62)
#353335
(53,51,53)
#2C292C
(44,41,44)
#231F23
(35,31,35)
#1A151A
(26,21,26)
#110B11
(17,11,17)
#000000
(0,0,0)

Tints of #6B6F6B

#6B6F6B
(107,111,107)
#787C78
(120,124,120)
#858985
(133,137,133)
#929692
(146,150,146)
#9FA39F
(159,163,159)
#ACB0AC
(172,176,172)
#B9BDB9
(185,189,185)
#C6CAC6
(198,202,198)
#D3D7D3
(211,215,211)
#E0E4E0
(224,228,224)
#EDF1ED
(237,241,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6B6F6B; }

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

This text font color is #6B6F6B.


Background Color

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

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

This div background color is #6B6F6B.


Border color

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

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

This div border color is #6B6F6B.


Opacity

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

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

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

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

This text has shadow with #6B6F6B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6B6F6B on black background.


Color preview on white background

This text has color #6B6F6B on white background.



Black color preview on #6B6F6B background

This text has black color on #6B6F6B background.


White color preview on #6B6F6B background

This text has white color on #6B6F6B background.