COLOR #6F7068

HEX: #6F7068
RGB: (111,112,104)

Color info

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

RGB color model

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

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

RGB channels and saturation

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

111
112
104

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

Portions of RGB colors in percentages

R + G + B =
111 + 112 + 104 = 327 (100%)
R 111 of 327 ~ 33.94%
G 112 of 327 ~ 34.25%
B 104 of 327 ~ 31.8%

%33.94
%34.25
%31.8

CMYK color model

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

  • cyan value is 0.89%
  • magenta value is 0.00%
  • yellow value is 7.14%
  • key color value is 56.08%
CMYK:
(1,0,7,56)
C1M0Y7K56 
(1%,0%,7%,56%)
(0.01/0.00/0.07/0.56)	

CMYK percentages

%0.89
%0
%7.14
%56.08

Codes

Color #6F7068 in popluar color models

6F7068
RGB111112104
HSL68°3.70%42.35%
HSB/HSV68°7.14%43.92%
CMYK0.89%0.00%7.14%
56.08%

Color #6F7068 in popluar number systems.

HEX6F7068
Decimal111112104
Binary110111111100001101000
Octal157160150

Shades and tints

Shades of #6F7068

#6F7068
(111,112,104)
#65665F
(101,102,95)
#5B5C56
(91,92,86)
#51524D
(81,82,77)
#474844
(71,72,68)
#3D3E3B
(61,62,59)
#333432
(51,52,50)
#292A29
(41,42,41)
#1F2020
(31,32,32)
#151617
(21,22,23)
#0B0C0E
(11,12,14)
#000000
(0,0,0)

Tints of #6F7068

#6F7068
(111,112,104)
#7C7D75
(124,125,117)
#898A82
(137,138,130)
#96978F
(150,151,143)
#A3A49C
(163,164,156)
#B0B1A9
(176,177,169)
#BDBEB6
(189,190,182)
#CACBC3
(202,203,195)
#D7D8D0
(215,216,208)
#E4E5DD
(228,229,221)
#F1F2EA
(241,242,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6F7068; }

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

This text font color is #6F7068.


Background Color

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

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

This div background color is #6F7068.


Border color

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

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

This div border color is #6F7068.


Opacity

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

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

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

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

This text has shadow with #6F7068 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6F7068 on black background.


Color preview on white background

This text has color #6F7068 on white background.



Black color preview on #6F7068 background

This text has black color on #6F7068 background.


White color preview on #6F7068 background

This text has white color on #6F7068 background.