Shades of Horizon #62899D
Tints of Horizon #62899D
RGB
CMYK
RGB Variations
Color information
#62899D (or 0x62899D) is known color: Horizon. HEX triplet: 62, 89 and 9D. RGB value is (98,137,157). Sum of RGB (Red+Green+Blue) = 98+137+157=392 (51% of max value = 765). Red value is 98 (38.67% from 255 or 25% from 392); Green value is 137 (53.91% from 255 or 34.95% from 392); Blue value is 157 (61.72% from 255 or 40.05% from 392); Max value from RGB is 157 - color contains mainly: blue. Hex color #62899D is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #62899D is #9D7662. Grayscale: #7F7F7F. Windows color (decimal): -10319459 or 10324322. OLE color: 10324322.
HSL color Cylindrical-coordinate representation of color #62899D: hue angle of 200.34º degrees, saturation: 0.23, 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 #62899D is Cyan = 0.38, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 98 | 137 | 157 | - |
| CMYK | 0.38 | 0.13 | 0 | 0.38 |
| HSL | 200.34º | 0.23% | 0.5% | - |
| HSV(B) | 200.34º | 0.38% | 0.62% | - |
| XYZ | 20.07 | 22.92 | 35.27 | - |
| YUV | 127.62 | 144.58 | 106.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 137 | 157 | 0.38 | 0.13 | 0 | 0.38 | 200.34 | 0.23 | 0.5 |
| Hex | 62 | 89 | 9D | 26 | D | 0 | 26 | C8 | 17 | 32 |
| Octal | 142 | 211 | 235 | 46 | 15 | 0 | 46 | 310 | 27 | 62 |
| Binary | 1100010 | 10001001 | 10011101 | 100110 | 1101 | 0 | 100110 | 11001000 | 10111 | 110010 |
Color Harmonies of #62899D
Complementary color
Monochromatic Colors of #62899D
Black with #62899D
Text Example
Text Example
White with #62899D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #62899D; }
p { color: rgb(98,137,157); }
H1.HeaderClassName
{
color: #62899D;
}
.AnyTagClassName
{
color: #62899D;
}
</style>
background-color css
<style>
a { background-color: #62899D; }
a { background-color: rgb(98,137,157); }
div.DivClassName
{
background-color: #62899D;
}
.BgClassName
{
background-color: #62899D;
}
</style>
border-color css
<style>
span { border-color: #62899D; }
span { border-color: rgb(98,137,157); }
td.TdClassName
{
border-color: #62899D;
}
.TagClassName
{
border-color: #62899D;
}
</style>