COLOR #6E9DBA

HEX: #6E9DBA
RGB: (110,157,186)

Color info

#6E9DBA contains mainly green and blue colors. Web safe color of #6E9DBA is #6699CC (or #69C).

RGB color model

#6E9DBA color RGB value is (110,157,186).

  • red value is 110;
  • green value is 157;
  • blue value is 186.
RGB:
(110,157,186)
(43%,62%,73%)

RGB channels and saturation

R 110 of 255 = 43%
G 157 of 255 = 62%
B 186 of 255 = 73%

110
157
186

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

Portions of RGB colors in percentages

R + G + B =
110 + 157 + 186 = 453 (100%)
R 110 of 453 ~ 24.28%
G 157 of 453 ~ 34.66%
B 186 of 453 ~ 41.06%

%24.28
%34.66
%41.06

CMYK color model

#6E9DBA color CMYK value is (41,16,0,27).

  • cyan value is 40.86%
  • magenta value is 15.59%
  • yellow value is 0.00%
  • key color value is 27.06%
CMYK:
(41,16,0,27)
C41M16Y0K27 
(41%,16%,0%,27%)
(0.41/0.16/0.00/0.27)	

CMYK percentages

%40.86
%15.59
%0
%27.06

Codes

Color #6E9DBA in popluar color models

6E9DBA
RGB110157186
HSL203°35.51%58.04%
HSB/HSV203°40.86%72.94%
CMYK40.86%15.59%0.00%
27.06%

Color #6E9DBA in popluar number systems.

HEX6E9DBA
Decimal110157186
Binary11011101001110110111010
Octal156235272

Shades and tints

Shades of #6E9DBA

#6E9DBA
(110,157,186)
#648FAA
(100,143,170)
#5A819A
(90,129,154)
#50738A
(80,115,138)
#46657A
(70,101,122)
#3C576A
(60,87,106)
#32495A
(50,73,90)
#283B4A
(40,59,74)
#1E2D3A
(30,45,58)
#141F2A
(20,31,42)
#0A111A
(10,17,26)
#000000
(0,0,0)

Tints of #6E9DBA

#6E9DBA
(110,157,186)
#7BA5C0
(123,165,192)
#88ADC6
(136,173,198)
#95B5CC
(149,181,204)
#A2BDD2
(162,189,210)
#AFC5D8
(175,197,216)
#BCCDDE
(188,205,222)
#C9D5E4
(201,213,228)
#D6DDEA
(214,221,234)
#E3E5F0
(227,229,240)
#F0EDF6
(240,237,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6E9DBA color. Also use rgb(110,157,186) instead hex code.

Text Font Color

.myTextColor { color: #6E9DBA; }

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

This text font color is #6E9DBA.


Background Color

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

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

This div background color is #6E9DBA.


Border color

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

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

This div border color is #6E9DBA.


Opacity

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

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

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

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

This text has shadow with #6E9DBA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6E9DBA on black background.


Color preview on white background

This text has color #6E9DBA on white background.



Black color preview on #6E9DBA background

This text has black color on #6E9DBA background.


White color preview on #6E9DBA background

This text has white color on #6E9DBA background.