COLOR #6E4D8E

HEX: #6E4D8E
RGB: (110,77,142)

Color info

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

RGB color model

#6E4D8E color RGB value is (110,77,142).

  • red value is 110;
  • green value is 77;
  • blue value is 142.
RGB:
(110,77,142)
(43%,30%,56%)

RGB channels and saturation

R 110 of 255 = 43%
G 77 of 255 = 30%
B 142 of 255 = 56%

110
77
142

R + G + B ~ 43%. #6E4D8E is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
110 + 77 + 142 = 329 (100%)
R 110 of 329 ~ 33.43%
G 77 of 329 ~ 23.4%
B 142 of 329 ~ 43.16%

%33.43
%23.4
%43.16

CMYK color model

#6E4D8E color CMYK value is (23,46,0,44).

  • cyan value is 22.54%
  • magenta value is 45.77%
  • yellow value is 0.00%
  • key color value is 44.31%
CMYK:
(23,46,0,44)
C23M46Y0K44 
(23%,46%,0%,44%)
(0.23/0.46/0.00/0.44)	

CMYK percentages

%22.54
%45.77
%0
%44.31

Codes

Color #6E4D8E in popluar color models

6E4D8E
RGB11077142
HSL270°29.68%42.94%
HSB/HSV270°45.77%55.69%
CMYK22.54%45.77%0.00%
44.31%

Color #6E4D8E in popluar number systems.

HEX6E4D8E
Decimal11077142
Binary1101110100110110001110
Octal156115216

Shades and tints

Shades of #6E4D8E

#6E4D8E
(110,77,142)
#644682
(100,70,130)
#5A3F76
(90,63,118)
#50386A
(80,56,106)
#46315E
(70,49,94)
#3C2A52
(60,42,82)
#322346
(50,35,70)
#281C3A
(40,28,58)
#1E152E
(30,21,46)
#140E22
(20,14,34)
#0A0716
(10,7,22)
#000000
(0,0,0)

Tints of #6E4D8E

#6E4D8E
(110,77,142)
#7B5D98
(123,93,152)
#886DA2
(136,109,162)
#957DAC
(149,125,172)
#A28DB6
(162,141,182)
#AF9DC0
(175,157,192)
#BCADCA
(188,173,202)
#C9BDD4
(201,189,212)
#D6CDDE
(214,205,222)
#E3DDE8
(227,221,232)
#F0EDF2
(240,237,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6E4D8E color. Also use rgb(110,77,142) instead hex code.

Text Font Color

.myTextColor { color: #6E4D8E; }

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

This text font color is #6E4D8E.


Background Color

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

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

This div background color is #6E4D8E.


Border color

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

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

This div border color is #6E4D8E.


Opacity

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

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

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

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

This text has shadow with #6E4D8E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6E4D8E on black background.


Color preview on white background

This text has color #6E4D8E on white background.



Black color preview on #6E4D8E background

This text has black color on #6E4D8E background.


White color preview on #6E4D8E background

This text has white color on #6E4D8E background.