Shades of Horizon #648493
Tints of Horizon #648493
RGB
CMYK
RGB Variations
Color information
#648493 (or 0x648493) is known color: Horizon. HEX triplet: 64, 84 and 93. RGB value is (100,132,147). Sum of RGB (Red+Green+Blue) = 100+132+147=379 (50% of max value = 765). Red value is 100 (39.45% from 255 or 26.39% from 379); Green value is 132 (51.95% from 255 or 34.83% from 379); Blue value is 147 (57.81% from 255 or 38.79% from 379); Max value from RGB is 147 - color contains mainly: blue. Hex color #648493 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #648493 is #9B7B6C. Grayscale: #7C7C7C. Windows color (decimal): -10189677 or 9667684. OLE color: 9667684.
HSL color Cylindrical-coordinate representation of color #648493: hue angle of 199.15º degrees, saturation: 0.19, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #648493 is Cyan = 0.32, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 100 | 132 | 147 | - |
| CMYK | 0.32 | 0.10 | 0 | 0.42 |
| HSL | 199.15º | 0.19% | 0.48% | - |
| HSV(B) | 199.15º | 0.32% | 0.58% | - |
| XYZ | 18.77 | 21.32 | 30.73 | - |
| YUV | 124.14 | 140.9 | 110.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 132 | 147 | 0.32 | 0.10 | 0 | 0.42 | 199.15 | 0.19 | 0.48 |
| Hex | 64 | 84 | 93 | 20 | A | 0 | 2A | C7 | 13 | 30 |
| Octal | 144 | 204 | 223 | 40 | 12 | 0 | 52 | 307 | 23 | 60 |
| Binary | 1100100 | 10000100 | 10010011 | 100000 | 1010 | 0 | 101010 | 11000111 | 10011 | 110000 |
Color Harmonies of #648493
Complementary color
Monochromatic Colors of #648493
Black with #648493
Text Example
Text Example
White with #648493
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #648493; }
p { color: rgb(100,132,147); }
H1.HeaderClassName
{
color: #648493;
}
.AnyTagClassName
{
color: #648493;
}
</style>
background-color css
<style>
a { background-color: #648493; }
a { background-color: rgb(100,132,147); }
div.DivClassName
{
background-color: #648493;
}
.BgClassName
{
background-color: #648493;
}
</style>
border-color css
<style>
span { border-color: #648493; }
span { border-color: rgb(100,132,147); }
td.TdClassName
{
border-color: #648493;
}
.TagClassName
{
border-color: #648493;
}
</style>