Shades of Horizon #628C96
Tints of Horizon #628C96
RGB
CMYK
RGB Variations
Color information
#628C96 (or 0x628C96) is known color: Horizon. HEX triplet: 62, 8C and 96. RGB value is (98,140,150). Sum of RGB (Red+Green+Blue) = 98+140+150=388 (51% of max value = 765). Red value is 98 (38.67% from 255 or 25.26% from 388); Green value is 140 (55.08% from 255 or 36.08% from 388); Blue value is 150 (58.98% from 255 or 38.66% from 388); Max value from RGB is 150 - color contains mainly: blue. Hex color #628C96 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #628C96 is #9D7369. Grayscale: #808080. Windows color (decimal): -10318698 or 9866338. OLE color: 9866338.
HSL color Cylindrical-coordinate representation of color #628C96: hue angle of 191.54º degrees, saturation: 0.21, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #628C96 is Cyan = 0.35, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 98 | 140 | 150 | - |
| CMYK | 0.35 | 0.07 | 0 | 0.41 |
| HSL | 191.54º | 0.21% | 0.49% | - |
| HSV(B) | 191.54º | 0.35% | 0.59% | - |
| XYZ | 19.92 | 23.55 | 32.35 | - |
| YUV | 128.58 | 140.09 | 106.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 140 | 150 | 0.35 | 0.07 | 0 | 0.41 | 191.54 | 0.21 | 0.49 |
| Hex | 62 | 8C | 96 | 23 | 7 | 0 | 29 | C0 | 15 | 31 |
| Octal | 142 | 214 | 226 | 43 | 7 | 0 | 51 | 300 | 25 | 61 |
| Binary | 1100010 | 10001100 | 10010110 | 100011 | 111 | 0 | 101001 | 11000000 | 10101 | 110001 |
Color Harmonies of #628C96
Complementary color
Monochromatic Colors of #628C96
Black with #628C96
Text Example
Text Example
White with #628C96
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #628C96; }
p { color: rgb(98,140,150); }
H1.HeaderClassName
{
color: #628C96;
}
.AnyTagClassName
{
color: #628C96;
}
</style>
background-color css
<style>
a { background-color: #628C96; }
a { background-color: rgb(98,140,150); }
div.DivClassName
{
background-color: #628C96;
}
.BgClassName
{
background-color: #628C96;
}
</style>
border-color css
<style>
span { border-color: #628C96; }
span { border-color: rgb(98,140,150); }
td.TdClassName
{
border-color: #628C96;
}
.TagClassName
{
border-color: #628C96;
}
</style>