Shades of Horizon #63889B
Tints of Horizon #63889B
RGB
CMYK
RGB Variations
Color information
#63889B (or 0x63889B) is known color: Horizon. HEX triplet: 63, 88 and 9B. RGB value is (99,136,155). Sum of RGB (Red+Green+Blue) = 99+136+155=390 (51% of max value = 765). Red value is 99 (39.06% from 255 or 25.38% from 390); Green value is 136 (53.52% from 255 or 34.87% from 390); Blue value is 155 (60.94% from 255 or 39.74% from 390); Max value from RGB is 155 - color contains mainly: blue. Hex color #63889B is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #63889B is #9C7764. Grayscale: #7E7E7E. Windows color (decimal): -10254181 or 10192995. OLE color: 10192995.
HSL color Cylindrical-coordinate representation of color #63889B: hue angle of 200.36º 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 #63889B is Cyan = 0.36, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 99 | 136 | 155 | - |
| CMYK | 0.36 | 0.12 | 0 | 0.39 |
| HSL | 200.36º | 0.22% | 0.5% | - |
| HSV(B) | 200.36º | 0.36% | 0.61% | - |
| XYZ | 19.87 | 22.63 | 34.33 | - |
| YUV | 127.1 | 143.74 | 107.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 136 | 155 | 0.36 | 0.12 | 0 | 0.39 | 200.36 | 0.22 | 0.5 |
| Hex | 63 | 88 | 9B | 24 | C | 0 | 27 | C8 | 16 | 32 |
| Octal | 143 | 210 | 233 | 44 | 14 | 0 | 47 | 310 | 26 | 62 |
| Binary | 1100011 | 10001000 | 10011011 | 100100 | 1100 | 0 | 100111 | 11001000 | 10110 | 110010 |
Color Harmonies of #63889B
Complementary color
Monochromatic Colors of #63889B
Black with #63889B
Text Example
Text Example
White with #63889B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #63889B; }
p { color: rgb(99,136,155); }
H1.HeaderClassName
{
color: #63889B;
}
.AnyTagClassName
{
color: #63889B;
}
</style>
background-color css
<style>
a { background-color: #63889B; }
a { background-color: rgb(99,136,155); }
div.DivClassName
{
background-color: #63889B;
}
.BgClassName
{
background-color: #63889B;
}
</style>
border-color css
<style>
span { border-color: #63889B; }
span { border-color: rgb(99,136,155); }
td.TdClassName
{
border-color: #63889B;
}
.TagClassName
{
border-color: #63889B;
}
</style>