COLOR #6E5595

HEX: #6E5595
RGB: (110,85,149)

Color info

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

RGB color model

#6E5595 color RGB value is (110,85,149).

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

RGB channels and saturation

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

110
85
149

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

Portions of RGB colors in percentages

R + G + B =
110 + 85 + 149 = 344 (100%)
R 110 of 344 ~ 31.98%
G 85 of 344 ~ 24.71%
B 149 of 344 ~ 43.31%

%31.98
%24.71
%43.31

CMYK color model

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

  • cyan value is 26.17%
  • magenta value is 42.95%
  • yellow value is 0.00%
  • key color value is 41.57%
CMYK:
(26,43,0,42)
C26M43Y0K42 
(26%,43%,0%,42%)
(0.26/0.43/0.00/0.42)	

CMYK percentages

%26.17
%42.95
%0
%41.57

Codes

Color #6E5595 in popluar color models

6E5595
RGB11085149
HSL263°27.35%45.88%
HSB/HSV263°42.95%58.43%
CMYK26.17%42.95%0.00%
41.57%

Color #6E5595 in popluar number systems.

HEX6E5595
Decimal11085149
Binary1101110101010110010101
Octal156125225

Shades and tints

Shades of #6E5595

#6E5595
(110,85,149)
#644E88
(100,78,136)
#5A477B
(90,71,123)
#50406E
(80,64,110)
#463961
(70,57,97)
#3C3254
(60,50,84)
#322B47
(50,43,71)
#28243A
(40,36,58)
#1E1D2D
(30,29,45)
#141620
(20,22,32)
#0A0F13
(10,15,19)
#000000
(0,0,0)

Tints of #6E5595

#6E5595
(110,85,149)
#7B649E
(123,100,158)
#8873A7
(136,115,167)
#9582B0
(149,130,176)
#A291B9
(162,145,185)
#AFA0C2
(175,160,194)
#BCAFCB
(188,175,203)
#C9BED4
(201,190,212)
#D6CDDD
(214,205,221)
#E3DCE6
(227,220,230)
#F0EBEF
(240,235,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6E5595; }

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

This text font color is #6E5595.


Background Color

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

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

This div background color is #6E5595.


Border color

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

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

This div border color is #6E5595.


Opacity

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

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

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

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

This text has shadow with #6E5595 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6E5595 on black background.


Color preview on white background

This text has color #6E5595 on white background.



Black color preview on #6E5595 background

This text has black color on #6E5595 background.


White color preview on #6E5595 background

This text has white color on #6E5595 background.