COLOR #6E0859

HEX: #6E0859
RGB: (110,8,89)

Color info

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

RGB color model

#6E0859 color RGB value is (110,8,89).

  • red value is 110;
  • green value is 8;
  • blue value is 89.
RGB:
(110,8,89)
(43%,3%,35%)

RGB channels and saturation

R 110 of 255 = 43%
G 8 of 255 = 3%
B 89 of 255 = 35%

110
8
89

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

Portions of RGB colors in percentages

R + G + B =
110 + 8 + 89 = 207 (100%)
R 110 of 207 ~ 53.14%
G 8 of 207 ~ 3.86%
B 89 of 207 ~ 43%

%53.14
%43

CMYK color model

#6E0859 color CMYK value is (0,93,19,57).

  • cyan value is 0.00%
  • magenta value is 92.73%
  • yellow value is 19.09%
  • key color value is 56.86%
CMYK:
(0,93,19,57)
C0M93Y19K57 
(0%,93%,19%,57%)
(0.00/0.93/0.19/0.57)	

CMYK percentages

%0
%92.73
%19.09
%56.86

Codes

Color #6E0859 in popluar color models

6E0859
RGB110889
HSL312°86.44%23.14%
HSB/HSV312°92.73%43.14%
CMYK0.00%92.73%19.09%
56.86%

Color #6E0859 in popluar number systems.

HEX6E0859
Decimal110889
Binary110111010001011001
Octal15610131

Shades and tints

Shades of #6E0859

#6E0859
(110,8,89)
#640851
(100,8,81)
#5A0849
(90,8,73)
#500841
(80,8,65)
#460839
(70,8,57)
#3C0831
(60,8,49)
#320829
(50,8,41)
#280821
(40,8,33)
#1E0819
(30,8,25)
#140811
(20,8,17)
#0A0809
(10,8,9)
#000000
(0,0,0)

Tints of #6E0859

#6E0859
(110,8,89)
#7B1E68
(123,30,104)
#883477
(136,52,119)
#954A86
(149,74,134)
#A26095
(162,96,149)
#AF76A4
(175,118,164)
#BC8CB3
(188,140,179)
#C9A2C2
(201,162,194)
#D6B8D1
(214,184,209)
#E3CEE0
(227,206,224)
#F0E4EF
(240,228,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6E0859 color. Also use rgb(110,8,89) instead hex code.

Text Font Color

.myTextColor { color: #6E0859; }

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

This text font color is #6E0859.


Background Color

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

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

This div background color is #6E0859.


Border color

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

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

This div border color is #6E0859.


Opacity

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

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

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

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

This text has shadow with #6E0859 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6E0859 on black background.


Color preview on white background

This text has color #6E0859 on white background.



Black color preview on #6E0859 background

This text has black color on #6E0859 background.


White color preview on #6E0859 background

This text has white color on #6E0859 background.