COLOR #6EA3EC

HEX: #6EA3EC RGB: (110,163,236)

Color info

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

RGB color model

#6EA3EC color RGB value is (110,163,236).

RGB: (110,163,236) (43%, 64%, 93%)

RGB channels and saturation

R 110 of 255 = 43%
G 163 of 255 = 64%
B 236 of 255 = 93%

110
163
236

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

Portions of RGB colors in percentages

R + G + B = 110 + 163 + 236 = 509 (100%)
R 110 of 509 ~ 21.61%
G 163 of 509 ~ 32.02%
B 236 of 509 ~ 46.37'%

%21.61
%32.02
%46.37

CMYK color model

#6EA3EC color CMYK value is (53,31,0,7).

  • cyan value is 53.39%
  • magenta value is 30.93%
  • yellow value is 0.00%
  • key color value is 7.45%

CMYK: (53,31,0,7)
C53M31Y0K7 (53%, 31%, 0%, 7%)
(0.53 / 0.31 / 0.00 / 0.07)

CMYK percentages

%53.39
%30.93
%0
%7.45

Codes

Color #6EA3EC in popluar color models

6E A3 EC
RGB 110 163 236
HSL 215° 76.83% 67.84%
HSB/HSV 215° 53.39% 92.55%
CMYK 53.39% 30.93% 0.00%
7.45%

Color #6EA3EC in popluar number systems.

HEX 6E A3 EC
Decimal 110 163 236
Binary 1101110 10100011 11101100
Octal 156 243 354

Shades and tints

Shades of #6EA3EC

#6EA3EC
(110,163,236)
#6495D7
(100,149,215)
#5A87C2
(90,135,194)
#5079AD
(80,121,173)
#466B98
(70,107,152)
#3C5D83
(60,93,131)
#324F6E
(50,79,110)
#284159
(40,65,89)
#1E3344
(30,51,68)
#14252F
(20,37,47)
#0A171A
(10,23,26)
#000000
(0,0,0)

Tints of #6EA3EC

#6EA3EC
(110,163,236)
#7BABED
(123,171,237)
#88B3EE
(136,179,238)
#95BBEF
(149,187,239)
#A2C3F0
(162,195,240)
#AFCBF1
(175,203,241)
#BCD3F2
(188,211,242)
#C9DBF3
(201,219,243)
#D6E3F4
(214,227,244)
#E3EBF5
(227,235,245)
#F0F3F6
(240,243,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6EA3EC; }

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

This text font color is #6EA3EC.

Background Color

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

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

This div background color is #6EA3EC.

Border color

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

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

This div border color is #6EA3EC.

Opacity

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

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

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

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

This text has shadow with #6EA3EC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #6EA3EC.

Preview

Color preview on black background

This text has color #6EA3EC on black background.


Color preview on white background

This text has color #6EA3EC on white background.


Black color preview on #6EA3EC background

This text has black color on #6EA3EC background.


White color preview on #6EA3EC background

This text has white color on #6EA3EC background.


Related colors

Complementary color

Complementary color for #hex is #915C13.


I love getcolorcode.com

Triadic colors

1 #EC6EA3 and #A3EC6E with #6EA3EC are triadic colors.

2 #ECA36E and #A36EEC with #6EA3EC are triadic colors.