Shades of Horizon #648893
Tints of Horizon #648893
RGB
CMYK
RGB Variations
Color information
#648893 (or 0x648893) is known color: Horizon. HEX triplet: 64, 88 and 93. RGB value is (100,136,147). Sum of RGB (Red+Green+Blue) = 100+136+147=383 (50% of max value = 765). Red value is 100 (39.45% from 255 or 26.11% from 383); Green value is 136 (53.52% from 255 or 35.51% from 383); Blue value is 147 (57.81% from 255 or 38.38% from 383); Max value from RGB is 147 - color contains mainly: blue. Hex color #648893 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #648893 is #9B776C. Grayscale: #7E7E7E. Windows color (decimal): -10188653 or 9668708. OLE color: 9668708.
HSL color Cylindrical-coordinate representation of color #648893: hue angle of 194.04º 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 #648893 is Cyan = 0.32, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 100 | 136 | 147 | - |
| CMYK | 0.32 | 0.07 | 0 | 0.42 |
| HSL | 194.04º | 0.19% | 0.48% | - |
| HSV(B) | 194.04º | 0.32% | 0.58% | - |
| XYZ | 19.33 | 22.42 | 30.91 | - |
| YUV | 126.49 | 139.57 | 109.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 136 | 147 | 0.32 | 0.07 | 0 | 0.42 | 194.04 | 0.19 | 0.48 |
| Hex | 64 | 88 | 93 | 20 | 7 | 0 | 2A | C2 | 13 | 30 |
| Octal | 144 | 210 | 223 | 40 | 7 | 0 | 52 | 302 | 23 | 60 |
| Binary | 1100100 | 10001000 | 10010011 | 100000 | 111 | 0 | 101010 | 11000010 | 10011 | 110000 |
Color Harmonies of #648893
Complementary color
Monochromatic Colors of #648893
Black with #648893
Text Example
Text Example
White with #648893
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #648893; }
p { color: rgb(100,136,147); }
H1.HeaderClassName
{
color: #648893;
}
.AnyTagClassName
{
color: #648893;
}
</style>
background-color css
<style>
a { background-color: #648893; }
a { background-color: rgb(100,136,147); }
div.DivClassName
{
background-color: #648893;
}
.BgClassName
{
background-color: #648893;
}
</style>
border-color css
<style>
span { border-color: #648893; }
span { border-color: rgb(100,136,147); }
td.TdClassName
{
border-color: #648893;
}
.TagClassName
{
border-color: #648893;
}
</style>