Shades of Horizon #628F9B
Tints of Horizon #628F9B
RGB
CMYK
RGB Variations
Color information
#628F9B (or 0x628F9B) is known color: Horizon. HEX triplet: 62, 8F and 9B. RGB value is (98,143,155). Sum of RGB (Red+Green+Blue) = 98+143+155=396 (52% of max value = 765). Red value is 98 (38.67% from 255 or 24.75% from 396); Green value is 143 (56.25% from 255 or 36.11% from 396); Blue value is 155 (60.94% from 255 or 39.14% from 396); Max value from RGB is 155 - color contains mainly: blue. Hex color #628F9B is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #628F9B is #9D7064. Grayscale: #828282. Windows color (decimal): -10317925 or 10194786. OLE color: 10194786.
HSL color Cylindrical-coordinate representation of color #628F9B: hue angle of 192.63º 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 #628F9B is Cyan = 0.37, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 98 | 143 | 155 | - |
| CMYK | 0.37 | 0.08 | 0 | 0.39 |
| HSL | 192.63º | 0.23% | 0.5% | - |
| HSV(B) | 192.63º | 0.37% | 0.61% | - |
| XYZ | 20.78 | 24.61 | 34.67 | - |
| YUV | 130.91 | 141.59 | 104.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 143 | 155 | 0.37 | 0.08 | 0 | 0.39 | 192.63 | 0.23 | 0.5 |
| Hex | 62 | 8F | 9B | 25 | 8 | 0 | 27 | C1 | 17 | 32 |
| Octal | 142 | 217 | 233 | 45 | 10 | 0 | 47 | 301 | 27 | 62 |
| Binary | 1100010 | 10001111 | 10011011 | 100101 | 1000 | 0 | 100111 | 11000001 | 10111 | 110010 |
Color Harmonies of #628F9B
Complementary color
Monochromatic Colors of #628F9B
Black with #628F9B
Text Example
Text Example
White with #628F9B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #628F9B; }
p { color: rgb(98,143,155); }
H1.HeaderClassName
{
color: #628F9B;
}
.AnyTagClassName
{
color: #628F9B;
}
</style>
background-color css
<style>
a { background-color: #628F9B; }
a { background-color: rgb(98,143,155); }
div.DivClassName
{
background-color: #628F9B;
}
.BgClassName
{
background-color: #628F9B;
}
</style>
border-color css
<style>
span { border-color: #628F9B; }
span { border-color: rgb(98,143,155); }
td.TdClassName
{
border-color: #628F9B;
}
.TagClassName
{
border-color: #628F9B;
}
</style>