Shades of Horizon #62899C
Tints of Horizon #62899C
RGB
CMYK
RGB Variations
Color information
#62899C (or 0x62899C) is known color: Horizon. HEX triplet: 62, 89 and 9C. RGB value is (98,137,156). Sum of RGB (Red+Green+Blue) = 98+137+156=391 (51% of max value = 765). Red value is 98 (38.67% from 255 or 25.06% from 391); Green value is 137 (53.91% from 255 or 35.04% from 391); Blue value is 156 (61.33% from 255 or 39.90% from 391); Max value from RGB is 156 - color contains mainly: blue. Hex color #62899C is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #62899C is #9D7663. Grayscale: #7F7F7F. Windows color (decimal): -10319460 or 10258786. OLE color: 10258786.
HSL color Cylindrical-coordinate representation of color #62899C: hue angle of 199.66º degrees, saturation: 0.23, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #62899C is Cyan = 0.37, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 98 | 137 | 156 | - |
| CMYK | 0.37 | 0.12 | 0 | 0.39 |
| HSL | 199.66º | 0.23% | 0.5% | - |
| HSV(B) | 199.66º | 0.37% | 0.61% | - |
| XYZ | 19.98 | 22.89 | 34.82 | - |
| YUV | 127.51 | 144.08 | 106.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 137 | 156 | 0.37 | 0.12 | 0 | 0.39 | 199.66 | 0.23 | 0.5 |
| Hex | 62 | 89 | 9C | 25 | C | 0 | 27 | C8 | 17 | 32 |
| Octal | 142 | 211 | 234 | 45 | 14 | 0 | 47 | 310 | 27 | 62 |
| Binary | 1100010 | 10001001 | 10011100 | 100101 | 1100 | 0 | 100111 | 11001000 | 10111 | 110010 |
Color Harmonies of #62899C
Complementary color
Monochromatic Colors of #62899C
Black with #62899C
Text Example
Text Example
White with #62899C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #62899C; }
p { color: rgb(98,137,156); }
H1.HeaderClassName
{
color: #62899C;
}
.AnyTagClassName
{
color: #62899C;
}
</style>
background-color css
<style>
a { background-color: #62899C; }
a { background-color: rgb(98,137,156); }
div.DivClassName
{
background-color: #62899C;
}
.BgClassName
{
background-color: #62899C;
}
</style>
border-color css
<style>
span { border-color: #62899C; }
span { border-color: rgb(98,137,156); }
td.TdClassName
{
border-color: #62899C;
}
.TagClassName
{
border-color: #62899C;
}
</style>