COLOR #6E5789

HEX: #6E5789
RGB: (110,87,137)

Color info

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

RGB color model

#6E5789 color RGB value is (110,87,137).

  • red value is 110;
  • green value is 87;
  • blue value is 137.
RGB:
(110,87,137)
(43%,34%,54%)

RGB channels and saturation

R 110 of 255 = 43%
G 87 of 255 = 34%
B 137 of 255 = 54%

110
87
137

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

Portions of RGB colors in percentages

R + G + B =
110 + 87 + 137 = 334 (100%)
R 110 of 334 ~ 32.93%
G 87 of 334 ~ 26.05%
B 137 of 334 ~ 41.02%

%32.93
%26.05
%41.02

CMYK color model

#6E5789 color CMYK value is (20,36,0,46).

  • cyan value is 19.71%
  • magenta value is 36.50%
  • yellow value is 0.00%
  • key color value is 46.27%
CMYK:
(20,36,0,46)
C20M36Y0K46 
(20%,36%,0%,46%)
(0.20/0.36/0.00/0.46)	

CMYK percentages

%19.71
%36.5
%0
%46.27

Codes

Color #6E5789 in popluar color models

6E5789
RGB11087137
HSL268°22.32%43.92%
HSB/HSV268°36.50%53.73%
CMYK19.71%36.50%0.00%
46.27%

Color #6E5789 in popluar number systems.

HEX6E5789
Decimal11087137
Binary1101110101011110001001
Octal156127211

Shades and tints

Shades of #6E5789

#6E5789
(110,87,137)
#64507D
(100,80,125)
#5A4971
(90,73,113)
#504265
(80,66,101)
#463B59
(70,59,89)
#3C344D
(60,52,77)
#322D41
(50,45,65)
#282635
(40,38,53)
#1E1F29
(30,31,41)
#14181D
(20,24,29)
#0A1111
(10,17,17)
#000000
(0,0,0)

Tints of #6E5789

#6E5789
(110,87,137)
#7B6693
(123,102,147)
#88759D
(136,117,157)
#9584A7
(149,132,167)
#A293B1
(162,147,177)
#AFA2BB
(175,162,187)
#BCB1C5
(188,177,197)
#C9C0CF
(201,192,207)
#D6CFD9
(214,207,217)
#E3DEE3
(227,222,227)
#F0EDED
(240,237,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6E5789 color. Also use rgb(110,87,137) instead hex code.

Text Font Color

.myTextColor { color: #6E5789; }

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

This text font color is #6E5789.


Background Color

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

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

This div background color is #6E5789.


Border color

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

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

This div border color is #6E5789.


Opacity

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

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

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

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

This text has shadow with #6E5789 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6E5789 on black background.


Color preview on white background

This text has color #6E5789 on white background.



Black color preview on #6E5789 background

This text has black color on #6E5789 background.


White color preview on #6E5789 background

This text has white color on #6E5789 background.