Shades of Horizon #648491
Tints of Horizon #648491
RGB
CMYK
RGB Variations
Color information
#648491 (or 0x648491) is known color: Horizon. HEX triplet: 64, 84 and 91. RGB value is (100,132,145). Sum of RGB (Red+Green+Blue) = 100+132+145=377 (49% of max value = 765). Red value is 100 (39.45% from 255 or 26.53% from 377); Green value is 132 (51.95% from 255 or 35.01% from 377); Blue value is 145 (57.03% from 255 or 38.46% from 377); Max value from RGB is 145 - color contains mainly: blue. Hex color #648491 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #648491 is #9B7B6E. Grayscale: #7B7B7B. Windows color (decimal): -10189679 or 9536612. OLE color: 9536612.
HSL color Cylindrical-coordinate representation of color #648491: hue angle of 197.33º degrees, saturation: 0.18, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #648491 is Cyan = 0.31, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 100 | 132 | 145 | - |
| CMYK | 0.31 | 0.09 | 0 | 0.43 |
| HSL | 197.33º | 0.18% | 0.48% | - |
| HSV(B) | 197.33º | 0.31% | 0.57% | - |
| XYZ | 18.62 | 21.26 | 29.91 | - |
| YUV | 123.91 | 139.9 | 110.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 132 | 145 | 0.31 | 0.09 | 0 | 0.43 | 197.33 | 0.18 | 0.48 |
| Hex | 64 | 84 | 91 | 1F | 9 | 0 | 2B | C5 | 12 | 30 |
| Octal | 144 | 204 | 221 | 37 | 11 | 0 | 53 | 305 | 22 | 60 |
| Binary | 1100100 | 10000100 | 10010001 | 11111 | 1001 | 0 | 101011 | 11000101 | 10010 | 110000 |
Color Harmonies of #648491
Complementary color
Monochromatic Colors of #648491
Black with #648491
Text Example
Text Example
White with #648491
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #648491; }
p { color: rgb(100,132,145); }
H1.HeaderClassName
{
color: #648491;
}
.AnyTagClassName
{
color: #648491;
}
</style>
background-color css
<style>
a { background-color: #648491; }
a { background-color: rgb(100,132,145); }
div.DivClassName
{
background-color: #648491;
}
.BgClassName
{
background-color: #648491;
}
</style>
border-color css
<style>
span { border-color: #648491; }
span { border-color: rgb(100,132,145); }
td.TdClassName
{
border-color: #648491;
}
.TagClassName
{
border-color: #648491;
}
</style>