Shades of Horizon #628299
Tints of Horizon #628299
RGB
CMYK
RGB Variations
Color information
#628299 (or 0x628299) is known color: Horizon. HEX triplet: 62, 82 and 99. RGB value is (98,130,153). Sum of RGB (Red+Green+Blue) = 98+130+153=381 (50% of max value = 765). Red value is 98 (38.67% from 255 or 25.72% from 381); Green value is 130 (51.17% from 255 or 34.12% from 381); Blue value is 153 (60.16% from 255 or 40.16% from 381); Max value from RGB is 153 - color contains mainly: blue. Hex color #628299 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #628299 is #9D7D66. Grayscale: #7A7A7A. Windows color (decimal): -10321255 or 10060386. OLE color: 10060386.
HSL color Cylindrical-coordinate representation of color #628299: hue angle of 205.09º 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 #628299 is Cyan = 0.36, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 98 | 130 | 153 | - |
| CMYK | 0.36 | 0.15 | 0 | 0.4 |
| HSL | 205.09º | 0.22% | 0.49% | - |
| HSV(B) | 205.09º | 0.36% | 0.6% | - |
| XYZ | 18.77 | 20.86 | 33.17 | - |
| YUV | 123.05 | 144.9 | 110.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 130 | 153 | 0.36 | 0.15 | 0 | 0.4 | 205.09 | 0.22 | 0.49 |
| Hex | 62 | 82 | 99 | 24 | F | 0 | 28 | CD | 16 | 31 |
| Octal | 142 | 202 | 231 | 44 | 17 | 0 | 50 | 315 | 26 | 61 |
| Binary | 1100010 | 10000010 | 10011001 | 100100 | 1111 | 0 | 101000 | 11001101 | 10110 | 110001 |
Color Harmonies of #628299
Complementary color
Monochromatic Colors of #628299
Black with #628299
Text Example
Text Example
White with #628299
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #628299; }
p { color: rgb(98,130,153); }
H1.HeaderClassName
{
color: #628299;
}
.AnyTagClassName
{
color: #628299;
}
</style>
background-color css
<style>
a { background-color: #628299; }
a { background-color: rgb(98,130,153); }
div.DivClassName
{
background-color: #628299;
}
.BgClassName
{
background-color: #628299;
}
</style>
border-color css
<style>
span { border-color: #628299; }
span { border-color: rgb(98,130,153); }
td.TdClassName
{
border-color: #628299;
}
.TagClassName
{
border-color: #628299;
}
</style>