COLOR #62A0EC

HEX: #62A0EC
RGB: (98,160,236)

Color info

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

RGB color model

#62A0EC color RGB value is (98,160,236).

  • red value is 98;
  • green value is 160;
  • blue value is 236.
RGB:
(98,160,236)
(38%,63%,93%)

RGB channels and saturation

R 98 of 255 = 38%
G 160 of 255 = 63%
B 236 of 255 = 93%

98
160
236

R + G + B ~ 65%. #62A0EC is quite light color.

Portions of RGB colors in percentages

R + G + B =
98 + 160 + 236 = 494 (100%)
R 98 of 494 ~ 19.84%
G 160 of 494 ~ 32.39%
B 236 of 494 ~ 47.77%

%19.84
%32.39
%47.77

CMYK color model

#62A0EC color CMYK value is (58,32,0,7).

  • cyan value is 58.47%
  • magenta value is 32.20%
  • yellow value is 0.00%
  • key color value is 7.45%
CMYK:
(58,32,0,7)
C58M32Y0K7 
(58%,32%,0%,7%)
(0.58/0.32/0.00/0.07)	

CMYK percentages

%58.47
%32.2
%0
%7.45

Codes

Color #62A0EC in popluar color models

62A0EC
RGB98160236
HSL213°78.41%65.49%
HSB/HSV213°58.47%92.55%
CMYK58.47%32.20%0.00%
7.45%

Color #62A0EC in popluar number systems.

HEX62A0EC
Decimal98160236
Binary11000101010000011101100
Octal142240354

Shades and tints

Shades of #62A0EC

#62A0EC
(98,160,236)
#5A92D7
(90,146,215)
#5284C2
(82,132,194)
#4A76AD
(74,118,173)
#426898
(66,104,152)
#3A5A83
(58,90,131)
#324C6E
(50,76,110)
#2A3E59
(42,62,89)
#223044
(34,48,68)
#1A222F
(26,34,47)
#12141A
(18,20,26)
#000000
(0,0,0)

Tints of #62A0EC

#62A0EC
(98,160,236)
#70A8ED
(112,168,237)
#7EB0EE
(126,176,238)
#8CB8EF
(140,184,239)
#9AC0F0
(154,192,240)
#A8C8F1
(168,200,241)
#B6D0F2
(182,208,242)
#C4D8F3
(196,216,243)
#D2E0F4
(210,224,244)
#E0E8F5
(224,232,245)
#EEF0F6
(238,240,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #62A0EC; }

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

This text font color is #62A0EC.


Background Color

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

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

This div background color is #62A0EC.


Border color

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

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

This div border color is #62A0EC.


Opacity

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

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

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

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

This text has shadow with #62A0EC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #62A0EC on black background.


Color preview on white background

This text has color #62A0EC on white background.



Black color preview on #62A0EC background

This text has black color on #62A0EC background.


White color preview on #62A0EC background

This text has white color on #62A0EC background.