Shades of Horizon #628C9C
Tints of Horizon #628C9C
RGB
CMYK
RGB Variations
Color information
#628C9C (or 0x628C9C) is known color: Horizon. HEX triplet: 62, 8C and 9C. RGB value is (98,140,156). Sum of RGB (Red+Green+Blue) = 98+140+156=394 (52% of max value = 765). Red value is 98 (38.67% from 255 or 24.87% from 394); Green value is 140 (55.08% from 255 or 35.53% from 394); Blue value is 156 (61.33% from 255 or 39.59% from 394); Max value from RGB is 156 - color contains mainly: blue. Hex color #628C9C is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #628C9C is #9D7363. Grayscale: #818181. Windows color (decimal): -10318692 or 10259554. OLE color: 10259554.
HSL color Cylindrical-coordinate representation of color #628C9C: hue angle of 196.55º degrees, saturation: 0.23, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #628C9C is Cyan = 0.37, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 98 | 140 | 156 | - |
| CMYK | 0.37 | 0.10 | 0 | 0.39 |
| HSL | 196.55º | 0.23% | 0.5% | - |
| HSV(B) | 196.55º | 0.37% | 0.61% | - |
| XYZ | 20.42 | 23.75 | 34.96 | - |
| YUV | 129.27 | 143.09 | 105.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 140 | 156 | 0.37 | 0.10 | 0 | 0.39 | 196.55 | 0.23 | 0.5 |
| Hex | 62 | 8C | 9C | 25 | A | 0 | 27 | C5 | 17 | 32 |
| Octal | 142 | 214 | 234 | 45 | 12 | 0 | 47 | 305 | 27 | 62 |
| Binary | 1100010 | 10001100 | 10011100 | 100101 | 1010 | 0 | 100111 | 11000101 | 10111 | 110010 |
Color Harmonies of #628C9C
Complementary color
Monochromatic Colors of #628C9C
Black with #628C9C
Text Example
Text Example
White with #628C9C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #628C9C; }
p { color: rgb(98,140,156); }
H1.HeaderClassName
{
color: #628C9C;
}
.AnyTagClassName
{
color: #628C9C;
}
</style>
background-color css
<style>
a { background-color: #628C9C; }
a { background-color: rgb(98,140,156); }
div.DivClassName
{
background-color: #628C9C;
}
.BgClassName
{
background-color: #628C9C;
}
</style>
border-color css
<style>
span { border-color: #628C9C; }
span { border-color: rgb(98,140,156); }
td.TdClassName
{
border-color: #628C9C;
}
.TagClassName
{
border-color: #628C9C;
}
</style>