COLOR #6E5A8C

HEX: #6E5A8C
RGB: (110,90,140)

Color info

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

RGB color model

#6E5A8C color RGB value is (110,90,140).

  • red value is 110;
  • green value is 90;
  • blue value is 140.
RGB:
(110,90,140)
(43%,35%,55%)

RGB channels and saturation

R 110 of 255 = 43%
G 90 of 255 = 35%
B 140 of 255 = 55%

110
90
140

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

Portions of RGB colors in percentages

R + G + B =
110 + 90 + 140 = 340 (100%)
R 110 of 340 ~ 32.35%
G 90 of 340 ~ 26.47%
B 140 of 340 ~ 41.18%

%32.35
%26.47
%41.18

CMYK color model

#6E5A8C color CMYK value is (21,36,0,45).

  • cyan value is 21.43%
  • magenta value is 35.71%
  • yellow value is 0.00%
  • key color value is 45.10%
CMYK:
(21,36,0,45)
C21M36Y0K45 
(21%,36%,0%,45%)
(0.21/0.36/0.00/0.45)	

CMYK percentages

%21.43
%35.71
%0
%45.1

Codes

Color #6E5A8C in popluar color models

6E5A8C
RGB11090140
HSL264°21.74%45.10%
HSB/HSV264°35.71%54.90%
CMYK21.43%35.71%0.00%
45.10%

Color #6E5A8C in popluar number systems.

HEX6E5A8C
Decimal11090140
Binary1101110101101010001100
Octal156132214

Shades and tints

Shades of #6E5A8C

#6E5A8C
(110,90,140)
#645280
(100,82,128)
#5A4A74
(90,74,116)
#504268
(80,66,104)
#463A5C
(70,58,92)
#3C3250
(60,50,80)
#322A44
(50,42,68)
#282238
(40,34,56)
#1E1A2C
(30,26,44)
#141220
(20,18,32)
#0A0A14
(10,10,20)
#000000
(0,0,0)

Tints of #6E5A8C

#6E5A8C
(110,90,140)
#7B6996
(123,105,150)
#8878A0
(136,120,160)
#9587AA
(149,135,170)
#A296B4
(162,150,180)
#AFA5BE
(175,165,190)
#BCB4C8
(188,180,200)
#C9C3D2
(201,195,210)
#D6D2DC
(214,210,220)
#E3E1E6
(227,225,230)
#F0F0F0
(240,240,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6E5A8C color. Also use rgb(110,90,140) instead hex code.

Text Font Color

.myTextColor { color: #6E5A8C; }

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

This text font color is #6E5A8C.


Background Color

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

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

This div background color is #6E5A8C.


Border color

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

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

This div border color is #6E5A8C.


Opacity

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

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

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

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

This text has shadow with #6E5A8C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6E5A8C on black background.


Color preview on white background

This text has color #6E5A8C on white background.



Black color preview on #6E5A8C background

This text has black color on #6E5A8C background.


White color preview on #6E5A8C background

This text has white color on #6E5A8C background.