COLOR #6E4EAE

HEX: #6E4EAE
RGB: (110,78,174)

Color info

#6E4EAE contains mainly blue color. Web safe color of #6E4EAE is #666699 (or #669).

RGB color model

#6E4EAE color RGB value is (110,78,174).

  • red value is 110;
  • green value is 78;
  • blue value is 174.
RGB:
(110,78,174)
(43%,31%,68%)

RGB channels and saturation

R 110 of 255 = 43%
G 78 of 255 = 31%
B 174 of 255 = 68%

110
78
174

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

Portions of RGB colors in percentages

R + G + B =
110 + 78 + 174 = 362 (100%)
R 110 of 362 ~ 30.39%
G 78 of 362 ~ 21.55%
B 174 of 362 ~ 48.07%

%30.39
%21.55
%48.07

CMYK color model

#6E4EAE color CMYK value is (37,55,0,32).

  • cyan value is 36.78%
  • magenta value is 55.17%
  • yellow value is 0.00%
  • key color value is 31.76%
CMYK:
(37,55,0,32)
C37M55Y0K32 
(37%,55%,0%,32%)
(0.37/0.55/0.00/0.32)	

CMYK percentages

%36.78
%55.17
%0
%31.76

Codes

Color #6E4EAE in popluar color models

6E4EAE
RGB11078174
HSL260°38.10%49.41%
HSB/HSV260°55.17%68.24%
CMYK36.78%55.17%0.00%
31.76%

Color #6E4EAE in popluar number systems.

HEX6E4EAE
Decimal11078174
Binary1101110100111010101110
Octal156116256

Shades and tints

Shades of #6E4EAE

#6E4EAE
(110,78,174)
#64479F
(100,71,159)
#5A4090
(90,64,144)
#503981
(80,57,129)
#463272
(70,50,114)
#3C2B63
(60,43,99)
#322454
(50,36,84)
#281D45
(40,29,69)
#1E1636
(30,22,54)
#140F27
(20,15,39)
#0A0818
(10,8,24)
#000000
(0,0,0)

Tints of #6E4EAE

#6E4EAE
(110,78,174)
#7B5EB5
(123,94,181)
#886EBC
(136,110,188)
#957EC3
(149,126,195)
#A28ECA
(162,142,202)
#AF9ED1
(175,158,209)
#BCAED8
(188,174,216)
#C9BEDF
(201,190,223)
#D6CEE6
(214,206,230)
#E3DEED
(227,222,237)
#F0EEF4
(240,238,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6E4EAE color. Also use rgb(110,78,174) instead hex code.

Text Font Color

.myTextColor { color: #6E4EAE; }

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

This text font color is #6E4EAE.


Background Color

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

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

This div background color is #6E4EAE.


Border color

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

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

This div border color is #6E4EAE.


Opacity

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

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

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

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

This text has shadow with #6E4EAE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6E4EAE on black background.


Color preview on white background

This text has color #6E4EAE on white background.



Black color preview on #6E4EAE background

This text has black color on #6E4EAE background.


White color preview on #6E4EAE background

This text has white color on #6E4EAE background.