COLOR #6F5972

HEX: #6F5972
RGB: (111,89,114)

Color info

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

RGB color model

#6F5972 color RGB value is (111,89,114).

  • red value is 111;
  • green value is 89;
  • blue value is 114.
RGB:
(111,89,114)
(44%,35%,45%)

RGB channels and saturation

R 111 of 255 = 44%
G 89 of 255 = 35%
B 114 of 255 = 45%

111
89
114

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

Portions of RGB colors in percentages

R + G + B =
111 + 89 + 114 = 314 (100%)
R 111 of 314 ~ 35.35%
G 89 of 314 ~ 28.34%
B 114 of 314 ~ 36.31%

%35.35
%28.34
%36.31

CMYK color model

#6F5972 color CMYK value is (3,22,0,55).

  • cyan value is 2.63%
  • magenta value is 21.93%
  • yellow value is 0.00%
  • key color value is 55.29%
CMYK:
(3,22,0,55)
C3M22Y0K55 
(3%,22%,0%,55%)
(0.03/0.22/0.00/0.55)	

CMYK percentages

%2.63
%21.93
%0
%55.29

Codes

Color #6F5972 in popluar color models

6F5972
RGB11189114
HSL293°12.32%39.80%
HSB/HSV293°21.93%44.71%
CMYK2.63%21.93%0.00%
55.29%

Color #6F5972 in popluar number systems.

HEX6F5972
Decimal11189114
Binary110111110110011110010
Octal157131162

Shades and tints

Shades of #6F5972

#6F5972
(111,89,114)
#655168
(101,81,104)
#5B495E
(91,73,94)
#514154
(81,65,84)
#47394A
(71,57,74)
#3D3140
(61,49,64)
#332936
(51,41,54)
#29212C
(41,33,44)
#1F1922
(31,25,34)
#151118
(21,17,24)
#0B090E
(11,9,14)
#000000
(0,0,0)

Tints of #6F5972

#6F5972
(111,89,114)
#7C687E
(124,104,126)
#89778A
(137,119,138)
#968696
(150,134,150)
#A395A2
(163,149,162)
#B0A4AE
(176,164,174)
#BDB3BA
(189,179,186)
#CAC2C6
(202,194,198)
#D7D1D2
(215,209,210)
#E4E0DE
(228,224,222)
#F1EFEA
(241,239,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6F5972; }

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

This text font color is #6F5972.


Background Color

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

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

This div background color is #6F5972.


Border color

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

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

This div border color is #6F5972.


Opacity

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

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

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

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

This text has shadow with #6F5972 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6F5972 on black background.


Color preview on white background

This text has color #6F5972 on white background.



Black color preview on #6F5972 background

This text has black color on #6F5972 background.


White color preview on #6F5972 background

This text has white color on #6F5972 background.