Shades of Horizon #62889C
Tints of Horizon #62889C
RGB
CMYK
RGB Variations
Color information
#62889C (or 0x62889C) is known color: Horizon. HEX triplet: 62, 88 and 9C. RGB value is (98,136,156). Sum of RGB (Red+Green+Blue) = 98+136+156=390 (51% of max value = 765). Red value is 98 (38.67% from 255 or 25.13% from 390); Green value is 136 (53.52% from 255 or 34.87% from 390); Blue value is 156 (61.33% from 255 or 40% from 390); Max value from RGB is 156 - color contains mainly: blue. Hex color #62889C is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #62889C is #9D7763. Grayscale: #7E7E7E. Windows color (decimal): -10319716 or 10258530. OLE color: 10258530.
HSL color Cylindrical-coordinate representation of color #62889C: hue angle of 200.69º 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 #62889C is Cyan = 0.37, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 98 | 136 | 156 | - |
| CMYK | 0.37 | 0.13 | 0 | 0.39 |
| HSL | 200.69º | 0.23% | 0.5% | - |
| HSV(B) | 200.69º | 0.37% | 0.61% | - |
| XYZ | 19.84 | 22.61 | 34.77 | - |
| YUV | 126.92 | 144.41 | 107.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 136 | 156 | 0.37 | 0.13 | 0 | 0.39 | 200.69 | 0.23 | 0.5 |
| Hex | 62 | 88 | 9C | 25 | D | 0 | 27 | C9 | 17 | 32 |
| Octal | 142 | 210 | 234 | 45 | 15 | 0 | 47 | 311 | 27 | 62 |
| Binary | 1100010 | 10001000 | 10011100 | 100101 | 1101 | 0 | 100111 | 11001001 | 10111 | 110010 |
Color Harmonies of #62889C
Complementary color
Monochromatic Colors of #62889C
Black with #62889C
Text Example
Text Example
White with #62889C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #62889C; }
p { color: rgb(98,136,156); }
H1.HeaderClassName
{
color: #62889C;
}
.AnyTagClassName
{
color: #62889C;
}
</style>
background-color css
<style>
a { background-color: #62889C; }
a { background-color: rgb(98,136,156); }
div.DivClassName
{
background-color: #62889C;
}
.BgClassName
{
background-color: #62889C;
}
</style>
border-color css
<style>
span { border-color: #62889C; }
span { border-color: rgb(98,136,156); }
td.TdClassName
{
border-color: #62889C;
}
.TagClassName
{
border-color: #62889C;
}
</style>