Shades of Horizon #649299
Tints of Horizon #649299
RGB
CMYK
RGB Variations
Color information
#649299 (or 0x649299) is known color: Horizon. HEX triplet: 64, 92 and 99. RGB value is (100,146,153). Sum of RGB (Red+Green+Blue) = 100+146+153=399 (52% of max value = 765). Red value is 100 (39.45% from 255 or 25.06% from 399); Green value is 146 (57.42% from 255 or 36.59% from 399); Blue value is 153 (60.16% from 255 or 38.35% from 399); Max value from RGB is 153 - color contains mainly: blue. Hex color #649299 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #649299 is #9B6D66. Grayscale: #848484. Windows color (decimal): -10186087 or 10064484. OLE color: 10064484.
HSL color Cylindrical-coordinate representation of color #649299: hue angle of 187.92º degrees, saturation: 0.21, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #649299 is Cyan = 0.35, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 100 | 146 | 153 | - |
| CMYK | 0.35 | 0.05 | 0 | 0.4 |
| HSL | 187.92º | 0.21% | 0.5% | - |
| HSV(B) | 187.92º | 0.35% | 0.6% | - |
| XYZ | 21.28 | 25.57 | 33.95 | - |
| YUV | 133.04 | 139.26 | 104.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 146 | 153 | 0.35 | 0.05 | 0 | 0.4 | 187.92 | 0.21 | 0.5 |
| Hex | 64 | 92 | 99 | 23 | 5 | 0 | 28 | BC | 15 | 32 |
| Octal | 144 | 222 | 231 | 43 | 5 | 0 | 50 | 274 | 25 | 62 |
| Binary | 1100100 | 10010010 | 10011001 | 100011 | 101 | 0 | 101000 | 10111100 | 10101 | 110010 |
Color Harmonies of #649299
Complementary color
Monochromatic Colors of #649299
Black with #649299
Text Example
Text Example
White with #649299
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #649299; }
p { color: rgb(100,146,153); }
H1.HeaderClassName
{
color: #649299;
}
.AnyTagClassName
{
color: #649299;
}
</style>
background-color css
<style>
a { background-color: #649299; }
a { background-color: rgb(100,146,153); }
div.DivClassName
{
background-color: #649299;
}
.BgClassName
{
background-color: #649299;
}
</style>
border-color css
<style>
span { border-color: #649299; }
span { border-color: rgb(100,146,153); }
td.TdClassName
{
border-color: #649299;
}
.TagClassName
{
border-color: #649299;
}
</style>