COLOR #6F686B

HEX: #6F686B
RGB: (111,104,107)

Color info

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

RGB color model

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

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

RGB channels and saturation

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

111
104
107

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

Portions of RGB colors in percentages

R + G + B =
111 + 104 + 107 = 322 (100%)
R 111 of 322 ~ 34.47%
G 104 of 322 ~ 32.3%
B 107 of 322 ~ 33.23%

%34.47
%32.3
%33.23

CMYK color model

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

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

CMYK percentages

%0
%6.31
%3.6
%56.47

Codes

Color #6F686B in popluar color models

6F686B
RGB111104107
HSL334°3.26%42.16%
HSB/HSV334°6.31%43.53%
CMYK0.00%6.31%3.60%
56.47%

Color #6F686B in popluar number systems.

HEX6F686B
Decimal111104107
Binary110111111010001101011
Octal157150153

Shades and tints

Shades of #6F686B

#6F686B
(111,104,107)
#655F62
(101,95,98)
#5B5659
(91,86,89)
#514D50
(81,77,80)
#474447
(71,68,71)
#3D3B3E
(61,59,62)
#333235
(51,50,53)
#29292C
(41,41,44)
#1F2023
(31,32,35)
#15171A
(21,23,26)
#0B0E11
(11,14,17)
#000000
(0,0,0)

Tints of #6F686B

#6F686B
(111,104,107)
#7C7578
(124,117,120)
#898285
(137,130,133)
#968F92
(150,143,146)
#A39C9F
(163,156,159)
#B0A9AC
(176,169,172)
#BDB6B9
(189,182,185)
#CAC3C6
(202,195,198)
#D7D0D3
(215,208,211)
#E4DDE0
(228,221,224)
#F1EAED
(241,234,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6F686B; }

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

This text font color is #6F686B.


Background Color

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

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

This div background color is #6F686B.


Border color

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

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

This div border color is #6F686B.


Opacity

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

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

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

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

This text has shadow with #6F686B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6F686B on black background.


Color preview on white background

This text has color #6F686B on white background.



Black color preview on #6F686B background

This text has black color on #6F686B background.


White color preview on #6F686B background

This text has white color on #6F686B background.