COLOR #6E6496

HEX: #6E6496 RGB: (110,100,150)

Color info

#6E6496 contains red, green and blue colors in about the same proportion. Web safe color of #6E6496 is #666699 (or #669).

RGB color model

#6E6496 color RGB value is (110,100,150).

RGB: (110,100,150) (43%, 39%, 59%)

RGB channels and saturation

R 110 of 255 = 43%
G 100 of 255 = 39%
B 150 of 255 = 59%

110
100
150

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

Portions of RGB colors in percentages

R + G + B = 110 + 100 + 150 = 360 (100%)
R 110 of 360 ~ 30.56%
G 100 of 360 ~ 27.78%
B 150 of 360 ~ 41.67'%

%30.56
%27.78
%41.67

CMYK color model

#6E6496 color CMYK value is (27,33,0,41).

  • cyan value is 26.67%
  • magenta value is 33.33%
  • yellow value is 0.00%
  • key color value is 41.18%

CMYK: (27,33,0,41)
C27M33Y0K41 (27%, 33%, 0%, 41%)
(0.27 / 0.33 / 0.00 / 0.41)

CMYK percentages

%26.67
%33.33
%0
%41.18

Codes

Color #6E6496 in popluar color models

6E 64 96
RGB 110 100 150
HSL 252° 20.00% 49.02%
HSB/HSV 252° 33.33% 58.82%
CMYK 26.67% 33.33% 0.00%
41.18%

Color #6E6496 in popluar number systems.

HEX 6E 64 96
Decimal 110 100 150
Binary 1101110 1100100 10010110
Octal 156 144 226

Shades and tints

Shades of #6E6496

#6E6496
(110,100,150)
#645B89
(100,91,137)
#5A527C
(90,82,124)
#50496F
(80,73,111)
#464062
(70,64,98)
#3C3755
(60,55,85)
#322E48
(50,46,72)
#28253B
(40,37,59)
#1E1C2E
(30,28,46)
#141321
(20,19,33)
#0A0A14
(10,10,20)
#000000
(0,0,0)

Tints of #6E6496

#6E6496
(110,100,150)
#7B729F
(123,114,159)
#8880A8
(136,128,168)
#958EB1
(149,142,177)
#A29CBA
(162,156,186)
#AFAAC3
(175,170,195)
#BCB8CC
(188,184,204)
#C9C6D5
(201,198,213)
#D6D4DE
(214,212,222)
#E3E2E7
(227,226,231)
#F0F0F0
(240,240,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6E6496 color. Also use rgb(110,100,150) instead hex code.

Text Font Color

.myTextColor { color: #6E6496; }

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

This text font color is #6E6496.

Background Color

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

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

This div background color is #6E6496.

Border color

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

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

This div border color is #6E6496.

Opacity

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

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

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

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

This text has shadow with #6E6496 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #6E6496.

Preview

Color preview on black background

This text has color #6E6496 on black background.


Color preview on white background

This text has color #6E6496 on white background.


Black color preview on #6E6496 background

This text has black color on #6E6496 background.


White color preview on #6E6496 background

This text has white color on #6E6496 background.


Related colors

Complementary color

Complementary color for #hex is #919B69.


I love getcolorcode.com

Triadic colors

1 #966E64 and #64966E with #6E6496 are triadic colors.

2 #96646E and #646E96 with #6E6496 are triadic colors.