COLOR #6EAAD6

HEX: #6EAAD6 RGB: (110,170,214)

Color info

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

RGB color model

#6EAAD6 color RGB value is (110,170,214).

RGB: (110,170,214) (43%, 67%, 84%)

RGB channels and saturation

R 110 of 255 = 43%
G 170 of 255 = 67%
B 214 of 255 = 84%

110
170
214

R + G + B ~ 65%. #6EAAD6 is quite light color.

Portions of RGB colors in percentages

R + G + B = 110 + 170 + 214 = 494 (100%)
R 110 of 494 ~ 22.27%
G 170 of 494 ~ 34.41%
B 214 of 494 ~ 43.32'%

%22.27
%34.41
%43.32

CMYK color model

#6EAAD6 color CMYK value is (49,21,0,16).

  • cyan value is 48.60%
  • magenta value is 20.56%
  • yellow value is 0.00%
  • key color value is 16.08%

CMYK: (49,21,0,16)
C49M21Y0K16 (49%, 21%, 0%, 16%)
(0.49 / 0.21 / 0.00 / 0.16)

CMYK percentages

%48.6
%20.56
%0
%16.08

Codes

Color #6EAAD6 in popluar color models

6E AA D6
RGB 110 170 214
HSL 205° 55.91% 63.53%
HSB/HSV 205° 48.60% 83.92%
CMYK 48.60% 20.56% 0.00%
16.08%

Color #6EAAD6 in popluar number systems.

HEX 6E AA D6
Decimal 110 170 214
Binary 1101110 10101010 11010110
Octal 156 252 326

Shades and tints

Shades of #6EAAD6

#6EAAD6
(110,170,214)
#649BC3
(100,155,195)
#5A8CB0
(90,140,176)
#507D9D
(80,125,157)
#466E8A
(70,110,138)
#3C5F77
(60,95,119)
#325064
(50,80,100)
#284151
(40,65,81)
#1E323E
(30,50,62)
#14232B
(20,35,43)
#0A1418
(10,20,24)
#000000
(0,0,0)

Tints of #6EAAD6

#6EAAD6
(110,170,214)
#7BB1D9
(123,177,217)
#88B8DC
(136,184,220)
#95BFDF
(149,191,223)
#A2C6E2
(162,198,226)
#AFCDE5
(175,205,229)
#BCD4E8
(188,212,232)
#C9DBEB
(201,219,235)
#D6E2EE
(214,226,238)
#E3E9F1
(227,233,241)
#F0F0F4
(240,240,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6EAAD6 color. Also use rgb(110,170,214) instead hex code.

Text Font Color

.myTextColor { color: #6EAAD6; }

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

This text font color is #6EAAD6.

Background Color

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

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

This div background color is #6EAAD6.

Border color

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

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

This div border color is #6EAAD6.

Opacity

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

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

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

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

This text has shadow with #6EAAD6 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #6EAAD6.

Preview

Color preview on black background

This text has color #6EAAD6 on black background.


Color preview on white background

This text has color #6EAAD6 on white background.


Black color preview on #6EAAD6 background

This text has black color on #6EAAD6 background.


White color preview on #6EAAD6 background

This text has white color on #6EAAD6 background.


Related colors

Complementary color

Complementary color for #hex is #915529.


I love getcolorcode.com

Triadic colors

1 #D66EAA and #AAD66E with #6EAAD6 are triadic colors.

2 #D6AA6E and #AA6ED6 with #6EAAD6 are triadic colors.