COLOR #6F0F59

HEX: #6F0F59
RGB: (111,15,89)

Color info

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

RGB color model

#6F0F59 color RGB value is (111,15,89).

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

RGB channels and saturation

R 111 of 255 = 44%
G 15 of 255 = 6%
B 89 of 255 = 35%

111
15
89

R + G + B ~ 28%. #6F0F59 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
111 + 15 + 89 = 215 (100%)
R 111 of 215 ~ 51.63%
G 15 of 215 ~ 6.98%
B 89 of 215 ~ 41.4%

%51.63
%41.4

CMYK color model

#6F0F59 color CMYK value is (0,86,20,56).

  • cyan value is 0.00%
  • magenta value is 86.49%
  • yellow value is 19.82%
  • key color value is 56.47%
CMYK:
(0,86,20,56)
C0M86Y20K56 
(0%,86%,20%,56%)
(0.00/0.86/0.20/0.56)	

CMYK percentages

%0
%86.49
%19.82
%56.47

Codes

Color #6F0F59 in popluar color models

6F0F59
RGB1111589
HSL314°76.19%24.71%
HSB/HSV314°86.49%43.53%
CMYK0.00%86.49%19.82%
56.47%

Color #6F0F59 in popluar number systems.

HEX6F0F59
Decimal1111589
Binary110111111111011001
Octal15717131

Shades and tints

Shades of #6F0F59

#6F0F59
(111,15,89)
#650E51
(101,14,81)
#5B0D49
(91,13,73)
#510C41
(81,12,65)
#470B39
(71,11,57)
#3D0A31
(61,10,49)
#330929
(51,9,41)
#290821
(41,8,33)
#1F0719
(31,7,25)
#150611
(21,6,17)
#0B0509
(11,5,9)
#000000
(0,0,0)

Tints of #6F0F59

#6F0F59
(111,15,89)
#7C2468
(124,36,104)
#893977
(137,57,119)
#964E86
(150,78,134)
#A36395
(163,99,149)
#B078A4
(176,120,164)
#BD8DB3
(189,141,179)
#CAA2C2
(202,162,194)
#D7B7D1
(215,183,209)
#E4CCE0
(228,204,224)
#F1E1EF
(241,225,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6F0F59; }

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

This text font color is #6F0F59.


Background Color

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

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

This div background color is #6F0F59.


Border color

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

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

This div border color is #6F0F59.


Opacity

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

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

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

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

This text has shadow with #6F0F59 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6F0F59 on black background.


Color preview on white background

This text has color #6F0F59 on white background.



Black color preview on #6F0F59 background

This text has black color on #6F0F59 background.


White color preview on #6F0F59 background

This text has white color on #6F0F59 background.