COLOR #6F6F68

HEX: #6F6F68
RGB: (111,111,104)

Color info

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

RGB color model

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

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

RGB channels and saturation

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

111
111
104

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

Portions of RGB colors in percentages

R + G + B =
111 + 111 + 104 = 326 (100%)
R 111 of 326 ~ 34.05%
G 111 of 326 ~ 34.05%
B 104 of 326 ~ 31.9%

%34.05
%34.05
%31.9

CMYK color model

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

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

CMYK percentages

%0
%0
%6.31
%56.47

Codes

Color #6F6F68 in popluar color models

6F6F68
RGB111111104
HSL60°3.26%42.16%
HSB/HSV60°6.31%43.53%
CMYK0.00%0.00%6.31%
56.47%

Color #6F6F68 in popluar number systems.

HEX6F6F68
Decimal111111104
Binary110111111011111101000
Octal157157150

Shades and tints

Shades of #6F6F68

#6F6F68
(111,111,104)
#65655F
(101,101,95)
#5B5B56
(91,91,86)
#51514D
(81,81,77)
#474744
(71,71,68)
#3D3D3B
(61,61,59)
#333332
(51,51,50)
#292929
(41,41,41)
#1F1F20
(31,31,32)
#151517
(21,21,23)
#0B0B0E
(11,11,14)
#000000
(0,0,0)

Tints of #6F6F68

#6F6F68
(111,111,104)
#7C7C75
(124,124,117)
#898982
(137,137,130)
#96968F
(150,150,143)
#A3A39C
(163,163,156)
#B0B0A9
(176,176,169)
#BDBDB6
(189,189,182)
#CACAC3
(202,202,195)
#D7D7D0
(215,215,208)
#E4E4DD
(228,228,221)
#F1F1EA
(241,241,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6F6F68; }

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

This text font color is #6F6F68.


Background Color

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

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

This div background color is #6F6F68.


Border color

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

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

This div border color is #6F6F68.


Opacity

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

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

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

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

This text has shadow with #6F6F68 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6F6F68 on black background.


Color preview on white background

This text has color #6F6F68 on white background.



Black color preview on #6F6F68 background

This text has black color on #6F6F68 background.


White color preview on #6F6F68 background

This text has white color on #6F6F68 background.