Shades of Horizon #64848F
Tints of Horizon #64848F
RGB
CMYK
RGB Variations
Color information
#64848F (or 0x64848F) is known color: Horizon. HEX triplet: 64, 84 and 8F. RGB value is (100,132,143). Sum of RGB (Red+Green+Blue) = 100+132+143=375 (49% of max value = 765). Red value is 100 (39.45% from 255 or 26.67% from 375); Green value is 132 (51.95% from 255 or 35.2% from 375); Blue value is 143 (56.25% from 255 or 38.13% from 375); Max value from RGB is 143 - color contains mainly: blue. Hex color #64848F is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #64848F is #9B7B70. Grayscale: #7B7B7B. Windows color (decimal): -10189681 or 9405540. OLE color: 9405540.
HSL color Cylindrical-coordinate representation of color #64848F: hue angle of 195.35º degrees, saturation: 0.18, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #64848F is Cyan = 0.30, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 100 | 132 | 143 | - |
| CMYK | 0.30 | 0.08 | 0 | 0.44 |
| HSL | 195.35º | 0.18% | 0.48% | - |
| HSV(B) | 195.35º | 0.3% | 0.56% | - |
| XYZ | 18.46 | 21.2 | 29.1 | - |
| YUV | 123.69 | 138.9 | 111.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 132 | 143 | 0.30 | 0.08 | 0 | 0.44 | 195.35 | 0.18 | 0.48 |
| Hex | 64 | 84 | 8F | 1E | 8 | 0 | 2C | C3 | 12 | 30 |
| Octal | 144 | 204 | 217 | 36 | 10 | 0 | 54 | 303 | 22 | 60 |
| Binary | 1100100 | 10000100 | 10001111 | 11110 | 1000 | 0 | 101100 | 11000011 | 10010 | 110000 |
Color Harmonies of #64848F
Complementary color
Monochromatic Colors of #64848F
Black with #64848F
Text Example
Text Example
White with #64848F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64848F; }
p { color: rgb(100,132,143); }
H1.HeaderClassName
{
color: #64848F;
}
.AnyTagClassName
{
color: #64848F;
}
</style>
background-color css
<style>
a { background-color: #64848F; }
a { background-color: rgb(100,132,143); }
div.DivClassName
{
background-color: #64848F;
}
.BgClassName
{
background-color: #64848F;
}
</style>
border-color css
<style>
span { border-color: #64848F; }
span { border-color: rgb(100,132,143); }
td.TdClassName
{
border-color: #64848F;
}
.TagClassName
{
border-color: #64848F;
}
</style>