COLOR #62A5D9

HEX: #62A5D9
RGB: (98,165,217)

Color info

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

RGB color model

#62A5D9 color RGB value is (98,165,217).

  • red value is 98;
  • green value is 165;
  • blue value is 217.
RGB:
(98,165,217)
(38%,65%,85%)

RGB channels and saturation

R 98 of 255 = 38%
G 165 of 255 = 65%
B 217 of 255 = 85%

98
165
217

R + G + B ~ 63%. #62A5D9 is quite light color.

Portions of RGB colors in percentages

R + G + B =
98 + 165 + 217 = 480 (100%)
R 98 of 480 ~ 20.42%
G 165 of 480 ~ 34.38%
B 217 of 480 ~ 45.21%

%20.42
%34.38
%45.21

CMYK color model

#62A5D9 color CMYK value is (55,24,0,15).

  • cyan value is 54.84%
  • magenta value is 23.96%
  • yellow value is 0.00%
  • key color value is 14.90%
CMYK:
(55,24,0,15)
C55M24Y0K15 
(55%,24%,0%,15%)
(0.55/0.24/0.00/0.15)	

CMYK percentages

%54.84
%23.96
%0
%14.9

Codes

Color #62A5D9 in popluar color models

62A5D9
RGB98165217
HSL206°61.03%61.76%
HSB/HSV206°54.84%85.10%
CMYK54.84%23.96%0.00%
14.90%

Color #62A5D9 in popluar number systems.

HEX62A5D9
Decimal98165217
Binary11000101010010111011001
Octal142245331

Shades and tints

Shades of #62A5D9

#62A5D9
(98,165,217)
#5A96C6
(90,150,198)
#5287B3
(82,135,179)
#4A78A0
(74,120,160)
#42698D
(66,105,141)
#3A5A7A
(58,90,122)
#324B67
(50,75,103)
#2A3C54
(42,60,84)
#222D41
(34,45,65)
#1A1E2E
(26,30,46)
#120F1B
(18,15,27)
#000000
(0,0,0)

Tints of #62A5D9

#62A5D9
(98,165,217)
#70ADDC
(112,173,220)
#7EB5DF
(126,181,223)
#8CBDE2
(140,189,226)
#9AC5E5
(154,197,229)
#A8CDE8
(168,205,232)
#B6D5EB
(182,213,235)
#C4DDEE
(196,221,238)
#D2E5F1
(210,229,241)
#E0EDF4
(224,237,244)
#EEF5F7
(238,245,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #62A5D9 color. Also use rgb(98,165,217) instead hex code.

Text Font Color

.myTextColor { color: #62A5D9; }

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

This text font color is #62A5D9.


Background Color

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

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

This div background color is #62A5D9.


Border color

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

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

This div border color is #62A5D9.


Opacity

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

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

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

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

This text has shadow with #62A5D9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #62A5D9 on black background.


Color preview on white background

This text has color #62A5D9 on white background.



Black color preview on #62A5D9 background

This text has black color on #62A5D9 background.


White color preview on #62A5D9 background

This text has white color on #62A5D9 background.