Shades of Horizon #63929D
Tints of Horizon #63929D
RGB
CMYK
RGB Variations
Color information
#63929D (or 0x63929D) is known color: Horizon. HEX triplet: 63, 92 and 9D. RGB value is (99,146,157). Sum of RGB (Red+Green+Blue) = 99+146+157=402 (53% of max value = 765). Red value is 99 (39.06% from 255 or 24.63% from 402); Green value is 146 (57.42% from 255 or 36.32% from 402); Blue value is 157 (61.72% from 255 or 39.05% from 402); Max value from RGB is 157 - color contains mainly: blue. Hex color #63929D is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #63929D is #9C6D62. Grayscale: #858585. Windows color (decimal): -10251619 or 10326627. OLE color: 10326627.
HSL color Cylindrical-coordinate representation of color #63929D: hue angle of 191.38º degrees, saturation: 0.23, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #63929D is Cyan = 0.37, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 99 | 146 | 157 | - |
| CMYK | 0.37 | 0.07 | 0 | 0.38 |
| HSL | 191.38º | 0.23% | 0.5% | - |
| HSV(B) | 191.38º | 0.37% | 0.62% | - |
| XYZ | 21.51 | 25.64 | 35.71 | - |
| YUV | 133.2 | 141.43 | 103.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 146 | 157 | 0.37 | 0.07 | 0 | 0.38 | 191.38 | 0.23 | 0.5 |
| Hex | 63 | 92 | 9D | 25 | 7 | 0 | 26 | BF | 17 | 32 |
| Octal | 143 | 222 | 235 | 45 | 7 | 0 | 46 | 277 | 27 | 62 |
| Binary | 1100011 | 10010010 | 10011101 | 100101 | 111 | 0 | 100110 | 10111111 | 10111 | 110010 |
Color Harmonies of #63929D
Complementary color
Monochromatic Colors of #63929D
Black with #63929D
Text Example
Text Example
White with #63929D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #63929D; }
p { color: rgb(99,146,157); }
H1.HeaderClassName
{
color: #63929D;
}
.AnyTagClassName
{
color: #63929D;
}
</style>
background-color css
<style>
a { background-color: #63929D; }
a { background-color: rgb(99,146,157); }
div.DivClassName
{
background-color: #63929D;
}
.BgClassName
{
background-color: #63929D;
}
</style>
border-color css
<style>
span { border-color: #63929D; }
span { border-color: rgb(99,146,157); }
td.TdClassName
{
border-color: #63929D;
}
.TagClassName
{
border-color: #63929D;
}
</style>