Shades of Horizon #628C9B
Tints of Horizon #628C9B
RGB
CMYK
RGB Variations
Color information
#628C9B (or 0x628C9B) is known color: Horizon. HEX triplet: 62, 8C and 9B. RGB value is (98,140,155). Sum of RGB (Red+Green+Blue) = 98+140+155=393 (52% of max value = 765). Red value is 98 (38.67% from 255 or 24.94% from 393); Green value is 140 (55.08% from 255 or 35.62% from 393); Blue value is 155 (60.94% from 255 or 39.44% from 393); Max value from RGB is 155 - color contains mainly: blue. Hex color #628C9B is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #628C9B is #9D7364. Grayscale: #818181. Windows color (decimal): -10318693 or 10194018. OLE color: 10194018.
HSL color Cylindrical-coordinate representation of color #628C9B: hue angle of 195.79º 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 #628C9B is Cyan = 0.37, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 98 | 140 | 155 | - |
| CMYK | 0.37 | 0.10 | 0 | 0.39 |
| HSL | 195.79º | 0.23% | 0.5% | - |
| HSV(B) | 195.79º | 0.37% | 0.61% | - |
| XYZ | 20.33 | 23.72 | 34.52 | - |
| YUV | 129.15 | 142.59 | 105.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 140 | 155 | 0.37 | 0.10 | 0 | 0.39 | 195.79 | 0.23 | 0.5 |
| Hex | 62 | 8C | 9B | 25 | A | 0 | 27 | C4 | 17 | 32 |
| Octal | 142 | 214 | 233 | 45 | 12 | 0 | 47 | 304 | 27 | 62 |
| Binary | 1100010 | 10001100 | 10011011 | 100101 | 1010 | 0 | 100111 | 11000100 | 10111 | 110010 |
Color Harmonies of #628C9B
Complementary color
Monochromatic Colors of #628C9B
Black with #628C9B
Text Example
Text Example
White with #628C9B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #628C9B; }
p { color: rgb(98,140,155); }
H1.HeaderClassName
{
color: #628C9B;
}
.AnyTagClassName
{
color: #628C9B;
}
</style>
background-color css
<style>
a { background-color: #628C9B; }
a { background-color: rgb(98,140,155); }
div.DivClassName
{
background-color: #628C9B;
}
.BgClassName
{
background-color: #628C9B;
}
</style>
border-color css
<style>
span { border-color: #628C9B; }
span { border-color: rgb(98,140,155); }
td.TdClassName
{
border-color: #628C9B;
}
.TagClassName
{
border-color: #628C9B;
}
</style>