COLOR #6E5687

HEX: #6E5687
RGB: (110,86,135)

Color info

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

RGB color model

#6E5687 color RGB value is (110,86,135).

  • red value is 110;
  • green value is 86;
  • blue value is 135.
RGB:
(110,86,135)
(43%,34%,53%)

RGB channels and saturation

R 110 of 255 = 43%
G 86 of 255 = 34%
B 135 of 255 = 53%

110
86
135

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

Portions of RGB colors in percentages

R + G + B =
110 + 86 + 135 = 331 (100%)
R 110 of 331 ~ 33.23%
G 86 of 331 ~ 25.98%
B 135 of 331 ~ 40.79%

%33.23
%25.98
%40.79

CMYK color model

#6E5687 color CMYK value is (19,36,0,47).

  • cyan value is 18.52%
  • magenta value is 36.30%
  • yellow value is 0.00%
  • key color value is 47.06%
CMYK:
(19,36,0,47)
C19M36Y0K47 
(19%,36%,0%,47%)
(0.19/0.36/0.00/0.47)	

CMYK percentages

%18.52
%36.3
%0
%47.06

Codes

Color #6E5687 in popluar color models

6E5687
RGB11086135
HSL269°22.17%43.33%
HSB/HSV269°36.30%52.94%
CMYK18.52%36.30%0.00%
47.06%

Color #6E5687 in popluar number systems.

HEX6E5687
Decimal11086135
Binary1101110101011010000111
Octal156126207

Shades and tints

Shades of #6E5687

#6E5687
(110,86,135)
#644F7B
(100,79,123)
#5A486F
(90,72,111)
#504163
(80,65,99)
#463A57
(70,58,87)
#3C334B
(60,51,75)
#322C3F
(50,44,63)
#282533
(40,37,51)
#1E1E27
(30,30,39)
#14171B
(20,23,27)
#0A100F
(10,16,15)
#000000
(0,0,0)

Tints of #6E5687

#6E5687
(110,86,135)
#7B6591
(123,101,145)
#88749B
(136,116,155)
#9583A5
(149,131,165)
#A292AF
(162,146,175)
#AFA1B9
(175,161,185)
#BCB0C3
(188,176,195)
#C9BFCD
(201,191,205)
#D6CED7
(214,206,215)
#E3DDE1
(227,221,225)
#F0ECEB
(240,236,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6E5687 color. Also use rgb(110,86,135) instead hex code.

Text Font Color

.myTextColor { color: #6E5687; }

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

This text font color is #6E5687.


Background Color

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

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

This div background color is #6E5687.


Border color

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

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

This div border color is #6E5687.


Opacity

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

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

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

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

This text has shadow with #6E5687 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6E5687 on black background.


Color preview on white background

This text has color #6E5687 on white background.



Black color preview on #6E5687 background

This text has black color on #6E5687 background.


White color preview on #6E5687 background

This text has white color on #6E5687 background.