Shades of Horizon #628C98
Tints of Horizon #628C98
RGB
CMYK
RGB Variations
Color information
#628C98 (or 0x628C98) is known color: Horizon. HEX triplet: 62, 8C and 98. RGB value is (98,140,152). Sum of RGB (Red+Green+Blue) = 98+140+152=390 (51% of max value = 765). Red value is 98 (38.67% from 255 or 25.13% from 390); Green value is 140 (55.08% from 255 or 35.90% from 390); Blue value is 152 (59.77% from 255 or 38.97% from 390); Max value from RGB is 152 - color contains mainly: blue. Hex color #628C98 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #628C98 is #9D7367. Grayscale: #808080. Windows color (decimal): -10318696 or 9997410. OLE color: 9997410.
HSL color Cylindrical-coordinate representation of color #628C98: hue angle of 193.33º 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 #628C98 is Cyan = 0.36, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 98 | 140 | 152 | - |
| CMYK | 0.36 | 0.08 | 0 | 0.40 |
| HSL | 193.33º | 0.22% | 0.49% | - |
| HSV(B) | 193.33º | 0.36% | 0.6% | - |
| XYZ | 20.08 | 23.62 | 33.21 | - |
| YUV | 128.81 | 141.09 | 106.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 140 | 152 | 0.36 | 0.08 | 0 | 0.40 | 193.33 | 0.22 | 0.49 |
| Hex | 62 | 8C | 98 | 24 | 8 | 0 | 28 | C1 | 16 | 31 |
| Octal | 142 | 214 | 230 | 44 | 10 | 0 | 50 | 301 | 26 | 61 |
| Binary | 1100010 | 10001100 | 10011000 | 100100 | 1000 | 0 | 101000 | 11000001 | 10110 | 110001 |
Color Harmonies of #628C98
Complementary color
Monochromatic Colors of #628C98
Black with #628C98
Text Example
Text Example
White with #628C98
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #628C98; }
p { color: rgb(98,140,152); }
H1.HeaderClassName
{
color: #628C98;
}
.AnyTagClassName
{
color: #628C98;
}
</style>
background-color css
<style>
a { background-color: #628C98; }
a { background-color: rgb(98,140,152); }
div.DivClassName
{
background-color: #628C98;
}
.BgClassName
{
background-color: #628C98;
}
</style>
border-color css
<style>
span { border-color: #628C98; }
span { border-color: rgb(98,140,152); }
td.TdClassName
{
border-color: #628C98;
}
.TagClassName
{
border-color: #628C98;
}
</style>