COLOR #62A0D2

HEX: #62A0D2 RGB: (98,160,210)

Color info

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

RGB color model

#62A0D2 color RGB value is (98,160,210).

RGB: (98,160,210) (38%, 63%, 82%)

RGB channels and saturation

R 98 of 255 = 38%
G 160 of 255 = 63%
B 210 of 255 = 82%

98
160
210

R + G + B ~ 61%. #62A0D2 is quite light color.

Portions of RGB colors in percentages

R + G + B = 98 + 160 + 210 = 468 (100%)
R 98 of 468 ~ 20.94%
G 160 of 468 ~ 34.19%
B 210 of 468 ~ 44.87'%

%20.94
%34.19
%44.87

CMYK color model

#62A0D2 color CMYK value is (53,24,0,18).

  • cyan value is 53.33%
  • magenta value is 23.81%
  • yellow value is 0.00%
  • key color value is 17.65%

CMYK: (53,24,0,18)
C53M24Y0K18 (53%, 24%, 0%, 18%)
(0.53 / 0.24 / 0.00 / 0.18)

CMYK percentages

%53.33
%23.81
%0
%17.65

Codes

Color #62A0D2 in popluar color models

62 A0 D2
RGB 98 160 210
HSL 207° 55.45% 60.39%
HSB/HSV 207° 53.33% 82.35%
CMYK 53.33% 23.81% 0.00%
17.65%

Color #62A0D2 in popluar number systems.

HEX 62 A0 D2
Decimal 98 160 210
Binary 1100010 10100000 11010010
Octal 142 240 322

Shades and tints

Shades of #62A0D2

#62A0D2
(98,160,210)
#5A92BF
(90,146,191)
#5284AC
(82,132,172)
#4A7699
(74,118,153)
#426886
(66,104,134)
#3A5A73
(58,90,115)
#324C60
(50,76,96)
#2A3E4D
(42,62,77)
#22303A
(34,48,58)
#1A2227
(26,34,39)
#121414
(18,20,20)
#000000
(0,0,0)

Tints of #62A0D2

#62A0D2
(98,160,210)
#70A8D6
(112,168,214)
#7EB0DA
(126,176,218)
#8CB8DE
(140,184,222)
#9AC0E2
(154,192,226)
#A8C8E6
(168,200,230)
#B6D0EA
(182,208,234)
#C4D8EE
(196,216,238)
#D2E0F2
(210,224,242)
#E0E8F6
(224,232,246)
#EEF0FA
(238,240,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #62A0D2 color. Also use rgb(98,160,210) instead hex code.

Text Font Color

.myTextColor { color: #62A0D2; }

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

This text font color is #62A0D2.

Background Color

.myBgColor { background-color: #62A0D2; }

<div style="background-color:#62A0D2">Inner text</div>

This div background color is #62A0D2.

Border color

.myBorderColor { border: 1px solid #62A0D2; }

<div style="border:3px solid #62A0D2">Div</div>

This div border color is #62A0D2.

Opacity

.myOpacity80 { color: #62A0D2; opacity: 0.8; }

<p style="color:#62A0D2;opacity:0.8;">80%</p>

Text with #62A0D2 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 #62A0D2;}

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

This text has shadow with #62A0D2 color.


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

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

This text has shadow with #62A0D2 primary color and red secondary color.


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

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

This text has shadow with #62A0D2 and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #62A0D2.

Preview

Color preview on black background

This text has color #62A0D2 on black background.


Color preview on white background

This text has color #62A0D2 on white background.


Black color preview on #62A0D2 background

This text has black color on #62A0D2 background.


White color preview on #62A0D2 background

This text has white color on #62A0D2 background.


Related colors

Complementary color

Complementary color for #hex is #9D5F2D.


I love getcolorcode.com

Triadic colors

1 #D262A0 and #A0D262 with #62A0D2 are triadic colors.

2 #D2A062 and #A062D2 with #62A0D2 are triadic colors.