COLOR #6E056F

HEX: #6E056F
RGB: (110,5,111)

Color info

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

RGB color model

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

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

RGB channels and saturation

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

110
5
111

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

Portions of RGB colors in percentages

R + G + B =
110 + 5 + 111 = 226 (100%)
R 110 of 226 ~ 48.67%
G 5 of 226 ~ 2.21%
B 111 of 226 ~ 49.12%

%48.67
%49.12

CMYK color model

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

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

CMYK percentages

%0.9
%95.5
%0
%56.47

Codes

Color #6E056F in popluar color models

6E056F
RGB1105111
HSL299°91.38%22.75%
HSB/HSV299°95.50%43.53%
CMYK0.90%95.50%0.00%
56.47%

Color #6E056F in popluar number systems.

HEX6E056F
Decimal1105111
Binary11011101011101111
Octal1565157

Shades and tints

Shades of #6E056F

#6E056F
(110,5,111)
#640565
(100,5,101)
#5A055B
(90,5,91)
#500551
(80,5,81)
#460547
(70,5,71)
#3C053D
(60,5,61)
#320533
(50,5,51)
#280529
(40,5,41)
#1E051F
(30,5,31)
#140515
(20,5,21)
#0A050B
(10,5,11)
#000000
(0,0,0)

Tints of #6E056F

#6E056F
(110,5,111)
#7B1B7C
(123,27,124)
#883189
(136,49,137)
#954796
(149,71,150)
#A25DA3
(162,93,163)
#AF73B0
(175,115,176)
#BC89BD
(188,137,189)
#C99FCA
(201,159,202)
#D6B5D7
(214,181,215)
#E3CBE4
(227,203,228)
#F0E1F1
(240,225,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6E056F; }

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

This text font color is #6E056F.


Background Color

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

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

This div background color is #6E056F.


Border color

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

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

This div border color is #6E056F.


Opacity

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

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

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

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

This text has shadow with #6E056F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6E056F on black background.


Color preview on white background

This text has color #6E056F on white background.



Black color preview on #6E056F background

This text has black color on #6E056F background.


White color preview on #6E056F background

This text has white color on #6E056F background.