COLOR #6EA9EC

HEX: #6EA9EC
RGB: (110,169,236)

Color info

#6EA9EC contains mainly blue color. Web safe color of #6EA9EC is #6699FF (or #69F).

RGB color model

#6EA9EC color RGB value is (110,169,236).

  • red value is 110;
  • green value is 169;
  • blue value is 236.
RGB:
(110,169,236)
(43%,66%,93%)

RGB channels and saturation

R 110 of 255 = 43%
G 169 of 255 = 66%
B 236 of 255 = 93%

110
169
236

R + G + B ~ 67%. #6EA9EC is quite light color.

Portions of RGB colors in percentages

R + G + B =
110 + 169 + 236 = 515 (100%)
R 110 of 515 ~ 21.36%
G 169 of 515 ~ 32.82%
B 236 of 515 ~ 45.83%

%21.36
%32.82
%45.83

CMYK color model

#6EA9EC color CMYK value is (53,28,0,7).

  • cyan value is 53.39%
  • magenta value is 28.39%
  • yellow value is 0.00%
  • key color value is 7.45%
CMYK:
(53,28,0,7)
C53M28Y0K7 
(53%,28%,0%,7%)
(0.53/0.28/0.00/0.07)	

CMYK percentages

%53.39
%28.39
%0
%7.45

Codes

Color #6EA9EC in popluar color models

6EA9EC
RGB110169236
HSL212°76.83%67.84%
HSB/HSV212°53.39%92.55%
CMYK53.39%28.39%0.00%
7.45%

Color #6EA9EC in popluar number systems.

HEX6EA9EC
Decimal110169236
Binary11011101010100111101100
Octal156251354

Shades and tints

Shades of #6EA9EC

#6EA9EC
(110,169,236)
#649AD7
(100,154,215)
#5A8BC2
(90,139,194)
#507CAD
(80,124,173)
#466D98
(70,109,152)
#3C5E83
(60,94,131)
#324F6E
(50,79,110)
#284059
(40,64,89)
#1E3144
(30,49,68)
#14222F
(20,34,47)
#0A131A
(10,19,26)
#000000
(0,0,0)

Tints of #6EA9EC

#6EA9EC
(110,169,236)
#7BB0ED
(123,176,237)
#88B7EE
(136,183,238)
#95BEEF
(149,190,239)
#A2C5F0
(162,197,240)
#AFCCF1
(175,204,241)
#BCD3F2
(188,211,242)
#C9DAF3
(201,218,243)
#D6E1F4
(214,225,244)
#E3E8F5
(227,232,245)
#F0EFF6
(240,239,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6EA9EC color. Also use rgb(110,169,236) instead hex code.

Text Font Color

.myTextColor { color: #6EA9EC; }

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

This text font color is #6EA9EC.


Background Color

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

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

This div background color is #6EA9EC.


Border color

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

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

This div border color is #6EA9EC.


Opacity

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

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

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

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

This text has shadow with #6EA9EC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6EA9EC on black background.


Color preview on white background

This text has color #6EA9EC on white background.



Black color preview on #6EA9EC background

This text has black color on #6EA9EC background.


White color preview on #6EA9EC background

This text has white color on #6EA9EC background.