COLOR #6E408B

HEX: #6E408B
RGB: (110,64,139)

Color info

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

RGB color model

#6E408B color RGB value is (110,64,139).

  • red value is 110;
  • green value is 64;
  • blue value is 139.
RGB:
(110,64,139)
(43%,25%,55%)

RGB channels and saturation

R 110 of 255 = 43%
G 64 of 255 = 25%
B 139 of 255 = 55%

110
64
139

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

Portions of RGB colors in percentages

R + G + B =
110 + 64 + 139 = 313 (100%)
R 110 of 313 ~ 35.14%
G 64 of 313 ~ 20.45%
B 139 of 313 ~ 44.41%

%35.14
%20.45
%44.41

CMYK color model

#6E408B color CMYK value is (21,54,0,45).

  • cyan value is 20.86%
  • magenta value is 53.96%
  • yellow value is 0.00%
  • key color value is 45.49%
CMYK:
(21,54,0,45)
C21M54Y0K45 
(21%,54%,0%,45%)
(0.21/0.54/0.00/0.45)	

CMYK percentages

%20.86
%53.96
%0
%45.49

Codes

Color #6E408B in popluar color models

6E408B
RGB11064139
HSL277°36.95%39.80%
HSB/HSV277°53.96%54.51%
CMYK20.86%53.96%0.00%
45.49%

Color #6E408B in popluar number systems.

HEX6E408B
Decimal11064139
Binary1101110100000010001011
Octal156100213

Shades and tints

Shades of #6E408B

#6E408B
(110,64,139)
#643B7F
(100,59,127)
#5A3673
(90,54,115)
#503167
(80,49,103)
#462C5B
(70,44,91)
#3C274F
(60,39,79)
#322243
(50,34,67)
#281D37
(40,29,55)
#1E182B
(30,24,43)
#14131F
(20,19,31)
#0A0E13
(10,14,19)
#000000
(0,0,0)

Tints of #6E408B

#6E408B
(110,64,139)
#7B5195
(123,81,149)
#88629F
(136,98,159)
#9573A9
(149,115,169)
#A284B3
(162,132,179)
#AF95BD
(175,149,189)
#BCA6C7
(188,166,199)
#C9B7D1
(201,183,209)
#D6C8DB
(214,200,219)
#E3D9E5
(227,217,229)
#F0EAEF
(240,234,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6E408B color. Also use rgb(110,64,139) instead hex code.

Text Font Color

.myTextColor { color: #6E408B; }

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

This text font color is #6E408B.


Background Color

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

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

This div background color is #6E408B.


Border color

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

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

This div border color is #6E408B.


Opacity

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

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

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

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

This text has shadow with #6E408B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6E408B on black background.


Color preview on white background

This text has color #6E408B on white background.



Black color preview on #6E408B background

This text has black color on #6E408B background.


White color preview on #6E408B background

This text has white color on #6E408B background.