Shades of Horizon #648592
Tints of Horizon #648592
RGB
CMYK
RGB Variations
Color information
#648592 (or 0x648592) is known color: Horizon. HEX triplet: 64, 85 and 92. RGB value is (100,133,146). Sum of RGB (Red+Green+Blue) = 100+133+146=379 (50% of max value = 765). Red value is 100 (39.45% from 255 or 26.39% from 379); Green value is 133 (52.34% from 255 or 35.09% from 379); Blue value is 146 (57.42% from 255 or 38.52% from 379); Max value from RGB is 146 - color contains mainly: blue. Hex color #648592 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #648592 is #9B7A6D. Grayscale: #7C7C7C. Windows color (decimal): -10189422 or 9602404. OLE color: 9602404.
HSL color Cylindrical-coordinate representation of color #648592: hue angle of 196.96º degrees, saturation: 0.19, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #648592 is Cyan = 0.32, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 100 | 133 | 146 | - |
| CMYK | 0.32 | 0.09 | 0 | 0.43 |
| HSL | 196.96º | 0.19% | 0.48% | - |
| HSV(B) | 196.96º | 0.32% | 0.57% | - |
| XYZ | 18.83 | 21.56 | 30.36 | - |
| YUV | 124.62 | 140.07 | 110.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 133 | 146 | 0.32 | 0.09 | 0 | 0.43 | 196.96 | 0.19 | 0.48 |
| Hex | 64 | 85 | 92 | 20 | 9 | 0 | 2B | C5 | 13 | 30 |
| Octal | 144 | 205 | 222 | 40 | 11 | 0 | 53 | 305 | 23 | 60 |
| Binary | 1100100 | 10000101 | 10010010 | 100000 | 1001 | 0 | 101011 | 11000101 | 10011 | 110000 |
Color Harmonies of #648592
Complementary color
Monochromatic Colors of #648592
Black with #648592
Text Example
Text Example
White with #648592
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #648592; }
p { color: rgb(100,133,146); }
H1.HeaderClassName
{
color: #648592;
}
.AnyTagClassName
{
color: #648592;
}
</style>
background-color css
<style>
a { background-color: #648592; }
a { background-color: rgb(100,133,146); }
div.DivClassName
{
background-color: #648592;
}
.BgClassName
{
background-color: #648592;
}
</style>
border-color css
<style>
span { border-color: #648592; }
span { border-color: rgb(100,133,146); }
td.TdClassName
{
border-color: #648592;
}
.TagClassName
{
border-color: #648592;
}
</style>