Shades of Horizon #628F99
Tints of Horizon #628F99
RGB
CMYK
RGB Variations
Color information
#628F99 (or 0x628F99) is known color: Horizon. HEX triplet: 62, 8F and 99. RGB value is (98,143,153). Sum of RGB (Red+Green+Blue) = 98+143+153=394 (52% of max value = 765). Red value is 98 (38.67% from 255 or 24.87% from 394); Green value is 143 (56.25% from 255 or 36.29% from 394); Blue value is 153 (60.16% from 255 or 38.83% from 394); Max value from RGB is 153 - color contains mainly: blue. Hex color #628F99 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #628F99 is #9D7066. Grayscale: #828282. Windows color (decimal): -10317927 or 10063714. OLE color: 10063714.
HSL color Cylindrical-coordinate representation of color #628F99: hue angle of 190.91º 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 #628F99 is Cyan = 0.36, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 98 | 143 | 153 | - |
| CMYK | 0.36 | 0.07 | 0 | 0.4 |
| HSL | 190.91º | 0.22% | 0.49% | - |
| HSV(B) | 190.91º | 0.36% | 0.6% | - |
| XYZ | 20.61 | 24.54 | 33.79 | - |
| YUV | 130.69 | 140.59 | 104.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 143 | 153 | 0.36 | 0.07 | 0 | 0.4 | 190.91 | 0.22 | 0.49 |
| Hex | 62 | 8F | 99 | 24 | 7 | 0 | 28 | BF | 16 | 31 |
| Octal | 142 | 217 | 231 | 44 | 7 | 0 | 50 | 277 | 26 | 61 |
| Binary | 1100010 | 10001111 | 10011001 | 100100 | 111 | 0 | 101000 | 10111111 | 10110 | 110001 |
Color Harmonies of #628F99
Complementary color
Monochromatic Colors of #628F99
Black with #628F99
Text Example
Text Example
White with #628F99
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #628F99; }
p { color: rgb(98,143,153); }
H1.HeaderClassName
{
color: #628F99;
}
.AnyTagClassName
{
color: #628F99;
}
</style>
background-color css
<style>
a { background-color: #628F99; }
a { background-color: rgb(98,143,153); }
div.DivClassName
{
background-color: #628F99;
}
.BgClassName
{
background-color: #628F99;
}
</style>
border-color css
<style>
span { border-color: #628F99; }
span { border-color: rgb(98,143,153); }
td.TdClassName
{
border-color: #628F99;
}
.TagClassName
{
border-color: #628F99;
}
</style>