COLOR #6F6072

HEX: #6F6072 RGB: (111,96,114)

Color info

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

RGB color model

#6F6072 color RGB value is (111,96,114).

RGB: (111,96,114) (44%, 38%, 45%)

RGB channels and saturation

R 111 of 255 = 44%
G 96 of 255 = 38%
B 114 of 255 = 45%

111
96
114

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

Portions of RGB colors in percentages

R + G + B = 111 + 96 + 114 = 321 (100%)
R 111 of 321 ~ 34.58%
G 96 of 321 ~ 29.91%
B 114 of 321 ~ 35.51'%

%34.58
%29.91
%35.51

CMYK color model

#6F6072 color CMYK value is (3,16,0,55).

  • cyan value is 2.63%
  • magenta value is 15.79%
  • yellow value is 0.00%
  • key color value is 55.29%

CMYK: (3,16,0,55)
C3M16Y0K55 (3%, 16%, 0%, 55%)
(0.03 / 0.16 / 0.00 / 0.55)

CMYK percentages

%2.63
%15.79
%0
%55.29

Codes

Color #6F6072 in popluar color models

6F 60 72
RGB 111 96 114
HSL 290° 8.57% 41.18%
HSB/HSV 290° 15.79% 44.71%
CMYK 2.63% 15.79% 0.00%
55.29%

Color #6F6072 in popluar number systems.

HEX 6F 60 72
Decimal 111 96 114
Binary 1101111 1100000 1110010
Octal 157 140 162

Shades and tints

Shades of #6F6072

#6F6072
(111,96,114)
#655868
(101,88,104)
#5B505E
(91,80,94)
#514854
(81,72,84)
#47404A
(71,64,74)
#3D3840
(61,56,64)
#333036
(51,48,54)
#29282C
(41,40,44)
#1F2022
(31,32,34)
#151818
(21,24,24)
#0B100E
(11,16,14)
#000000
(0,0,0)

Tints of #6F6072

#6F6072
(111,96,114)
#7C6E7E
(124,110,126)
#897C8A
(137,124,138)
#968A96
(150,138,150)
#A398A2
(163,152,162)
#B0A6AE
(176,166,174)
#BDB4BA
(189,180,186)
#CAC2C6
(202,194,198)
#D7D0D2
(215,208,210)
#E4DEDE
(228,222,222)
#F1ECEA
(241,236,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6F6072; }

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

This text font color is #6F6072.

Background Color

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

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

This div background color is #6F6072.

Border color

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

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

This div border color is #6F6072.

Opacity

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

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

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

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

This text has shadow with #6F6072 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #6F6072.

Preview

Color preview on black background

This text has color #6F6072 on black background.


Color preview on white background

This text has color #6F6072 on white background.


Black color preview on #6F6072 background

This text has black color on #6F6072 background.


White color preview on #6F6072 background

This text has white color on #6F6072 background.


Related colors

Complementary color

Complementary color for #hex is #909F8D.


I love getcolorcode.com

Triadic colors

1 #726F60 and #60726F with #6F6072 are triadic colors.

2 #72606F and #606F72 with #6F6072 are triadic colors.