Shades of Horizon #63859B
Tints of Horizon #63859B
RGB
CMYK
RGB Variations
Color information
#63859B (or 0x63859B) is known color: Horizon. HEX triplet: 63, 85 and 9B. RGB value is (99,133,155). Sum of RGB (Red+Green+Blue) = 99+133+155=387 (51% of max value = 765). Red value is 99 (39.06% from 255 or 25.58% from 387); Green value is 133 (52.34% from 255 or 34.37% from 387); Blue value is 155 (60.94% from 255 or 40.05% from 387); Max value from RGB is 155 - color contains mainly: blue. Hex color #63859B is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #63859B is #9C7A64. Grayscale: #7D7D7D. Windows color (decimal): -10254949 or 10192227. OLE color: 10192227.
HSL color Cylindrical-coordinate representation of color #63859B: hue angle of 203.57º degrees, saturation: 0.22, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #63859B is Cyan = 0.36, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 99 | 133 | 155 | - |
| CMYK | 0.36 | 0.14 | 0 | 0.39 |
| HSL | 203.57º | 0.22% | 0.5% | - |
| HSV(B) | 203.57º | 0.36% | 0.61% | - |
| XYZ | 19.45 | 21.79 | 34.19 | - |
| YUV | 125.34 | 144.74 | 109.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 133 | 155 | 0.36 | 0.14 | 0 | 0.39 | 203.57 | 0.22 | 0.5 |
| Hex | 63 | 85 | 9B | 24 | E | 0 | 27 | CC | 16 | 32 |
| Octal | 143 | 205 | 233 | 44 | 16 | 0 | 47 | 314 | 26 | 62 |
| Binary | 1100011 | 10000101 | 10011011 | 100100 | 1110 | 0 | 100111 | 11001100 | 10110 | 110010 |
Color Harmonies of #63859B
Complementary color
Monochromatic Colors of #63859B
Black with #63859B
Text Example
Text Example
White with #63859B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #63859B; }
p { color: rgb(99,133,155); }
H1.HeaderClassName
{
color: #63859B;
}
.AnyTagClassName
{
color: #63859B;
}
</style>
background-color css
<style>
a { background-color: #63859B; }
a { background-color: rgb(99,133,155); }
div.DivClassName
{
background-color: #63859B;
}
.BgClassName
{
background-color: #63859B;
}
</style>
border-color css
<style>
span { border-color: #63859B; }
span { border-color: rgb(99,133,155); }
td.TdClassName
{
border-color: #63859B;
}
.TagClassName
{
border-color: #63859B;
}
</style>