COLOR #62A0C6

HEX: #62A0C6
RGB: (98,160,198)

Color info

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

RGB color model

#62A0C6 color RGB value is (98,160,198).

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

RGB channels and saturation

R 98 of 255 = 38%
G 160 of 255 = 63%
B 198 of 255 = 78%

98
160
198

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

Portions of RGB colors in percentages

R + G + B =
98 + 160 + 198 = 456 (100%)
R 98 of 456 ~ 21.49%
G 160 of 456 ~ 35.09%
B 198 of 456 ~ 43.42%

%21.49
%35.09
%43.42

CMYK color model

#62A0C6 color CMYK value is (51,19,0,22).

  • cyan value is 50.51%
  • magenta value is 19.19%
  • yellow value is 0.00%
  • key color value is 22.35%
CMYK:
(51,19,0,22)
C51M19Y0K22 
(51%,19%,0%,22%)
(0.51/0.19/0.00/0.22)	

CMYK percentages

%50.51
%19.19
%0
%22.35

Codes

Color #62A0C6 in popluar color models

62A0C6
RGB98160198
HSL203°46.73%58.04%
HSB/HSV203°50.51%77.65%
CMYK50.51%19.19%0.00%
22.35%

Color #62A0C6 in popluar number systems.

HEX62A0C6
Decimal98160198
Binary11000101010000011000110
Octal142240306

Shades and tints

Shades of #62A0C6

#62A0C6
(98,160,198)
#5A92B4
(90,146,180)
#5284A2
(82,132,162)
#4A7690
(74,118,144)
#42687E
(66,104,126)
#3A5A6C
(58,90,108)
#324C5A
(50,76,90)
#2A3E48
(42,62,72)
#223036
(34,48,54)
#1A2224
(26,34,36)
#121412
(18,20,18)
#000000
(0,0,0)

Tints of #62A0C6

#62A0C6
(98,160,198)
#70A8CB
(112,168,203)
#7EB0D0
(126,176,208)
#8CB8D5
(140,184,213)
#9AC0DA
(154,192,218)
#A8C8DF
(168,200,223)
#B6D0E4
(182,208,228)
#C4D8E9
(196,216,233)
#D2E0EE
(210,224,238)
#E0E8F3
(224,232,243)
#EEF0F8
(238,240,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #62A0C6; }

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

This text font color is #62A0C6.


Background Color

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

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

This div background color is #62A0C6.


Border color

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

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

This div border color is #62A0C6.


Opacity

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

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

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

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

This text has shadow with #62A0C6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #62A0C6 on black background.


Color preview on white background

This text has color #62A0C6 on white background.



Black color preview on #62A0C6 background

This text has black color on #62A0C6 background.


White color preview on #62A0C6 background

This text has white color on #62A0C6 background.