COLOR #6E5997

HEX: #6E5997 RGB: (110,89,151)

Color info

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

RGB color model

#6E5997 color RGB value is (110,89,151).

RGB: (110,89,151) (43%, 35%, 59%)

RGB channels and saturation

R 110 of 255 = 43%
G 89 of 255 = 35%
B 151 of 255 = 59%

110
89
151

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

Portions of RGB colors in percentages

R + G + B = 110 + 89 + 151 = 350 (100%)
R 110 of 350 ~ 31.43%
G 89 of 350 ~ 25.43%
B 151 of 350 ~ 43.14'%

%31.43
%25.43
%43.14

CMYK color model

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

  • cyan value is 27.15%
  • magenta value is 41.06%
  • yellow value is 0.00%
  • key color value is 40.78%

CMYK: (27,41,0,41)
C27M41Y0K41 (27%, 41%, 0%, 41%)
(0.27 / 0.41 / 0.00 / 0.41)

CMYK percentages

%27.15
%41.06
%0
%40.78

Codes

Color #6E5997 in popluar color models

6E 59 97
RGB 110 89 151
HSL 260° 25.83% 47.06%
HSB/HSV 260° 41.06% 59.22%
CMYK 27.15% 41.06% 0.00%
40.78%

Color #6E5997 in popluar number systems.

HEX 6E 59 97
Decimal 110 89 151
Binary 1101110 1011001 10010111
Octal 156 131 227

Shades and tints

Shades of #6E5997

#6E5997
(110,89,151)
#64518A
(100,81,138)
#5A497D
(90,73,125)
#504170
(80,65,112)
#463963
(70,57,99)
#3C3156
(60,49,86)
#322949
(50,41,73)
#28213C
(40,33,60)
#1E192F
(30,25,47)
#141122
(20,17,34)
#0A0915
(10,9,21)
#000000
(0,0,0)

Tints of #6E5997

#6E5997
(110,89,151)
#7B68A0
(123,104,160)
#8877A9
(136,119,169)
#9586B2
(149,134,178)
#A295BB
(162,149,187)
#AFA4C4
(175,164,196)
#BCB3CD
(188,179,205)
#C9C2D6
(201,194,214)
#D6D1DF
(214,209,223)
#E3E0E8
(227,224,232)
#F0EFF1
(240,239,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6E5997 color. Also use rgb(110,89,151) instead hex code.

Text Font Color

.myTextColor { color: #6E5997; }

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

This text font color is #6E5997.

Background Color

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

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

This div background color is #6E5997.

Border color

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

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

This div border color is #6E5997.

Opacity

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

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

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

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

This text has shadow with #6E5997 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #6E5997.

Preview

Color preview on black background

This text has color #6E5997 on black background.


Color preview on white background

This text has color #6E5997 on white background.


Black color preview on #6E5997 background

This text has black color on #6E5997 background.


White color preview on #6E5997 background

This text has white color on #6E5997 background.


Related colors

Complementary color

Complementary color for #hex is #91A668.


I love getcolorcode.com

Triadic colors

1 #976E59 and #59976E with #6E5997 are triadic colors.

2 #97596E and #596E97 with #6E5997 are triadic colors.