Shades of Horizon #63929B
Tints of Horizon #63929B
RGB
CMYK
RGB Variations
Color information
#63929B (or 0x63929B) is known color: Horizon. HEX triplet: 63, 92 and 9B. RGB value is (99,146,155). Sum of RGB (Red+Green+Blue) = 99+146+155=400 (52% of max value = 765). Red value is 99 (39.06% from 255 or 24.75% from 400); Green value is 146 (57.42% from 255 or 36.5% from 400); Blue value is 155 (60.94% from 255 or 38.75% from 400); Max value from RGB is 155 - color contains mainly: blue. Hex color #63929B is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #63929B is #9C6D64. Grayscale: #848484. Windows color (decimal): -10251621 or 10195555. OLE color: 10195555.
HSL color Cylindrical-coordinate representation of color #63929B: hue angle of 189.64º 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 #63929B is Cyan = 0.36, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 99 | 146 | 155 | - |
| CMYK | 0.36 | 0.06 | 0 | 0.39 |
| HSL | 189.64º | 0.22% | 0.5% | - |
| HSV(B) | 189.64º | 0.36% | 0.61% | - |
| XYZ | 21.34 | 25.58 | 34.82 | - |
| YUV | 132.97 | 140.43 | 103.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 146 | 155 | 0.36 | 0.06 | 0 | 0.39 | 189.64 | 0.22 | 0.5 |
| Hex | 63 | 92 | 9B | 24 | 6 | 0 | 27 | BE | 16 | 32 |
| Octal | 143 | 222 | 233 | 44 | 6 | 0 | 47 | 276 | 26 | 62 |
| Binary | 1100011 | 10010010 | 10011011 | 100100 | 110 | 0 | 100111 | 10111110 | 10110 | 110010 |
Color Harmonies of #63929B
Complementary color
Monochromatic Colors of #63929B
Black with #63929B
Text Example
Text Example
White with #63929B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #63929B; }
p { color: rgb(99,146,155); }
H1.HeaderClassName
{
color: #63929B;
}
.AnyTagClassName
{
color: #63929B;
}
</style>
background-color css
<style>
a { background-color: #63929B; }
a { background-color: rgb(99,146,155); }
div.DivClassName
{
background-color: #63929B;
}
.BgClassName
{
background-color: #63929B;
}
</style>
border-color css
<style>
span { border-color: #63929B; }
span { border-color: rgb(99,146,155); }
td.TdClassName
{
border-color: #63929B;
}
.TagClassName
{
border-color: #63929B;
}
</style>