COLOR #6E1E93

HEX: #6E1E93
RGB: (110,30,147)

Color info

#6E1E93 contains mainly red and blue colors. Web safe color of #6E1E93 is #663399 (or #639).

RGB color model

#6E1E93 color RGB value is (110,30,147).

  • red value is 110;
  • green value is 30;
  • blue value is 147.
RGB:
(110,30,147)
(43%,12%,58%)

RGB channels and saturation

R 110 of 255 = 43%
G 30 of 255 = 12%
B 147 of 255 = 58%

110
30
147

R + G + B ~ 38%. #6E1E93 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
110 + 30 + 147 = 287 (100%)
R 110 of 287 ~ 38.33%
G 30 of 287 ~ 10.45%
B 147 of 287 ~ 51.22%

%38.33
%10.45
%51.22

CMYK color model

#6E1E93 color CMYK value is (25,80,0,42).

  • cyan value is 25.17%
  • magenta value is 79.59%
  • yellow value is 0.00%
  • key color value is 42.35%
CMYK:
(25,80,0,42)
C25M80Y0K42 
(25%,80%,0%,42%)
(0.25/0.80/0.00/0.42)	

CMYK percentages

%25.17
%79.59
%0
%42.35

Codes

Color #6E1E93 in popluar color models

6E1E93
RGB11030147
HSL281°66.10%34.71%
HSB/HSV281°79.59%57.65%
CMYK25.17%79.59%0.00%
42.35%

Color #6E1E93 in popluar number systems.

HEX6E1E93
Decimal11030147
Binary11011101111010010011
Octal15636223

Shades and tints

Shades of #6E1E93

#6E1E93
(110,30,147)
#641C86
(100,28,134)
#5A1A79
(90,26,121)
#50186C
(80,24,108)
#46165F
(70,22,95)
#3C1452
(60,20,82)
#321245
(50,18,69)
#281038
(40,16,56)
#1E0E2B
(30,14,43)
#140C1E
(20,12,30)
#0A0A11
(10,10,17)
#000000
(0,0,0)

Tints of #6E1E93

#6E1E93
(110,30,147)
#7B329C
(123,50,156)
#8846A5
(136,70,165)
#955AAE
(149,90,174)
#A26EB7
(162,110,183)
#AF82C0
(175,130,192)
#BC96C9
(188,150,201)
#C9AAD2
(201,170,210)
#D6BEDB
(214,190,219)
#E3D2E4
(227,210,228)
#F0E6ED
(240,230,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6E1E93 color. Also use rgb(110,30,147) instead hex code.

Text Font Color

.myTextColor { color: #6E1E93; }

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

This text font color is #6E1E93.


Background Color

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

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

This div background color is #6E1E93.


Border color

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

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

This div border color is #6E1E93.


Opacity

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

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

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

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

This text has shadow with #6E1E93 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6E1E93 on black background.


Color preview on white background

This text has color #6E1E93 on white background.



Black color preview on #6E1E93 background

This text has black color on #6E1E93 background.


White color preview on #6E1E93 background

This text has white color on #6E1E93 background.