Shades of Horizon #63929C
Tints of Horizon #63929C
RGB
CMYK
RGB Variations
Color information
#63929C (or 0x63929C) is known color: Horizon. HEX triplet: 63, 92 and 9C. RGB value is (99,146,156). Sum of RGB (Red+Green+Blue) = 99+146+156=401 (53% of max value = 765). Red value is 99 (39.06% from 255 or 24.69% from 401); Green value is 146 (57.42% from 255 or 36.41% from 401); Blue value is 156 (61.33% from 255 or 38.90% from 401); Max value from RGB is 156 - color contains mainly: blue. Hex color #63929C is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #63929C is #9C6D63. Grayscale: #858585. Windows color (decimal): -10251620 or 10261091. OLE color: 10261091.
HSL color Cylindrical-coordinate representation of color #63929C: hue angle of 190.53º 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 #63929C is Cyan = 0.37, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 99 | 146 | 156 | - |
| CMYK | 0.37 | 0.06 | 0 | 0.39 |
| HSL | 190.53º | 0.22% | 0.5% | - |
| HSV(B) | 190.53º | 0.37% | 0.61% | - |
| XYZ | 21.43 | 25.61 | 35.27 | - |
| YUV | 133.09 | 140.93 | 103.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 146 | 156 | 0.37 | 0.06 | 0 | 0.39 | 190.53 | 0.22 | 0.5 |
| Hex | 63 | 92 | 9C | 25 | 6 | 0 | 27 | BF | 16 | 32 |
| Octal | 143 | 222 | 234 | 45 | 6 | 0 | 47 | 277 | 26 | 62 |
| Binary | 1100011 | 10010010 | 10011100 | 100101 | 110 | 0 | 100111 | 10111111 | 10110 | 110010 |
Color Harmonies of #63929C
Complementary color
Monochromatic Colors of #63929C
Black with #63929C
Text Example
Text Example
White with #63929C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #63929C; }
p { color: rgb(99,146,156); }
H1.HeaderClassName
{
color: #63929C;
}
.AnyTagClassName
{
color: #63929C;
}
</style>
background-color css
<style>
a { background-color: #63929C; }
a { background-color: rgb(99,146,156); }
div.DivClassName
{
background-color: #63929C;
}
.BgClassName
{
background-color: #63929C;
}
</style>
border-color css
<style>
span { border-color: #63929C; }
span { border-color: rgb(99,146,156); }
td.TdClassName
{
border-color: #63929C;
}
.TagClassName
{
border-color: #63929C;
}
</style>