COLOR #6F4471

HEX: #6F4471
RGB: (111,68,113)

Color info

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

RGB color model

#6F4471 color RGB value is (111,68,113).

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

RGB channels and saturation

R 111 of 255 = 44%
G 68 of 255 = 27%
B 113 of 255 = 44%

111
68
113

R + G + B ~ 38%. #6F4471 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
111 + 68 + 113 = 292 (100%)
R 111 of 292 ~ 38.01%
G 68 of 292 ~ 23.29%
B 113 of 292 ~ 38.7%

%38.01
%23.29
%38.7

CMYK color model

#6F4471 color CMYK value is (2,40,0,56).

  • cyan value is 1.77%
  • magenta value is 39.82%
  • yellow value is 0.00%
  • key color value is 55.69%
CMYK:
(2,40,0,56)
C2M40Y0K56 
(2%,40%,0%,56%)
(0.02/0.40/0.00/0.56)	

CMYK percentages

%1.77
%39.82
%0
%55.69

Codes

Color #6F4471 in popluar color models

6F4471
RGB11168113
HSL297°24.86%35.49%
HSB/HSV297°39.82%44.31%
CMYK1.77%39.82%0.00%
55.69%

Color #6F4471 in popluar number systems.

HEX6F4471
Decimal11168113
Binary110111110001001110001
Octal157104161

Shades and tints

Shades of #6F4471

#6F4471
(111,68,113)
#653E67
(101,62,103)
#5B385D
(91,56,93)
#513253
(81,50,83)
#472C49
(71,44,73)
#3D263F
(61,38,63)
#332035
(51,32,53)
#291A2B
(41,26,43)
#1F1421
(31,20,33)
#150E17
(21,14,23)
#0B080D
(11,8,13)
#000000
(0,0,0)

Tints of #6F4471

#6F4471
(111,68,113)
#7C557D
(124,85,125)
#896689
(137,102,137)
#967795
(150,119,149)
#A388A1
(163,136,161)
#B099AD
(176,153,173)
#BDAAB9
(189,170,185)
#CABBC5
(202,187,197)
#D7CCD1
(215,204,209)
#E4DDDD
(228,221,221)
#F1EEE9
(241,238,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6F4471; }

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

This text font color is #6F4471.


Background Color

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

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

This div background color is #6F4471.


Border color

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

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

This div border color is #6F4471.


Opacity

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

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

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

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

This text has shadow with #6F4471 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6F4471 on black background.


Color preview on white background

This text has color #6F4471 on white background.



Black color preview on #6F4471 background

This text has black color on #6F4471 background.


White color preview on #6F4471 background

This text has white color on #6F4471 background.