Shades of Horizon #628192
Tints of Horizon #628192
RGB
CMYK
RGB Variations
Color information
#628192 (or 0x628192) is known color: Horizon. HEX triplet: 62, 81 and 92. RGB value is (98,129,146). Sum of RGB (Red+Green+Blue) = 98+129+146=373 (49% of max value = 765). Red value is 98 (38.67% from 255 or 26.27% from 373); Green value is 129 (50.78% from 255 or 34.58% from 373); Blue value is 146 (57.42% from 255 or 39.14% from 373); Max value from RGB is 146 - color contains mainly: blue. Hex color #628192 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #628192 is #9D7E6D. Grayscale: #797979. Windows color (decimal): -10321518 or 9601378. OLE color: 9601378.
HSL color Cylindrical-coordinate representation of color #628192: hue angle of 201.25º degrees, saturation: 0.2, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #628192 is Cyan = 0.33, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 98 | 129 | 146 | - |
| CMYK | 0.33 | 0.12 | 0 | 0.43 |
| HSL | 201.25º | 0.2% | 0.48% | - |
| HSV(B) | 201.25º | 0.33% | 0.57% | - |
| XYZ | 18.08 | 20.37 | 30.17 | - |
| YUV | 121.67 | 141.73 | 111.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 129 | 146 | 0.33 | 0.12 | 0 | 0.43 | 201.25 | 0.2 | 0.48 |
| Hex | 62 | 81 | 92 | 21 | C | 0 | 2B | C9 | 14 | 30 |
| Octal | 142 | 201 | 222 | 41 | 14 | 0 | 53 | 311 | 24 | 60 |
| Binary | 1100010 | 10000001 | 10010010 | 100001 | 1100 | 0 | 101011 | 11001001 | 10100 | 110000 |
Color Harmonies of #628192
Complementary color
Monochromatic Colors of #628192
Black with #628192
Text Example
Text Example
White with #628192
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #628192; }
p { color: rgb(98,129,146); }
H1.HeaderClassName
{
color: #628192;
}
.AnyTagClassName
{
color: #628192;
}
</style>
background-color css
<style>
a { background-color: #628192; }
a { background-color: rgb(98,129,146); }
div.DivClassName
{
background-color: #628192;
}
.BgClassName
{
background-color: #628192;
}
</style>
border-color css
<style>
span { border-color: #628192; }
span { border-color: rgb(98,129,146); }
td.TdClassName
{
border-color: #628192;
}
.TagClassName
{
border-color: #628192;
}
</style>