COLOR #6E5EAB

HEX: #6E5EAB RGB: (110,94,171)

Color info

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

RGB color model

#6E5EAB color RGB value is (110,94,171).

RGB: (110,94,171) (43%, 37%, 67%)

RGB channels and saturation

R 110 of 255 = 43%
G 94 of 255 = 37%
B 171 of 255 = 67%

110
94
171

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

Portions of RGB colors in percentages

R + G + B = 110 + 94 + 171 = 375 (100%)
R 110 of 375 ~ 29.33%
G 94 of 375 ~ 25.07%
B 171 of 375 ~ 45.6'%

%29.33
%25.07
%45.6

CMYK color model

#6E5EAB color CMYK value is (36,45,0,33).

  • cyan value is 35.67%
  • magenta value is 45.03%
  • yellow value is 0.00%
  • key color value is 32.94%

CMYK: (36,45,0,33)
C36M45Y0K33 (36%, 45%, 0%, 33%)
(0.36 / 0.45 / 0.00 / 0.33)

CMYK percentages

%35.67
%45.03
%0
%32.94

Codes

Color #6E5EAB in popluar color models

6E 5E AB
RGB 110 94 171
HSL 252° 31.43% 51.96%
HSB/HSV 252° 45.03% 67.06%
CMYK 35.67% 45.03% 0.00%
32.94%

Color #6E5EAB in popluar number systems.

HEX 6E 5E AB
Decimal 110 94 171
Binary 1101110 1011110 10101011
Octal 156 136 253

Shades and tints

Shades of #6E5EAB

#6E5EAB
(110,94,171)
#64569C
(100,86,156)
#5A4E8D
(90,78,141)
#50467E
(80,70,126)
#463E6F
(70,62,111)
#3C3660
(60,54,96)
#322E51
(50,46,81)
#282642
(40,38,66)
#1E1E33
(30,30,51)
#141624
(20,22,36)
#0A0E15
(10,14,21)
#000000
(0,0,0)

Tints of #6E5EAB

#6E5EAB
(110,94,171)
#7B6CB2
(123,108,178)
#887AB9
(136,122,185)
#9588C0
(149,136,192)
#A296C7
(162,150,199)
#AFA4CE
(175,164,206)
#BCB2D5
(188,178,213)
#C9C0DC
(201,192,220)
#D6CEE3
(214,206,227)
#E3DCEA
(227,220,234)
#F0EAF1
(240,234,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6E5EAB color. Also use rgb(110,94,171) instead hex code.

Text Font Color

.myTextColor { color: #6E5EAB; }

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

This text font color is #6E5EAB.

Background Color

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

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

This div background color is #6E5EAB.

Border color

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

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

This div border color is #6E5EAB.

Opacity

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

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

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

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

This text has shadow with #6E5EAB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #6E5EAB.

Preview

Color preview on black background

This text has color #6E5EAB on black background.


Color preview on white background

This text has color #6E5EAB on white background.


Black color preview on #6E5EAB background

This text has black color on #6E5EAB background.


White color preview on #6E5EAB background

This text has white color on #6E5EAB background.


Related colors

Complementary color

Complementary color for #hex is #91A154.


I love getcolorcode.com

Triadic colors

1 #AB6E5E and #5EAB6E with #6E5EAB are triadic colors.

2 #AB5E6E and #5E6EAB with #6E5EAB are triadic colors.