COLOR #62A2BC

HEX: #62A2BC RGB: (98,162,188)

Color info

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

RGB color model

#62A2BC color RGB value is (98,162,188).

RGB: (98,162,188) (38%, 64%, 74%)

RGB channels and saturation

R 98 of 255 = 38%
G 162 of 255 = 64%
B 188 of 255 = 74%

98
162
188

R + G + B ~ 59%. #62A2BC is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 98 + 162 + 188 = 448 (100%)
R 98 of 448 ~ 21.88%
G 162 of 448 ~ 36.16%
B 188 of 448 ~ 41.96'%

%21.88
%36.16
%41.96

CMYK color model

#62A2BC color CMYK value is (48,14,0,26).

  • cyan value is 47.87%
  • magenta value is 13.83%
  • yellow value is 0.00%
  • key color value is 26.27%

CMYK: (48,14,0,26)
C48M14Y0K26 (48%, 14%, 0%, 26%)
(0.48 / 0.14 / 0.00 / 0.26)

CMYK percentages

%47.87
%13.83
%0
%26.27

Codes

Color #62A2BC in popluar color models

62 A2 BC
RGB 98 162 188
HSL 197° 40.18% 56.08%
HSB/HSV 197° 47.87% 73.73%
CMYK 47.87% 13.83% 0.00%
26.27%

Color #62A2BC in popluar number systems.

HEX 62 A2 BC
Decimal 98 162 188
Binary 1100010 10100010 10111100
Octal 142 242 274

Shades and tints

Shades of #62A2BC

#62A2BC
(98,162,188)
#5A94AB
(90,148,171)
#52869A
(82,134,154)
#4A7889
(74,120,137)
#426A78
(66,106,120)
#3A5C67
(58,92,103)
#324E56
(50,78,86)
#2A4045
(42,64,69)
#223234
(34,50,52)
#1A2423
(26,36,35)
#121612
(18,22,18)
#000000
(0,0,0)

Tints of #62A2BC

#62A2BC
(98,162,188)
#70AAC2
(112,170,194)
#7EB2C8
(126,178,200)
#8CBACE
(140,186,206)
#9AC2D4
(154,194,212)
#A8CADA
(168,202,218)
#B6D2E0
(182,210,224)
#C4DAE6
(196,218,230)
#D2E2EC
(210,226,236)
#E0EAF2
(224,234,242)
#EEF2F8
(238,242,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #62A2BC color. Also use rgb(98,162,188) instead hex code.

Text Font Color

.myTextColor { color: #62A2BC; }

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

This text font color is #62A2BC.

Background Color

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

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

This div background color is #62A2BC.

Border color

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

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

This div border color is #62A2BC.

Opacity

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

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

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

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

This text has shadow with #62A2BC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #62A2BC.

Preview

Color preview on black background

This text has color #62A2BC on black background.


Color preview on white background

This text has color #62A2BC on white background.


Black color preview on #62A2BC background

This text has black color on #62A2BC background.


White color preview on #62A2BC background

This text has white color on #62A2BC background.


Related colors

Complementary color

Complementary color for #hex is #9D5D43.


I love getcolorcode.com

Triadic colors

1 #BC62A2 and #A2BC62 with #62A2BC are triadic colors.

2 #BCA262 and #A262BC with #62A2BC are triadic colors.