COLOR #6EA2D0

HEX: #6EA2D0 RGB: (110,162,208)

Color info

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

RGB color model

#6EA2D0 color RGB value is (110,162,208).

RGB: (110,162,208) (43%, 64%, 82%)

RGB channels and saturation

R 110 of 255 = 43%
G 162 of 255 = 64%
B 208 of 255 = 82%

110
162
208

R + G + B ~ 63%. #6EA2D0 is quite light color.

Portions of RGB colors in percentages

R + G + B = 110 + 162 + 208 = 480 (100%)
R 110 of 480 ~ 22.92%
G 162 of 480 ~ 33.75%
B 208 of 480 ~ 43.33'%

%22.92
%33.75
%43.33

CMYK color model

#6EA2D0 color CMYK value is (47,22,0,18).

  • cyan value is 47.12%
  • magenta value is 22.12%
  • yellow value is 0.00%
  • key color value is 18.43%

CMYK: (47,22,0,18)
C47M22Y0K18 (47%, 22%, 0%, 18%)
(0.47 / 0.22 / 0.00 / 0.18)

CMYK percentages

%47.12
%22.12
%0
%18.43

Codes

Color #6EA2D0 in popluar color models

6E A2 D0
RGB 110 162 208
HSL 208° 51.04% 62.35%
HSB/HSV 208° 47.12% 81.57%
CMYK 47.12% 22.12% 0.00%
18.43%

Color #6EA2D0 in popluar number systems.

HEX 6E A2 D0
Decimal 110 162 208
Binary 1101110 10100010 11010000
Octal 156 242 320

Shades and tints

Shades of #6EA2D0

#6EA2D0
(110,162,208)
#6494BE
(100,148,190)
#5A86AC
(90,134,172)
#50789A
(80,120,154)
#466A88
(70,106,136)
#3C5C76
(60,92,118)
#324E64
(50,78,100)
#284052
(40,64,82)
#1E3240
(30,50,64)
#14242E
(20,36,46)
#0A161C
(10,22,28)
#000000
(0,0,0)

Tints of #6EA2D0

#6EA2D0
(110,162,208)
#7BAAD4
(123,170,212)
#88B2D8
(136,178,216)
#95BADC
(149,186,220)
#A2C2E0
(162,194,224)
#AFCAE4
(175,202,228)
#BCD2E8
(188,210,232)
#C9DAEC
(201,218,236)
#D6E2F0
(214,226,240)
#E3EAF4
(227,234,244)
#F0F2F8
(240,242,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6EA2D0 color. Also use rgb(110,162,208) instead hex code.

Text Font Color

.myTextColor { color: #6EA2D0; }

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

This text font color is #6EA2D0.

Background Color

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

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

This div background color is #6EA2D0.

Border color

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

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

This div border color is #6EA2D0.

Opacity

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

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

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

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

This text has shadow with #6EA2D0 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #6EA2D0.

Preview

Color preview on black background

This text has color #6EA2D0 on black background.


Color preview on white background

This text has color #6EA2D0 on white background.


Black color preview on #6EA2D0 background

This text has black color on #6EA2D0 background.


White color preview on #6EA2D0 background

This text has white color on #6EA2D0 background.


Related colors

Complementary color

Complementary color for #hex is #915D2F.


I love getcolorcode.com

Triadic colors

1 #D06EA2 and #A2D06E with #6EA2D0 are triadic colors.

2 #D0A26E and #A26ED0 with #6EA2D0 are triadic colors.