COLOR #62B1E7

HEX: #62B1E7
RGB: (98,177,231)

Color info

#62B1E7 contains mainly green and blue colors. Web safe color of #62B1E7 is #6699FF (or #69F).

RGB color model

#62B1E7 color RGB value is (98,177,231).

  • red value is 98;
  • green value is 177;
  • blue value is 231.
RGB:
(98,177,231)
(38%,69%,91%)

RGB channels and saturation

R 98 of 255 = 38%
G 177 of 255 = 69%
B 231 of 255 = 91%

98
177
231

R + G + B ~ 66%. #62B1E7 is quite light color.

Portions of RGB colors in percentages

R + G + B =
98 + 177 + 231 = 506 (100%)
R 98 of 506 ~ 19.37%
G 177 of 506 ~ 34.98%
B 231 of 506 ~ 45.65%

%19.37
%34.98
%45.65

CMYK color model

#62B1E7 color CMYK value is (58,23,0,9).

  • cyan value is 57.58%
  • magenta value is 23.38%
  • yellow value is 0.00%
  • key color value is 9.41%
CMYK:
(58,23,0,9)
C58M23Y0K9 
(58%,23%,0%,9%)
(0.58/0.23/0.00/0.09)	

CMYK percentages

%57.58
%23.38
%0
%9.41

Codes

Color #62B1E7 in popluar color models

62B1E7
RGB98177231
HSL204°73.48%64.51%
HSB/HSV204°57.58%90.59%
CMYK57.58%23.38%0.00%
9.41%

Color #62B1E7 in popluar number systems.

HEX62B1E7
Decimal98177231
Binary11000101011000111100111
Octal142261347

Shades and tints

Shades of #62B1E7

#62B1E7
(98,177,231)
#5AA1D2
(90,161,210)
#5291BD
(82,145,189)
#4A81A8
(74,129,168)
#427193
(66,113,147)
#3A617E
(58,97,126)
#325169
(50,81,105)
#2A4154
(42,65,84)
#22313F
(34,49,63)
#1A212A
(26,33,42)
#121115
(18,17,21)
#000000
(0,0,0)

Tints of #62B1E7

#62B1E7
(98,177,231)
#70B8E9
(112,184,233)
#7EBFEB
(126,191,235)
#8CC6ED
(140,198,237)
#9ACDEF
(154,205,239)
#A8D4F1
(168,212,241)
#B6DBF3
(182,219,243)
#C4E2F5
(196,226,245)
#D2E9F7
(210,233,247)
#E0F0F9
(224,240,249)
#EEF7FB
(238,247,251)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #62B1E7 color. Also use rgb(98,177,231) instead hex code.

Text Font Color

.myTextColor { color: #62B1E7; }

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

This text font color is #62B1E7.


Background Color

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

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

This div background color is #62B1E7.


Border color

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

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

This div border color is #62B1E7.


Opacity

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

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

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

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

This text has shadow with #62B1E7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #62B1E7 on black background.


Color preview on white background

This text has color #62B1E7 on white background.



Black color preview on #62B1E7 background

This text has black color on #62B1E7 background.


White color preview on #62B1E7 background

This text has white color on #62B1E7 background.