COLOR #6E5594

HEX: #6E5594 RGB: (110,85,148)

Color info

#6E5594 contains mainly red and blue colors. Web safe color of #6E5594 is #666699 (or #669).

RGB color model

#6E5594 color RGB value is (110,85,148).

RGB: (110,85,148) (43%, 33%, 58%)

RGB channels and saturation

R 110 of 255 = 43%
G 85 of 255 = 33%
B 148 of 255 = 58%

110
85
148

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

Portions of RGB colors in percentages

R + G + B = 110 + 85 + 148 = 343 (100%)
R 110 of 343 ~ 32.07%
G 85 of 343 ~ 24.78%
B 148 of 343 ~ 43.15'%

%32.07
%24.78
%43.15

CMYK color model

#6E5594 color CMYK value is (26,43,0,42).

  • cyan value is 25.68%
  • magenta value is 42.57%
  • yellow value is 0.00%
  • key color value is 41.96%

CMYK: (26,43,0,42)
C26M43Y0K42 (26%, 43%, 0%, 42%)
(0.26 / 0.43 / 0.00 / 0.42)

CMYK percentages

%25.68
%42.57
%0
%41.96

Codes

Color #6E5594 in popluar color models

6E 55 94
RGB 110 85 148
HSL 264° 27.04% 45.69%
HSB/HSV 264° 42.57% 58.04%
CMYK 25.68% 42.57% 0.00%
41.96%

Color #6E5594 in popluar number systems.

HEX 6E 55 94
Decimal 110 85 148
Binary 1101110 1010101 10010100
Octal 156 125 224

Shades and tints

Shades of #6E5594

#6E5594
(110,85,148)
#644E87
(100,78,135)
#5A477A
(90,71,122)
#50406D
(80,64,109)
#463960
(70,57,96)
#3C3253
(60,50,83)
#322B46
(50,43,70)
#282439
(40,36,57)
#1E1D2C
(30,29,44)
#14161F
(20,22,31)
#0A0F12
(10,15,18)
#000000
(0,0,0)

Tints of #6E5594

#6E5594
(110,85,148)
#7B649D
(123,100,157)
#8873A6
(136,115,166)
#9582AF
(149,130,175)
#A291B8
(162,145,184)
#AFA0C1
(175,160,193)
#BCAFCA
(188,175,202)
#C9BED3
(201,190,211)
#D6CDDC
(214,205,220)
#E3DCE5
(227,220,229)
#F0EBEE
(240,235,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6E5594 color. Also use rgb(110,85,148) instead hex code.

Text Font Color

.myTextColor { color: #6E5594; }

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

This text font color is #6E5594.

Background Color

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

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

This div background color is #6E5594.

Border color

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

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

This div border color is #6E5594.

Opacity

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

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

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

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

This text has shadow with #6E5594 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #6E5594.

Preview

Color preview on black background

This text has color #6E5594 on black background.


Color preview on white background

This text has color #6E5594 on white background.


Black color preview on #6E5594 background

This text has black color on #6E5594 background.


White color preview on #6E5594 background

This text has white color on #6E5594 background.


Related colors

Complementary color

Complementary color for #hex is #91AA6B.


I love getcolorcode.com

Triadic colors

1 #946E55 and #55946E with #6E5594 are triadic colors.

2 #94556E and #556E94 with #6E5594 are triadic colors.