COLOR #6F6062

HEX: #6F6062
RGB: (111,96,98)

Color info

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

RGB color model

#6F6062 color RGB value is (111,96,98).

  • red value is 111;
  • green value is 96;
  • blue value is 98.
RGB:
(111,96,98)
(44%,38%,38%)

RGB channels and saturation

R 111 of 255 = 44%
G 96 of 255 = 38%
B 98 of 255 = 38%

111
96
98

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

Portions of RGB colors in percentages

R + G + B =
111 + 96 + 98 = 305 (100%)
R 111 of 305 ~ 36.39%
G 96 of 305 ~ 31.48%
B 98 of 305 ~ 32.13%

%36.39
%31.48
%32.13

CMYK color model

#6F6062 color CMYK value is (0,14,12,56).

  • cyan value is 0.00%
  • magenta value is 13.51%
  • yellow value is 11.71%
  • key color value is 56.47%
CMYK:
(0,14,12,56)
C0M14Y12K56 
(0%,14%,12%,56%)
(0.00/0.14/0.12/0.56)	

CMYK percentages

%0
%13.51
%11.71
%56.47

Codes

Color #6F6062 in popluar color models

6F6062
RGB1119698
HSL352°7.25%40.59%
HSB/HSV352°13.51%43.53%
CMYK0.00%13.51%11.71%
56.47%

Color #6F6062 in popluar number systems.

HEX6F6062
Decimal1119698
Binary110111111000001100010
Octal157140142

Shades and tints

Shades of #6F6062

#6F6062
(111,96,98)
#65585A
(101,88,90)
#5B5052
(91,80,82)
#51484A
(81,72,74)
#474042
(71,64,66)
#3D383A
(61,56,58)
#333032
(51,48,50)
#29282A
(41,40,42)
#1F2022
(31,32,34)
#15181A
(21,24,26)
#0B1012
(11,16,18)
#000000
(0,0,0)

Tints of #6F6062

#6F6062
(111,96,98)
#7C6E70
(124,110,112)
#897C7E
(137,124,126)
#968A8C
(150,138,140)
#A3989A
(163,152,154)
#B0A6A8
(176,166,168)
#BDB4B6
(189,180,182)
#CAC2C4
(202,194,196)
#D7D0D2
(215,208,210)
#E4DEE0
(228,222,224)
#F1ECEE
(241,236,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6F6062; }

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

This text font color is #6F6062.


Background Color

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

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

This div background color is #6F6062.


Border color

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

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

This div border color is #6F6062.


Opacity

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

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

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

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

This text has shadow with #6F6062 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6F6062 on black background.


Color preview on white background

This text has color #6F6062 on white background.



Black color preview on #6F6062 background

This text has black color on #6F6062 background.


White color preview on #6F6062 background

This text has white color on #6F6062 background.