Shades of Horizon #628E9C
Tints of Horizon #628E9C
RGB
CMYK
RGB Variations
Color information
#628E9C (or 0x628E9C) is known color: Horizon. HEX triplet: 62, 8E and 9C. RGB value is (98,142,156). Sum of RGB (Red+Green+Blue) = 98+142+156=396 (52% of max value = 765). Red value is 98 (38.67% from 255 or 24.75% from 396); Green value is 142 (55.86% from 255 or 35.86% from 396); Blue value is 156 (61.33% from 255 or 39.39% from 396); Max value from RGB is 156 - color contains mainly: blue. Hex color #628E9C is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #628E9C is #9D7163. Grayscale: #828282. Windows color (decimal): -10318180 or 10260066. OLE color: 10260066.
HSL color Cylindrical-coordinate representation of color #628E9C: hue angle of 194.48º 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 #628E9C is Cyan = 0.37, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 98 | 142 | 156 | - |
| CMYK | 0.37 | 0.09 | 0 | 0.39 |
| HSL | 194.48º | 0.23% | 0.5% | - |
| HSV(B) | 194.48º | 0.37% | 0.61% | - |
| XYZ | 20.71 | 24.34 | 35.06 | - |
| YUV | 130.44 | 142.42 | 104.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 142 | 156 | 0.37 | 0.09 | 0 | 0.39 | 194.48 | 0.23 | 0.5 |
| Hex | 62 | 8E | 9C | 25 | 9 | 0 | 27 | C2 | 17 | 32 |
| Octal | 142 | 216 | 234 | 45 | 11 | 0 | 47 | 302 | 27 | 62 |
| Binary | 1100010 | 10001110 | 10011100 | 100101 | 1001 | 0 | 100111 | 11000010 | 10111 | 110010 |
Color Harmonies of #628E9C
Complementary color
Monochromatic Colors of #628E9C
Black with #628E9C
Text Example
Text Example
White with #628E9C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #628E9C; }
p { color: rgb(98,142,156); }
H1.HeaderClassName
{
color: #628E9C;
}
.AnyTagClassName
{
color: #628E9C;
}
</style>
background-color css
<style>
a { background-color: #628E9C; }
a { background-color: rgb(98,142,156); }
div.DivClassName
{
background-color: #628E9C;
}
.BgClassName
{
background-color: #628E9C;
}
</style>
border-color css
<style>
span { border-color: #628E9C; }
span { border-color: rgb(98,142,156); }
td.TdClassName
{
border-color: #628E9C;
}
.TagClassName
{
border-color: #628E9C;
}
</style>