Shades of Horizon #62828F
Tints of Horizon #62828F
RGB
CMYK
RGB Variations
Color information
#62828F (or 0x62828F) is known color: Horizon. HEX triplet: 62, 82 and 8F. RGB value is (98,130,143). Sum of RGB (Red+Green+Blue) = 98+130+143=371 (49% of max value = 765). Red value is 98 (38.67% from 255 or 26.42% from 371); Green value is 130 (51.17% from 255 or 35.04% from 371); Blue value is 143 (56.25% from 255 or 38.54% from 371); Max value from RGB is 143 - color contains mainly: blue. Hex color #62828F is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #62828F is #9D7D70. Grayscale: #797979. Windows color (decimal): -10321265 or 9405026. OLE color: 9405026.
HSL color Cylindrical-coordinate representation of color #62828F: hue angle of 197.33º degrees, saturation: 0.19, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #62828F is Cyan = 0.31, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 98 | 130 | 143 | - |
| CMYK | 0.31 | 0.09 | 0 | 0.44 |
| HSL | 197.33º | 0.19% | 0.47% | - |
| HSV(B) | 197.33º | 0.31% | 0.56% | - |
| XYZ | 17.98 | 20.55 | 29 | - |
| YUV | 121.91 | 139.9 | 110.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 130 | 143 | 0.31 | 0.09 | 0 | 0.44 | 197.33 | 0.19 | 0.47 |
| Hex | 62 | 82 | 8F | 1F | 9 | 0 | 2C | C5 | 13 | 2F |
| Octal | 142 | 202 | 217 | 37 | 11 | 0 | 54 | 305 | 23 | 57 |
| Binary | 1100010 | 10000010 | 10001111 | 11111 | 1001 | 0 | 101100 | 11000101 | 10011 | 101111 |
Color Harmonies of #62828F
Complementary color
Monochromatic Colors of #62828F
Black with #62828F
Text Example
Text Example
White with #62828F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #62828F; }
p { color: rgb(98,130,143); }
H1.HeaderClassName
{
color: #62828F;
}
.AnyTagClassName
{
color: #62828F;
}
</style>
background-color css
<style>
a { background-color: #62828F; }
a { background-color: rgb(98,130,143); }
div.DivClassName
{
background-color: #62828F;
}
.BgClassName
{
background-color: #62828F;
}
</style>
border-color css
<style>
span { border-color: #62828F; }
span { border-color: rgb(98,130,143); }
td.TdClassName
{
border-color: #62828F;
}
.TagClassName
{
border-color: #62828F;
}
</style>