COLOR #6E4391

HEX: #6E4391
RGB: (110,67,145)

Color info

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

RGB color model

#6E4391 color RGB value is (110,67,145).

  • red value is 110;
  • green value is 67;
  • blue value is 145.
RGB:
(110,67,145)
(43%,26%,57%)

RGB channels and saturation

R 110 of 255 = 43%
G 67 of 255 = 26%
B 145 of 255 = 57%

110
67
145

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

Portions of RGB colors in percentages

R + G + B =
110 + 67 + 145 = 322 (100%)
R 110 of 322 ~ 34.16%
G 67 of 322 ~ 20.81%
B 145 of 322 ~ 45.03%

%34.16
%20.81
%45.03

CMYK color model

#6E4391 color CMYK value is (24,54,0,43).

  • cyan value is 24.14%
  • magenta value is 53.79%
  • yellow value is 0.00%
  • key color value is 43.14%
CMYK:
(24,54,0,43)
C24M54Y0K43 
(24%,54%,0%,43%)
(0.24/0.54/0.00/0.43)	

CMYK percentages

%24.14
%53.79
%0
%43.14

Codes

Color #6E4391 in popluar color models

6E4391
RGB11067145
HSL273°36.79%41.57%
HSB/HSV273°53.79%56.86%
CMYK24.14%53.79%0.00%
43.14%

Color #6E4391 in popluar number systems.

HEX6E4391
Decimal11067145
Binary1101110100001110010001
Octal156103221

Shades and tints

Shades of #6E4391

#6E4391
(110,67,145)
#643D84
(100,61,132)
#5A3777
(90,55,119)
#50316A
(80,49,106)
#462B5D
(70,43,93)
#3C2550
(60,37,80)
#321F43
(50,31,67)
#281936
(40,25,54)
#1E1329
(30,19,41)
#140D1C
(20,13,28)
#0A070F
(10,7,15)
#000000
(0,0,0)

Tints of #6E4391

#6E4391
(110,67,145)
#7B549B
(123,84,155)
#8865A5
(136,101,165)
#9576AF
(149,118,175)
#A287B9
(162,135,185)
#AF98C3
(175,152,195)
#BCA9CD
(188,169,205)
#C9BAD7
(201,186,215)
#D6CBE1
(214,203,225)
#E3DCEB
(227,220,235)
#F0EDF5
(240,237,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6E4391 color. Also use rgb(110,67,145) instead hex code.

Text Font Color

.myTextColor { color: #6E4391; }

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

This text font color is #6E4391.


Background Color

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

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

This div background color is #6E4391.


Border color

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

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

This div border color is #6E4391.


Opacity

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

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

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

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

This text has shadow with #6E4391 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6E4391 on black background.


Color preview on white background

This text has color #6E4391 on white background.



Black color preview on #6E4391 background

This text has black color on #6E4391 background.


White color preview on #6E4391 background

This text has white color on #6E4391 background.