Shades of Fountain Blue #62A3AF
Tints of Fountain Blue #62A3AF
RGB
CMYK
RGB Variations
Color information
#62A3AF (or 0x62A3AF) is known color: 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
| RGB | 98 | 163 | 175 | - |
| CMYK | 0.44 | 0.07 | 0 | 0.31 |
| HSL | 189.35º | 0.32% | 0.54% | - |
| HSV(B) | 189.35º | 0.44% | 0.69% | - |
| XYZ | 25.87 | 31.89 | 45.35 | - |
| YUV | 144.93 | 144.97 | 94.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 163 | 175 | 0.44 | 0.07 | 0 | 0.31 | 189.35 | 0.32 | 0.54 |
| Hex | 62 | A3 | AF | 2C | 7 | 0 | 1F | BD | 20 | 36 |
| Octal | 142 | 243 | 257 | 54 | 7 | 0 | 37 | 275 | 40 | 66 |
| Binary | 1100010 | 10100011 | 10101111 | 101100 | 111 | 0 | 11111 | 10111101 | 100000 | 110110 |
Color Harmonies of #62A3AF
Complementary color
Monochromatic Colors of #62A3AF
Black with #62A3AF
Text Example
Text Example
White with #62A3AF
Text Example
Text Example
HTML Codes & Css Web 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>