COLOR #62A4BE

HEX: #62A4BE
RGB: (98,164,190)

Color info

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

RGB color model

#62A4BE color RGB value is (98,164,190).

  • red value is 98;
  • green value is 164;
  • blue value is 190.
RGB:
(98,164,190)
(38%,64%,75%)

RGB channels and saturation

R 98 of 255 = 38%
G 164 of 255 = 64%
B 190 of 255 = 75%

98
164
190

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

Portions of RGB colors in percentages

R + G + B =
98 + 164 + 190 = 452 (100%)
R 98 of 452 ~ 21.68%
G 164 of 452 ~ 36.28%
B 190 of 452 ~ 42.04%

%21.68
%36.28
%42.04

CMYK color model

#62A4BE color CMYK value is (48,14,0,25).

  • cyan value is 48.42%
  • magenta value is 13.68%
  • yellow value is 0.00%
  • key color value is 25.49%
CMYK:
(48,14,0,25)
C48M14Y0K25 
(48%,14%,0%,25%)
(0.48/0.14/0.00/0.25)	

CMYK percentages

%48.42
%13.68
%0
%25.49

Codes

Color #62A4BE in popluar color models

62A4BE
RGB98164190
HSL197°41.44%56.47%
HSB/HSV197°48.42%74.51%
CMYK48.42%13.68%0.00%
25.49%

Color #62A4BE in popluar number systems.

HEX62A4BE
Decimal98164190
Binary11000101010010010111110
Octal142244276

Shades and tints

Shades of #62A4BE

#62A4BE
(98,164,190)
#5A96AD
(90,150,173)
#52889C
(82,136,156)
#4A7A8B
(74,122,139)
#426C7A
(66,108,122)
#3A5E69
(58,94,105)
#325058
(50,80,88)
#2A4247
(42,66,71)
#223436
(34,52,54)
#1A2625
(26,38,37)
#121814
(18,24,20)
#000000
(0,0,0)

Tints of #62A4BE

#62A4BE
(98,164,190)
#70ACC3
(112,172,195)
#7EB4C8
(126,180,200)
#8CBCCD
(140,188,205)
#9AC4D2
(154,196,210)
#A8CCD7
(168,204,215)
#B6D4DC
(182,212,220)
#C4DCE1
(196,220,225)
#D2E4E6
(210,228,230)
#E0ECEB
(224,236,235)
#EEF4F0
(238,244,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #62A4BE color. Also use rgb(98,164,190) instead hex code.

Text Font Color

.myTextColor { color: #62A4BE; }

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

This text font color is #62A4BE.


Background Color

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

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

This div background color is #62A4BE.


Border color

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

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

This div border color is #62A4BE.


Opacity

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

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

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

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

This text has shadow with #62A4BE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #62A4BE on black background.


Color preview on white background

This text has color #62A4BE on white background.



Black color preview on #62A4BE background

This text has black color on #62A4BE background.


White color preview on #62A4BE background

This text has white color on #62A4BE background.