COLOR #6E9DCC

HEX: #6E9DCC
RGB: (110,157,204)

Color info

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

RGB color model

#6E9DCC color RGB value is (110,157,204).

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

RGB channels and saturation

R 110 of 255 = 43%
G 157 of 255 = 62%
B 204 of 255 = 80%

110
157
204

R + G + B ~ 62%. #6E9DCC is quite light color.

Portions of RGB colors in percentages

R + G + B =
110 + 157 + 204 = 471 (100%)
R 110 of 471 ~ 23.35%
G 157 of 471 ~ 33.33%
B 204 of 471 ~ 43.31%

%23.35
%33.33
%43.31

CMYK color model

#6E9DCC color CMYK value is (46,23,0,20).

  • cyan value is 46.08%
  • magenta value is 23.04%
  • yellow value is 0.00%
  • key color value is 20.00%
CMYK:
(46,23,0,20)
C46M23Y0K20 
(46%,23%,0%,20%)
(0.46/0.23/0.00/0.20)	

CMYK percentages

%46.08
%23.04
%0
%20

Codes

Color #6E9DCC in popluar color models

6E9DCC
RGB110157204
HSL210°47.96%61.57%
HSB/HSV210°46.08%80.00%
CMYK46.08%23.04%0.00%
20.00%

Color #6E9DCC in popluar number systems.

HEX6E9DCC
Decimal110157204
Binary11011101001110111001100
Octal156235314

Shades and tints

Shades of #6E9DCC

#6E9DCC
(110,157,204)
#648FBA
(100,143,186)
#5A81A8
(90,129,168)
#507396
(80,115,150)
#466584
(70,101,132)
#3C5772
(60,87,114)
#324960
(50,73,96)
#283B4E
(40,59,78)
#1E2D3C
(30,45,60)
#141F2A
(20,31,42)
#0A1118
(10,17,24)
#000000
(0,0,0)

Tints of #6E9DCC

#6E9DCC
(110,157,204)
#7BA5D0
(123,165,208)
#88ADD4
(136,173,212)
#95B5D8
(149,181,216)
#A2BDDC
(162,189,220)
#AFC5E0
(175,197,224)
#BCCDE4
(188,205,228)
#C9D5E8
(201,213,232)
#D6DDEC
(214,221,236)
#E3E5F0
(227,229,240)
#F0EDF4
(240,237,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6E9DCC; }

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

This text font color is #6E9DCC.


Background Color

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

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

This div background color is #6E9DCC.


Border color

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

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

This div border color is #6E9DCC.


Opacity

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

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

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

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

This text has shadow with #6E9DCC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6E9DCC on black background.


Color preview on white background

This text has color #6E9DCC on white background.



Black color preview on #6E9DCC background

This text has black color on #6E9DCC background.


White color preview on #6E9DCC background

This text has white color on #6E9DCC background.