#62A0AD

Color #62A0AD Fountain Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Fountain Blue #62A0AD

Tints of Fountain Blue #62A0AD

Color information

#62A0AD (or 0x62A0AD) is unknown color: approx Fountain Blue. HEX triplet: 62, A0 and AD. RGB value is (98,160,173). Sum of RGB (Red+Green+Blue) = 98+160+173=431 (57% of max value = 765). Red value is 98 (38.67% from 255 or 22.74% from 431); Green value is 160 (62.89% from 255 or 37.12% from 431); Blue value is 173 (67.97% from 255 or 40.14% from 431); Max value from RGB is 173 - color contains mainly: blue. Hex color #62A0AD is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #62A0AD is #9D5F52. Grayscale: #8E8E8E. Windows color (decimal): -10313555 or 11378786. OLE color: 11378786.

HSL color Cylindrical-coordinate representation of color #62A0AD: hue angle of 190.4º degrees, saturation: 0.31, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #62A0AD is Cyan = 0.43, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB98160173-
CMYK0.430.0800.32
HSL190.4º31.38%53.14%-
HSV(B)190.4º43.35%67.84%-
XYZ25.1530.7644.15-
YUV142.94144.9695.94-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 98 (38.67% from 255) = 22.74%
GREEN value IS 160 (62.89% from 255) = 37.12%
BLUE value IS 173 (67.97% from 255) = 40.14%
R=22.74%
G=37.12%
B=40.14%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal981601730.430.0800.32190.431.3853.14
Hex62A0AD2B8020be1f35
Octal14224025553100402763765
Binary11000101010000010101101101011100001000001011111011111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #62A0AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #62A0AD; }

 p { color: rgb(98,160,173); }

 H1.HeaderClassName
 {
   color: #62A0AD;
 }
 .AnyTagClassName
 {
   color: #62A0AD;
 }
</style>
background-color css

<style>
 a { background-color: #62A0AD; }

 a { background-color: rgb(98,160,173); }

 div.DivClassName
 {
   background-color: #62A0AD;
 }
 .BgClassName
 {
   background-color: #62A0AD;
 }
</style>
border-color css

<style>
 span { border-color: #62A0AD; }

 span { border-color: rgb(98,160,173); }

 td.TdClassName
 {
   border-color: #62A0AD;
 }
 .TagClassName
 {
   border-color: #62A0AD;
 }
</style>