Shades of Horizon #63889C
Tints of Horizon #63889C
RGB
CMYK
RGB Variations
Color information
#63889C (or 0x63889C) is known color: Horizon. HEX triplet: 63, 88 and 9C. RGB value is (99,136,156). Sum of RGB (Red+Green+Blue) = 99+136+156=391 (51% of max value = 765). Red value is 99 (39.06% from 255 or 25.32% from 391); Green value is 136 (53.52% from 255 or 34.78% from 391); Blue value is 156 (61.33% from 255 or 39.90% from 391); Max value from RGB is 156 - color contains mainly: blue. Hex color #63889C is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #63889C is #9C7763. Grayscale: #7F7F7F. Windows color (decimal): -10254180 or 10258531. OLE color: 10258531.
HSL color Cylindrical-coordinate representation of color #63889C: hue angle of 201.05º degrees, saturation: 0.22, 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 #63889C is Cyan = 0.37, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 99 | 136 | 156 | - |
| CMYK | 0.37 | 0.13 | 0 | 0.39 |
| HSL | 201.05º | 0.22% | 0.5% | - |
| HSV(B) | 201.05º | 0.37% | 0.61% | - |
| XYZ | 19.95 | 22.66 | 34.78 | - |
| YUV | 127.22 | 144.24 | 107.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 136 | 156 | 0.37 | 0.13 | 0 | 0.39 | 201.05 | 0.22 | 0.5 |
| Hex | 63 | 88 | 9C | 25 | D | 0 | 27 | C9 | 16 | 32 |
| Octal | 143 | 210 | 234 | 45 | 15 | 0 | 47 | 311 | 26 | 62 |
| Binary | 1100011 | 10001000 | 10011100 | 100101 | 1101 | 0 | 100111 | 11001001 | 10110 | 110010 |
Color Harmonies of #63889C
Complementary color
Monochromatic Colors of #63889C
Black with #63889C
Text Example
Text Example
White with #63889C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #63889C; }
p { color: rgb(99,136,156); }
H1.HeaderClassName
{
color: #63889C;
}
.AnyTagClassName
{
color: #63889C;
}
</style>
background-color css
<style>
a { background-color: #63889C; }
a { background-color: rgb(99,136,156); }
div.DivClassName
{
background-color: #63889C;
}
.BgClassName
{
background-color: #63889C;
}
</style>
border-color css
<style>
span { border-color: #63889C; }
span { border-color: rgb(99,136,156); }
td.TdClassName
{
border-color: #63889C;
}
.TagClassName
{
border-color: #63889C;
}
</style>