COLOR #6E1A87

HEX: #6E1A87
RGB: (110,26,135)

Color info

#6E1A87 contains mainly red and blue colors. Web safe color of #6E1A87 is #660099 (or #609).

RGB color model

#6E1A87 color RGB value is (110,26,135).

  • red value is 110;
  • green value is 26;
  • blue value is 135.
RGB:
(110,26,135)
(43%,10%,53%)

RGB channels and saturation

R 110 of 255 = 43%
G 26 of 255 = 10%
B 135 of 255 = 53%

110
26
135

R + G + B ~ 35%. #6E1A87 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
110 + 26 + 135 = 271 (100%)
R 110 of 271 ~ 40.59%
G 26 of 271 ~ 9.59%
B 135 of 271 ~ 49.82%

%40.59
%9.59
%49.82

CMYK color model

#6E1A87 color CMYK value is (19,81,0,47).

  • cyan value is 18.52%
  • magenta value is 80.74%
  • yellow value is 0.00%
  • key color value is 47.06%
CMYK:
(19,81,0,47)
C19M81Y0K47 
(19%,81%,0%,47%)
(0.19/0.81/0.00/0.47)	

CMYK percentages

%18.52
%80.74
%0
%47.06

Codes

Color #6E1A87 in popluar color models

6E1A87
RGB11026135
HSL286°67.70%31.57%
HSB/HSV286°80.74%52.94%
CMYK18.52%80.74%0.00%
47.06%

Color #6E1A87 in popluar number systems.

HEX6E1A87
Decimal11026135
Binary11011101101010000111
Octal15632207

Shades and tints

Shades of #6E1A87

#6E1A87
(110,26,135)
#64187B
(100,24,123)
#5A166F
(90,22,111)
#501463
(80,20,99)
#461257
(70,18,87)
#3C104B
(60,16,75)
#320E3F
(50,14,63)
#280C33
(40,12,51)
#1E0A27
(30,10,39)
#14081B
(20,8,27)
#0A060F
(10,6,15)
#000000
(0,0,0)

Tints of #6E1A87

#6E1A87
(110,26,135)
#7B2E91
(123,46,145)
#88429B
(136,66,155)
#9556A5
(149,86,165)
#A26AAF
(162,106,175)
#AF7EB9
(175,126,185)
#BC92C3
(188,146,195)
#C9A6CD
(201,166,205)
#D6BAD7
(214,186,215)
#E3CEE1
(227,206,225)
#F0E2EB
(240,226,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6E1A87 color. Also use rgb(110,26,135) instead hex code.

Text Font Color

.myTextColor { color: #6E1A87; }

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

This text font color is #6E1A87.


Background Color

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

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

This div background color is #6E1A87.


Border color

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

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

This div border color is #6E1A87.


Opacity

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

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

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

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

This text has shadow with #6E1A87 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6E1A87 on black background.


Color preview on white background

This text has color #6E1A87 on white background.



Black color preview on #6E1A87 background

This text has black color on #6E1A87 background.


White color preview on #6E1A87 background

This text has white color on #6E1A87 background.