Shades of Horizon #62849A
Tints of Horizon #62849A
RGB
CMYK
RGB Variations
Color information
#62849A (or 0x62849A) is known color: Horizon. HEX triplet: 62, 84 and 9A. RGB value is (98,132,154). Sum of RGB (Red+Green+Blue) = 98+132+154=384 (50% of max value = 765). Red value is 98 (38.67% from 255 or 25.52% from 384); Green value is 132 (51.95% from 255 or 34.38% from 384); Blue value is 154 (60.55% from 255 or 40.10% from 384); Max value from RGB is 154 - color contains mainly: blue. Hex color #62849A is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #62849A is #9D7B65. Grayscale: #7C7C7C. Windows color (decimal): -10320742 or 10126434. OLE color: 10126434.
HSL color Cylindrical-coordinate representation of color #62849A: hue angle of 203.57º degrees, saturation: 0.22, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #62849A is Cyan = 0.36, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 98 | 132 | 154 | - |
| CMYK | 0.36 | 0.14 | 0 | 0.40 |
| HSL | 203.57º | 0.22% | 0.49% | - |
| HSV(B) | 203.57º | 0.36% | 0.6% | - |
| XYZ | 19.12 | 21.43 | 33.7 | - |
| YUV | 124.34 | 144.74 | 109.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 132 | 154 | 0.36 | 0.14 | 0 | 0.40 | 203.57 | 0.22 | 0.49 |
| Hex | 62 | 84 | 9A | 24 | E | 0 | 28 | CC | 16 | 31 |
| Octal | 142 | 204 | 232 | 44 | 16 | 0 | 50 | 314 | 26 | 61 |
| Binary | 1100010 | 10000100 | 10011010 | 100100 | 1110 | 0 | 101000 | 11001100 | 10110 | 110001 |
Color Harmonies of #62849A
Complementary color
Monochromatic Colors of #62849A
Black with #62849A
Text Example
Text Example
White with #62849A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #62849A; }
p { color: rgb(98,132,154); }
H1.HeaderClassName
{
color: #62849A;
}
.AnyTagClassName
{
color: #62849A;
}
</style>
background-color css
<style>
a { background-color: #62849A; }
a { background-color: rgb(98,132,154); }
div.DivClassName
{
background-color: #62849A;
}
.BgClassName
{
background-color: #62849A;
}
</style>
border-color css
<style>
span { border-color: #62849A; }
span { border-color: rgb(98,132,154); }
td.TdClassName
{
border-color: #62849A;
}
.TagClassName
{
border-color: #62849A;
}
</style>