COLOR #6E5888

HEX: #6E5888
RGB: (110,88,136)

Color info

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

RGB color model

#6E5888 color RGB value is (110,88,136).

  • red value is 110;
  • green value is 88;
  • blue value is 136.
RGB:
(110,88,136)
(43%,35%,53%)

RGB channels and saturation

R 110 of 255 = 43%
G 88 of 255 = 35%
B 136 of 255 = 53%

110
88
136

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

Portions of RGB colors in percentages

R + G + B =
110 + 88 + 136 = 334 (100%)
R 110 of 334 ~ 32.93%
G 88 of 334 ~ 26.35%
B 136 of 334 ~ 40.72%

%32.93
%26.35
%40.72

CMYK color model

#6E5888 color CMYK value is (19,35,0,47).

  • cyan value is 19.12%
  • magenta value is 35.29%
  • yellow value is 0.00%
  • key color value is 46.67%
CMYK:
(19,35,0,47)
C19M35Y0K47 
(19%,35%,0%,47%)
(0.19/0.35/0.00/0.47)	

CMYK percentages

%19.12
%35.29
%0
%46.67

Codes

Color #6E5888 in popluar color models

6E5888
RGB11088136
HSL268°21.43%43.92%
HSB/HSV268°35.29%53.33%
CMYK19.12%35.29%0.00%
46.67%

Color #6E5888 in popluar number systems.

HEX6E5888
Decimal11088136
Binary1101110101100010001000
Octal156130210

Shades and tints

Shades of #6E5888

#6E5888
(110,88,136)
#64507C
(100,80,124)
#5A4870
(90,72,112)
#504064
(80,64,100)
#463858
(70,56,88)
#3C304C
(60,48,76)
#322840
(50,40,64)
#282034
(40,32,52)
#1E1828
(30,24,40)
#14101C
(20,16,28)
#0A0810
(10,8,16)
#000000
(0,0,0)

Tints of #6E5888

#6E5888
(110,88,136)
#7B6792
(123,103,146)
#88769C
(136,118,156)
#9585A6
(149,133,166)
#A294B0
(162,148,176)
#AFA3BA
(175,163,186)
#BCB2C4
(188,178,196)
#C9C1CE
(201,193,206)
#D6D0D8
(214,208,216)
#E3DFE2
(227,223,226)
#F0EEEC
(240,238,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6E5888 color. Also use rgb(110,88,136) instead hex code.

Text Font Color

.myTextColor { color: #6E5888; }

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

This text font color is #6E5888.


Background Color

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

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

This div background color is #6E5888.


Border color

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

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

This div border color is #6E5888.


Opacity

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

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

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

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

This text has shadow with #6E5888 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6E5888 on black background.


Color preview on white background

This text has color #6E5888 on white background.



Black color preview on #6E5888 background

This text has black color on #6E5888 background.


White color preview on #6E5888 background

This text has white color on #6E5888 background.