COLOR #6F6865

HEX: #6F6865
RGB: (111,104,101)

Color info

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

RGB color model

#6F6865 color RGB value is (111,104,101).

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

RGB channels and saturation

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

111
104
101

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

Portions of RGB colors in percentages

R + G + B =
111 + 104 + 101 = 316 (100%)
R 111 of 316 ~ 35.13%
G 104 of 316 ~ 32.91%
B 101 of 316 ~ 31.96%

%35.13
%32.91
%31.96

CMYK color model

#6F6865 color CMYK value is (0,6,9,56).

  • cyan value is 0.00%
  • magenta value is 6.31%
  • yellow value is 9.01%
  • key color value is 56.47%
CMYK:
(0,6,9,56)
C0M6Y9K56 
(0%,6%,9%,56%)
(0.00/0.06/0.09/0.56)	

CMYK percentages

%0
%6.31
%9.01
%56.47

Codes

Color #6F6865 in popluar color models

6F6865
RGB111104101
HSL18°4.72%41.57%
HSB/HSV18°9.01%43.53%
CMYK0.00%6.31%9.01%
56.47%

Color #6F6865 in popluar number systems.

HEX6F6865
Decimal111104101
Binary110111111010001100101
Octal157150145

Shades and tints

Shades of #6F6865

#6F6865
(111,104,101)
#655F5C
(101,95,92)
#5B5653
(91,86,83)
#514D4A
(81,77,74)
#474441
(71,68,65)
#3D3B38
(61,59,56)
#33322F
(51,50,47)
#292926
(41,41,38)
#1F201D
(31,32,29)
#151714
(21,23,20)
#0B0E0B
(11,14,11)
#000000
(0,0,0)

Tints of #6F6865

#6F6865
(111,104,101)
#7C7573
(124,117,115)
#898281
(137,130,129)
#968F8F
(150,143,143)
#A39C9D
(163,156,157)
#B0A9AB
(176,169,171)
#BDB6B9
(189,182,185)
#CAC3C7
(202,195,199)
#D7D0D5
(215,208,213)
#E4DDE3
(228,221,227)
#F1EAF1
(241,234,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6F6865; }

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

This text font color is #6F6865.


Background Color

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

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

This div background color is #6F6865.


Border color

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

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

This div border color is #6F6865.


Opacity

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

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

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

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

This text has shadow with #6F6865 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6F6865 on black background.


Color preview on white background

This text has color #6F6865 on white background.



Black color preview on #6F6865 background

This text has black color on #6F6865 background.


White color preview on #6F6865 background

This text has white color on #6F6865 background.