Shades of Horizon #62859B
Tints of Horizon #62859B
RGB
CMYK
RGB Variations
Color information
#62859B (or 0x62859B) is known color: Horizon. HEX triplet: 62, 85 and 9B. RGB value is (98,133,155). Sum of RGB (Red+Green+Blue) = 98+133+155=386 (51% of max value = 765). Red value is 98 (38.67% from 255 or 25.39% from 386); Green value is 133 (52.34% from 255 or 34.46% from 386); Blue value is 155 (60.94% from 255 or 40.16% from 386); Max value from RGB is 155 - color contains mainly: blue. Hex color #62859B is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #62859B is #9D7A64. Grayscale: #7C7C7C. Windows color (decimal): -10320485 or 10192226. OLE color: 10192226.
HSL color Cylindrical-coordinate representation of color #62859B: hue angle of 203.16º 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 #62859B is Cyan = 0.37, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 98 | 133 | 155 | - |
| CMYK | 0.37 | 0.14 | 0 | 0.39 |
| HSL | 203.16º | 0.23% | 0.5% | - |
| HSV(B) | 203.16º | 0.37% | 0.61% | - |
| XYZ | 19.34 | 21.74 | 34.19 | - |
| YUV | 125.04 | 144.9 | 108.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 133 | 155 | 0.37 | 0.14 | 0 | 0.39 | 203.16 | 0.23 | 0.5 |
| Hex | 62 | 85 | 9B | 25 | E | 0 | 27 | CB | 17 | 32 |
| Octal | 142 | 205 | 233 | 45 | 16 | 0 | 47 | 313 | 27 | 62 |
| Binary | 1100010 | 10000101 | 10011011 | 100101 | 1110 | 0 | 100111 | 11001011 | 10111 | 110010 |
Color Harmonies of #62859B
Complementary color
Monochromatic Colors of #62859B
Black with #62859B
Text Example
Text Example
White with #62859B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #62859B; }
p { color: rgb(98,133,155); }
H1.HeaderClassName
{
color: #62859B;
}
.AnyTagClassName
{
color: #62859B;
}
</style>
background-color css
<style>
a { background-color: #62859B; }
a { background-color: rgb(98,133,155); }
div.DivClassName
{
background-color: #62859B;
}
.BgClassName
{
background-color: #62859B;
}
</style>
border-color css
<style>
span { border-color: #62859B; }
span { border-color: rgb(98,133,155); }
td.TdClassName
{
border-color: #62859B;
}
.TagClassName
{
border-color: #62859B;
}
</style>