COLOR #6F056F

HEX: #6F056F
RGB: (111,5,111)

Color info

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

RGB color model

#6F056F color RGB value is (111,5,111).

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

RGB channels and saturation

R 111 of 255 = 44%
G 5 of 255 = 2%
B 111 of 255 = 44%

111
5
111

R + G + B ~ 30%. #6F056F is quite dark color.

Portions of RGB colors in percentages

R + G + B =
111 + 5 + 111 = 227 (100%)
R 111 of 227 ~ 48.9%
G 5 of 227 ~ 2.2%
B 111 of 227 ~ 48.9%

%48.9
%48.9

CMYK color model

#6F056F color CMYK value is (0,95,0,56).

  • cyan value is 0.00%
  • magenta value is 95.50%
  • yellow value is 0.00%
  • key color value is 56.47%
CMYK:
(0,95,0,56)
C0M95Y0K56 
(0%,95%,0%,56%)
(0.00/0.95/0.00/0.56)	

CMYK percentages

%0
%95.5
%0
%56.47

Codes

Color #6F056F in popluar color models

6F056F
RGB1115111
HSL300°91.38%22.75%
HSB/HSV300°95.50%43.53%
CMYK0.00%95.50%0.00%
56.47%

Color #6F056F in popluar number systems.

HEX6F056F
Decimal1115111
Binary11011111011101111
Octal1575157

Shades and tints

Shades of #6F056F

#6F056F
(111,5,111)
#650565
(101,5,101)
#5B055B
(91,5,91)
#510551
(81,5,81)
#470547
(71,5,71)
#3D053D
(61,5,61)
#330533
(51,5,51)
#290529
(41,5,41)
#1F051F
(31,5,31)
#150515
(21,5,21)
#0B050B
(11,5,11)
#000000
(0,0,0)

Tints of #6F056F

#6F056F
(111,5,111)
#7C1B7C
(124,27,124)
#893189
(137,49,137)
#964796
(150,71,150)
#A35DA3
(163,93,163)
#B073B0
(176,115,176)
#BD89BD
(189,137,189)
#CA9FCA
(202,159,202)
#D7B5D7
(215,181,215)
#E4CBE4
(228,203,228)
#F1E1F1
(241,225,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6F056F; }

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

This text font color is #6F056F.


Background Color

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

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

This div background color is #6F056F.


Border color

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

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

This div border color is #6F056F.


Opacity

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

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

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

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

This text has shadow with #6F056F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6F056F on black background.


Color preview on white background

This text has color #6F056F on white background.



Black color preview on #6F056F background

This text has black color on #6F056F background.


White color preview on #6F056F background

This text has white color on #6F056F background.