COLOR #6F4472

HEX: #6F4472
RGB: (111,68,114)

Color info

#6F4472 contains red, green and blue colors in about the same proportion. Web safe color of #6F4472 is #663366 (or #636).

RGB color model

#6F4472 color RGB value is (111,68,114).

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

RGB channels and saturation

R 111 of 255 = 44%
G 68 of 255 = 27%
B 114 of 255 = 45%

111
68
114

R + G + B ~ 39%. #6F4472 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
111 + 68 + 114 = 293 (100%)
R 111 of 293 ~ 37.88%
G 68 of 293 ~ 23.21%
B 114 of 293 ~ 38.91%

%37.88
%23.21
%38.91

CMYK color model

#6F4472 color CMYK value is (3,40,0,55).

  • cyan value is 2.63%
  • magenta value is 40.35%
  • yellow value is 0.00%
  • key color value is 55.29%
CMYK:
(3,40,0,55)
C3M40Y0K55 
(3%,40%,0%,55%)
(0.03/0.40/0.00/0.55)	

CMYK percentages

%2.63
%40.35
%0
%55.29

Codes

Color #6F4472 in popluar color models

6F4472
RGB11168114
HSL296°25.27%35.69%
HSB/HSV296°40.35%44.71%
CMYK2.63%40.35%0.00%
55.29%

Color #6F4472 in popluar number systems.

HEX6F4472
Decimal11168114
Binary110111110001001110010
Octal157104162

Shades and tints

Shades of #6F4472

#6F4472
(111,68,114)
#653E68
(101,62,104)
#5B385E
(91,56,94)
#513254
(81,50,84)
#472C4A
(71,44,74)
#3D2640
(61,38,64)
#332036
(51,32,54)
#291A2C
(41,26,44)
#1F1422
(31,20,34)
#150E18
(21,14,24)
#0B080E
(11,8,14)
#000000
(0,0,0)

Tints of #6F4472

#6F4472
(111,68,114)
#7C557E
(124,85,126)
#89668A
(137,102,138)
#967796
(150,119,150)
#A388A2
(163,136,162)
#B099AE
(176,153,174)
#BDAABA
(189,170,186)
#CABBC6
(202,187,198)
#D7CCD2
(215,204,210)
#E4DDDE
(228,221,222)
#F1EEEA
(241,238,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6F4472; }

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

This text font color is #6F4472.


Background Color

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

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

This div background color is #6F4472.


Border color

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

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

This div border color is #6F4472.


Opacity

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

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

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

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

This text has shadow with #6F4472 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6F4472 on black background.


Color preview on white background

This text has color #6F4472 on white background.



Black color preview on #6F4472 background

This text has black color on #6F4472 background.


White color preview on #6F4472 background

This text has white color on #6F4472 background.