COLOR #6E5586

HEX: #6E5586
RGB: (110,85,134)

Color info

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

RGB color model

#6E5586 color RGB value is (110,85,134).

  • red value is 110;
  • green value is 85;
  • blue value is 134.
RGB:
(110,85,134)
(43%,33%,53%)

RGB channels and saturation

R 110 of 255 = 43%
G 85 of 255 = 33%
B 134 of 255 = 53%

110
85
134

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

Portions of RGB colors in percentages

R + G + B =
110 + 85 + 134 = 329 (100%)
R 110 of 329 ~ 33.43%
G 85 of 329 ~ 25.84%
B 134 of 329 ~ 40.73%

%33.43
%25.84
%40.73

CMYK color model

#6E5586 color CMYK value is (18,37,0,47).

  • cyan value is 17.91%
  • magenta value is 36.57%
  • yellow value is 0.00%
  • key color value is 47.45%
CMYK:
(18,37,0,47)
C18M37Y0K47 
(18%,37%,0%,47%)
(0.18/0.37/0.00/0.47)	

CMYK percentages

%17.91
%36.57
%0
%47.45

Codes

Color #6E5586 in popluar color models

6E5586
RGB11085134
HSL271°22.37%42.94%
HSB/HSV271°36.57%52.55%
CMYK17.91%36.57%0.00%
47.45%

Color #6E5586 in popluar number systems.

HEX6E5586
Decimal11085134
Binary1101110101010110000110
Octal156125206

Shades and tints

Shades of #6E5586

#6E5586
(110,85,134)
#644E7A
(100,78,122)
#5A476E
(90,71,110)
#504062
(80,64,98)
#463956
(70,57,86)
#3C324A
(60,50,74)
#322B3E
(50,43,62)
#282432
(40,36,50)
#1E1D26
(30,29,38)
#14161A
(20,22,26)
#0A0F0E
(10,15,14)
#000000
(0,0,0)

Tints of #6E5586

#6E5586
(110,85,134)
#7B6491
(123,100,145)
#88739C
(136,115,156)
#9582A7
(149,130,167)
#A291B2
(162,145,178)
#AFA0BD
(175,160,189)
#BCAFC8
(188,175,200)
#C9BED3
(201,190,211)
#D6CDDE
(214,205,222)
#E3DCE9
(227,220,233)
#F0EBF4
(240,235,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6E5586; }

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

This text font color is #6E5586.


Background Color

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

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

This div background color is #6E5586.


Border color

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

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

This div border color is #6E5586.


Opacity

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

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

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

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

This text has shadow with #6E5586 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6E5586 on black background.


Color preview on white background

This text has color #6E5586 on white background.



Black color preview on #6E5586 background

This text has black color on #6E5586 background.


White color preview on #6E5586 background

This text has white color on #6E5586 background.