COLOR #6E3E8E

HEX: #6E3E8E
RGB: (110,62,142)

Color info

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

RGB color model

#6E3E8E color RGB value is (110,62,142).

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

RGB channels and saturation

R 110 of 255 = 43%
G 62 of 255 = 24%
B 142 of 255 = 56%

110
62
142

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

Portions of RGB colors in percentages

R + G + B =
110 + 62 + 142 = 314 (100%)
R 110 of 314 ~ 35.03%
G 62 of 314 ~ 19.75%
B 142 of 314 ~ 45.22%

%35.03
%19.75
%45.22

CMYK color model

#6E3E8E color CMYK value is (23,56,0,44).

  • cyan value is 22.54%
  • magenta value is 56.34%
  • yellow value is 0.00%
  • key color value is 44.31%
CMYK:
(23,56,0,44)
C23M56Y0K44 
(23%,56%,0%,44%)
(0.23/0.56/0.00/0.44)	

CMYK percentages

%22.54
%56.34
%0
%44.31

Codes

Color #6E3E8E in popluar color models

6E3E8E
RGB11062142
HSL276°39.22%40.00%
HSB/HSV276°56.34%55.69%
CMYK22.54%56.34%0.00%
44.31%

Color #6E3E8E in popluar number systems.

HEX6E3E8E
Decimal11062142
Binary110111011111010001110
Octal15676216

Shades and tints

Shades of #6E3E8E

#6E3E8E
(110,62,142)
#643982
(100,57,130)
#5A3476
(90,52,118)
#502F6A
(80,47,106)
#462A5E
(70,42,94)
#3C2552
(60,37,82)
#322046
(50,32,70)
#281B3A
(40,27,58)
#1E162E
(30,22,46)
#141122
(20,17,34)
#0A0C16
(10,12,22)
#000000
(0,0,0)

Tints of #6E3E8E

#6E3E8E
(110,62,142)
#7B4F98
(123,79,152)
#8860A2
(136,96,162)
#9571AC
(149,113,172)
#A282B6
(162,130,182)
#AF93C0
(175,147,192)
#BCA4CA
(188,164,202)
#C9B5D4
(201,181,212)
#D6C6DE
(214,198,222)
#E3D7E8
(227,215,232)
#F0E8F2
(240,232,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6E3E8E; }

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

This text font color is #6E3E8E.


Background Color

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

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

This div background color is #6E3E8E.


Border color

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

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

This div border color is #6E3E8E.


Opacity

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

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

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

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

This text has shadow with #6E3E8E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6E3E8E on black background.


Color preview on white background

This text has color #6E3E8E on white background.



Black color preview on #6E3E8E background

This text has black color on #6E3E8E background.


White color preview on #6E3E8E background

This text has white color on #6E3E8E background.