COLOR #6F6867

HEX: #6F6867
RGB: (111,104,103)

Color info

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

RGB color model

#6F6867 color RGB value is (111,104,103).

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

RGB channels and saturation

R 111 of 255 = 44%
G 104 of 255 = 41%
B 103 of 255 = 40%

111
104
103

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

Portions of RGB colors in percentages

R + G + B =
111 + 104 + 103 = 318 (100%)
R 111 of 318 ~ 34.91%
G 104 of 318 ~ 32.7%
B 103 of 318 ~ 32.39%

%34.91
%32.7
%32.39

CMYK color model

#6F6867 color CMYK value is (0,6,7,56).

  • cyan value is 0.00%
  • magenta value is 6.31%
  • yellow value is 7.21%
  • key color value is 56.47%
CMYK:
(0,6,7,56)
C0M6Y7K56 
(0%,6%,7%,56%)
(0.00/0.06/0.07/0.56)	

CMYK percentages

%0
%6.31
%7.21
%56.47

Codes

Color #6F6867 in popluar color models

6F6867
RGB111104103
HSL3.74%41.96%
HSB/HSV7.21%43.53%
CMYK0.00%6.31%7.21%
56.47%

Color #6F6867 in popluar number systems.

HEX6F6867
Decimal111104103
Binary110111111010001100111
Octal157150147

Shades and tints

Shades of #6F6867

#6F6867
(111,104,103)
#655F5E
(101,95,94)
#5B5655
(91,86,85)
#514D4C
(81,77,76)
#474443
(71,68,67)
#3D3B3A
(61,59,58)
#333231
(51,50,49)
#292928
(41,41,40)
#1F201F
(31,32,31)
#151716
(21,23,22)
#0B0E0D
(11,14,13)
#000000
(0,0,0)

Tints of #6F6867

#6F6867
(111,104,103)
#7C7574
(124,117,116)
#898281
(137,130,129)
#968F8E
(150,143,142)
#A39C9B
(163,156,155)
#B0A9A8
(176,169,168)
#BDB6B5
(189,182,181)
#CAC3C2
(202,195,194)
#D7D0CF
(215,208,207)
#E4DDDC
(228,221,220)
#F1EAE9
(241,234,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6F6867; }

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

This text font color is #6F6867.


Background Color

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

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

This div background color is #6F6867.


Border color

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

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

This div border color is #6F6867.


Opacity

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

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

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

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

This text has shadow with #6F6867 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6F6867 on black background.


Color preview on white background

This text has color #6F6867 on white background.



Black color preview on #6F6867 background

This text has black color on #6F6867 background.


White color preview on #6F6867 background

This text has white color on #6F6867 background.