Shades of Horizon #628E99
Tints of Horizon #628E99
RGB
CMYK
RGB Variations
Color information
#628E99 (or 0x628E99) is known color: Horizon. HEX triplet: 62, 8E and 99. RGB value is (98,142,153). Sum of RGB (Red+Green+Blue) = 98+142+153=393 (52% of max value = 765). Red value is 98 (38.67% from 255 or 24.94% from 393); Green value is 142 (55.86% from 255 or 36.13% from 393); Blue value is 153 (60.16% from 255 or 38.93% from 393); Max value from RGB is 153 - color contains mainly: blue. Hex color #628E99 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #628E99 is #9D7166. Grayscale: #828282. Windows color (decimal): -10318183 or 10063458. OLE color: 10063458.
HSL color Cylindrical-coordinate representation of color #628E99: hue angle of 192º 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 #628E99 is Cyan = 0.36, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 98 | 142 | 153 | - |
| CMYK | 0.36 | 0.07 | 0 | 0.4 |
| HSL | 192º | 0.22% | 0.49% | - |
| HSV(B) | 192º | 0.36% | 0.6% | - |
| XYZ | 20.46 | 24.24 | 33.74 | - |
| YUV | 130.1 | 140.92 | 105.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 142 | 153 | 0.36 | 0.07 | 0 | 0.4 | 192 | 0.22 | 0.49 |
| Hex | 62 | 8E | 99 | 24 | 7 | 0 | 28 | C0 | 16 | 31 |
| Octal | 142 | 216 | 231 | 44 | 7 | 0 | 50 | 300 | 26 | 61 |
| Binary | 1100010 | 10001110 | 10011001 | 100100 | 111 | 0 | 101000 | 11000000 | 10110 | 110001 |
Color Harmonies of #628E99
Complementary color
Monochromatic Colors of #628E99
Black with #628E99
Text Example
Text Example
White with #628E99
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #628E99; }
p { color: rgb(98,142,153); }
H1.HeaderClassName
{
color: #628E99;
}
.AnyTagClassName
{
color: #628E99;
}
</style>
background-color css
<style>
a { background-color: #628E99; }
a { background-color: rgb(98,142,153); }
div.DivClassName
{
background-color: #628E99;
}
.BgClassName
{
background-color: #628E99;
}
</style>
border-color css
<style>
span { border-color: #628E99; }
span { border-color: rgb(98,142,153); }
td.TdClassName
{
border-color: #628E99;
}
.TagClassName
{
border-color: #628E99;
}
</style>