COLOR #6E7EA5

HEX: #6E7EA5
RGB: (110,126,165)

Color info

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

RGB color model

#6E7EA5 color RGB value is (110,126,165).

  • red value is 110;
  • green value is 126;
  • blue value is 165.
RGB:
(110,126,165)
(43%,49%,65%)

RGB channels and saturation

R 110 of 255 = 43%
G 126 of 255 = 49%
B 165 of 255 = 65%

110
126
165

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

Portions of RGB colors in percentages

R + G + B =
110 + 126 + 165 = 401 (100%)
R 110 of 401 ~ 27.43%
G 126 of 401 ~ 31.42%
B 165 of 401 ~ 41.15%

%27.43
%31.42
%41.15

CMYK color model

#6E7EA5 color CMYK value is (33,24,0,35).

  • cyan value is 33.33%
  • magenta value is 23.64%
  • yellow value is 0.00%
  • key color value is 35.29%
CMYK:
(33,24,0,35)
C33M24Y0K35 
(33%,24%,0%,35%)
(0.33/0.24/0.00/0.35)	

CMYK percentages

%33.33
%23.64
%0
%35.29

Codes

Color #6E7EA5 in popluar color models

6E7EA5
RGB110126165
HSL223°23.40%53.92%
HSB/HSV223°33.33%64.71%
CMYK33.33%23.64%0.00%
35.29%

Color #6E7EA5 in popluar number systems.

HEX6E7EA5
Decimal110126165
Binary1101110111111010100101
Octal156176245

Shades and tints

Shades of #6E7EA5

#6E7EA5
(110,126,165)
#647396
(100,115,150)
#5A6887
(90,104,135)
#505D78
(80,93,120)
#465269
(70,82,105)
#3C475A
(60,71,90)
#323C4B
(50,60,75)
#28313C
(40,49,60)
#1E262D
(30,38,45)
#141B1E
(20,27,30)
#0A100F
(10,16,15)
#000000
(0,0,0)

Tints of #6E7EA5

#6E7EA5
(110,126,165)
#7B89AD
(123,137,173)
#8894B5
(136,148,181)
#959FBD
(149,159,189)
#A2AAC5
(162,170,197)
#AFB5CD
(175,181,205)
#BCC0D5
(188,192,213)
#C9CBDD
(201,203,221)
#D6D6E5
(214,214,229)
#E3E1ED
(227,225,237)
#F0ECF5
(240,236,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6E7EA5 color. Also use rgb(110,126,165) instead hex code.

Text Font Color

.myTextColor { color: #6E7EA5; }

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

This text font color is #6E7EA5.


Background Color

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

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

This div background color is #6E7EA5.


Border color

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

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

This div border color is #6E7EA5.


Opacity

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

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

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

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

This text has shadow with #6E7EA5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6E7EA5 on black background.


Color preview on white background

This text has color #6E7EA5 on white background.



Black color preview on #6E7EA5 background

This text has black color on #6E7EA5 background.


White color preview on #6E7EA5 background

This text has white color on #6E7EA5 background.