#62A3AF

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

Shades of Fountain Blue #62A3AF

Tints of Fountain Blue #62A3AF

Color information

#62A3AF (or 0x62A3AF) is unknown color: approx Fountain Blue. HEX triplet: 62, A3 and AF. RGB value is (98,163,175). Sum of RGB (Red+Green+Blue) = 98+163+175=436 (57% of max value = 765). Red value is 98 (38.67% from 255 or 22.48% from 436); Green value is 163 (64.06% from 255 or 37.39% from 436); Blue value is 175 (68.75% from 255 or 40.14% from 436); Max value from RGB is 175 - color contains mainly: blue. Hex color #62A3AF is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #62A3AF is #9D5C50. Grayscale: #909090. Windows color (decimal): -10312785 or 11510626. OLE color: 11510626.

HSL color Cylindrical-coordinate representation of color #62A3AF: hue angle of 189.35º degrees, saturation: 0.32, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #62A3AF is Cyan = 0.44, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB98163175-
CMYK0.440.0700.31
HSL189.35º32.49%53.53%-
HSV(B)189.35º44%68.63%-
XYZ25.8731.8945.35-
YUV144.93144.9794.52-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 22.48%
GREEN value IS 163 (64.06% from 255) = 37.39%
BLUE value IS 175 (68.75% from 255) = 40.14%
R=22.48%
G=37.39%
B=40.14%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal981631750.440.0700.31189.3532.4953.53
Hex62A3AF2C701Fbd2036
Octal1422432575470372754066
Binary1100010101000111010111110110011101111110111101100000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #62A3AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(98,163,175); }

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

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

 a { background-color: rgb(98,163,175); }

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

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

 span { border-color: rgb(98,163,175); }

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