COLOR #6F0C52

HEX: #6F0C52
RGB: (111,12,82)

Color info

#6F0C52 contains mainly red and blue colors. Web safe color of #6F0C52 is #660066 (or #606).

RGB color model

#6F0C52 color RGB value is (111,12,82).

  • red value is 111;
  • green value is 12;
  • blue value is 82.
RGB:
(111,12,82)
(44%,5%,32%)

RGB channels and saturation

R 111 of 255 = 44%
G 12 of 255 = 5%
B 82 of 255 = 32%

111
12
82

R + G + B ~ 27%. #6F0C52 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
111 + 12 + 82 = 205 (100%)
R 111 of 205 ~ 54.15%
G 12 of 205 ~ 5.85%
B 82 of 205 ~ 40%

%54.15
%40

CMYK color model

#6F0C52 color CMYK value is (0,89,26,56).

  • cyan value is 0.00%
  • magenta value is 89.19%
  • yellow value is 26.13%
  • key color value is 56.47%
CMYK:
(0,89,26,56)
C0M89Y26K56 
(0%,89%,26%,56%)
(0.00/0.89/0.26/0.56)	

CMYK percentages

%0
%89.19
%26.13
%56.47

Codes

Color #6F0C52 in popluar color models

6F0C52
RGB1111282
HSL318°80.49%24.12%
HSB/HSV318°89.19%43.53%
CMYK0.00%89.19%26.13%
56.47%

Color #6F0C52 in popluar number systems.

HEX6F0C52
Decimal1111282
Binary110111111001010010
Octal15714122

Shades and tints

Shades of #6F0C52

#6F0C52
(111,12,82)
#650B4B
(101,11,75)
#5B0A44
(91,10,68)
#51093D
(81,9,61)
#470836
(71,8,54)
#3D072F
(61,7,47)
#330628
(51,6,40)
#290521
(41,5,33)
#1F041A
(31,4,26)
#150313
(21,3,19)
#0B020C
(11,2,12)
#000000
(0,0,0)

Tints of #6F0C52

#6F0C52
(111,12,82)
#7C2261
(124,34,97)
#893870
(137,56,112)
#964E7F
(150,78,127)
#A3648E
(163,100,142)
#B07A9D
(176,122,157)
#BD90AC
(189,144,172)
#CAA6BB
(202,166,187)
#D7BCCA
(215,188,202)
#E4D2D9
(228,210,217)
#F1E8E8
(241,232,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6F0C52 color. Also use rgb(111,12,82) instead hex code.

Text Font Color

.myTextColor { color: #6F0C52; }

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

This text font color is #6F0C52.


Background Color

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

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

This div background color is #6F0C52.


Border color

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

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

This div border color is #6F0C52.


Opacity

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

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

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

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

This text has shadow with #6F0C52 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6F0C52 on black background.


Color preview on white background

This text has color #6F0C52 on white background.



Black color preview on #6F0C52 background

This text has black color on #6F0C52 background.


White color preview on #6F0C52 background

This text has white color on #6F0C52 background.