COLOR #6F686E

HEX: #6F686E
RGB: (111,104,110)

Color info

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

RGB color model

#6F686E color RGB value is (111,104,110).

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

RGB channels and saturation

R 111 of 255 = 44%
G 104 of 255 = 41%
B 110 of 255 = 43%

111
104
110

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

Portions of RGB colors in percentages

R + G + B =
111 + 104 + 110 = 325 (100%)
R 111 of 325 ~ 34.15%
G 104 of 325 ~ 32%
B 110 of 325 ~ 33.85%

%34.15
%32
%33.85

CMYK color model

#6F686E color CMYK value is (0,6,1,56).

  • cyan value is 0.00%
  • magenta value is 6.31%
  • yellow value is 0.90%
  • key color value is 56.47%
CMYK:
(0,6,1,56)
C0M6Y1K56 
(0%,6%,1%,56%)
(0.00/0.06/0.01/0.56)	

CMYK percentages

%0
%6.31
%0.9
%56.47

Codes

Color #6F686E in popluar color models

6F686E
RGB111104110
HSL309°3.26%42.16%
HSB/HSV309°6.31%43.53%
CMYK0.00%6.31%0.90%
56.47%

Color #6F686E in popluar number systems.

HEX6F686E
Decimal111104110
Binary110111111010001101110
Octal157150156

Shades and tints

Shades of #6F686E

#6F686E
(111,104,110)
#655F64
(101,95,100)
#5B565A
(91,86,90)
#514D50
(81,77,80)
#474446
(71,68,70)
#3D3B3C
(61,59,60)
#333232
(51,50,50)
#292928
(41,41,40)
#1F201E
(31,32,30)
#151714
(21,23,20)
#0B0E0A
(11,14,10)
#000000
(0,0,0)

Tints of #6F686E

#6F686E
(111,104,110)
#7C757B
(124,117,123)
#898288
(137,130,136)
#968F95
(150,143,149)
#A39CA2
(163,156,162)
#B0A9AF
(176,169,175)
#BDB6BC
(189,182,188)
#CAC3C9
(202,195,201)
#D7D0D6
(215,208,214)
#E4DDE3
(228,221,227)
#F1EAF0
(241,234,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6F686E; }

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

This text font color is #6F686E.


Background Color

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

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

This div background color is #6F686E.


Border color

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

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

This div border color is #6F686E.


Opacity

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

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

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

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

This text has shadow with #6F686E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6F686E on black background.


Color preview on white background

This text has color #6F686E on white background.



Black color preview on #6F686E background

This text has black color on #6F686E background.


White color preview on #6F686E background

This text has white color on #6F686E background.