Shades of Horizon #62919F
Tints of Horizon #62919F
RGB
CMYK
RGB Variations
Color information
#62919F (or 0x62919F) is known color: Horizon. HEX triplet: 62, 91 and 9F. RGB value is (98,145,159). Sum of RGB (Red+Green+Blue) = 98+145+159=402 (53% of max value = 765). Red value is 98 (38.67% from 255 or 24.38% from 402); Green value is 145 (57.03% from 255 or 36.07% from 402); Blue value is 159 (62.5% from 255 or 39.55% from 402); Max value from RGB is 159 - color contains mainly: blue. Hex color #62919F is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #62919F is #9D6E60. Grayscale: #848484. Windows color (decimal): -10317409 or 10457442. OLE color: 10457442.
HSL color Cylindrical-coordinate representation of color #62919F: hue angle of 193.77º degrees, saturation: 0.24, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #62919F is Cyan = 0.38, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 98 | 145 | 159 | - |
| CMYK | 0.38 | 0.09 | 0 | 0.38 |
| HSL | 193.77º | 0.24% | 0.5% | - |
| HSV(B) | 193.77º | 0.38% | 0.62% | - |
| XYZ | 21.42 | 25.35 | 36.57 | - |
| YUV | 132.54 | 142.93 | 103.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 145 | 159 | 0.38 | 0.09 | 0 | 0.38 | 193.77 | 0.24 | 0.5 |
| Hex | 62 | 91 | 9F | 26 | 9 | 0 | 26 | C2 | 18 | 32 |
| Octal | 142 | 221 | 237 | 46 | 11 | 0 | 46 | 302 | 30 | 62 |
| Binary | 1100010 | 10010001 | 10011111 | 100110 | 1001 | 0 | 100110 | 11000010 | 11000 | 110010 |
Color Harmonies of #62919F
Complementary color
Monochromatic Colors of #62919F
Black with #62919F
Text Example
Text Example
White with #62919F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #62919F; }
p { color: rgb(98,145,159); }
H1.HeaderClassName
{
color: #62919F;
}
.AnyTagClassName
{
color: #62919F;
}
</style>
background-color css
<style>
a { background-color: #62919F; }
a { background-color: rgb(98,145,159); }
div.DivClassName
{
background-color: #62919F;
}
.BgClassName
{
background-color: #62919F;
}
</style>
border-color css
<style>
span { border-color: #62919F; }
span { border-color: rgb(98,145,159); }
td.TdClassName
{
border-color: #62919F;
}
.TagClassName
{
border-color: #62919F;
}
</style>