COLOR #6E5299

HEX: #6E5299
RGB: (110,82,153)

Color info

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

RGB color model

#6E5299 color RGB value is (110,82,153).

  • red value is 110;
  • green value is 82;
  • blue value is 153.
RGB:
(110,82,153)
(43%,32%,60%)

RGB channels and saturation

R 110 of 255 = 43%
G 82 of 255 = 32%
B 153 of 255 = 60%

110
82
153

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

Portions of RGB colors in percentages

R + G + B =
110 + 82 + 153 = 345 (100%)
R 110 of 345 ~ 31.88%
G 82 of 345 ~ 23.77%
B 153 of 345 ~ 44.35%

%31.88
%23.77
%44.35

CMYK color model

#6E5299 color CMYK value is (28,46,0,40).

  • cyan value is 28.10%
  • magenta value is 46.41%
  • yellow value is 0.00%
  • key color value is 40.00%
CMYK:
(28,46,0,40)
C28M46Y0K40 
(28%,46%,0%,40%)
(0.28/0.46/0.00/0.40)	

CMYK percentages

%28.1
%46.41
%0
%40

Codes

Color #6E5299 in popluar color models

6E5299
RGB11082153
HSL264°30.21%46.08%
HSB/HSV264°46.41%60.00%
CMYK28.10%46.41%0.00%
40.00%

Color #6E5299 in popluar number systems.

HEX6E5299
Decimal11082153
Binary1101110101001010011001
Octal156122231

Shades and tints

Shades of #6E5299

#6E5299
(110,82,153)
#644B8C
(100,75,140)
#5A447F
(90,68,127)
#503D72
(80,61,114)
#463665
(70,54,101)
#3C2F58
(60,47,88)
#32284B
(50,40,75)
#28213E
(40,33,62)
#1E1A31
(30,26,49)
#141324
(20,19,36)
#0A0C17
(10,12,23)
#000000
(0,0,0)

Tints of #6E5299

#6E5299
(110,82,153)
#7B61A2
(123,97,162)
#8870AB
(136,112,171)
#957FB4
(149,127,180)
#A28EBD
(162,142,189)
#AF9DC6
(175,157,198)
#BCACCF
(188,172,207)
#C9BBD8
(201,187,216)
#D6CAE1
(214,202,225)
#E3D9EA
(227,217,234)
#F0E8F3
(240,232,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6E5299 color. Also use rgb(110,82,153) instead hex code.

Text Font Color

.myTextColor { color: #6E5299; }

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

This text font color is #6E5299.


Background Color

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

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

This div background color is #6E5299.


Border color

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

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

This div border color is #6E5299.


Opacity

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

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

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

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

This text has shadow with #6E5299 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6E5299 on black background.


Color preview on white background

This text has color #6E5299 on white background.



Black color preview on #6E5299 background

This text has black color on #6E5299 background.


White color preview on #6E5299 background

This text has white color on #6E5299 background.