Shades of Horizon #64939F
Tints of Horizon #64939F
RGB
CMYK
RGB Variations
Color information
#64939F (or 0x64939F) is known color: Horizon. HEX triplet: 64, 93 and 9F. RGB value is (100,147,159). Sum of RGB (Red+Green+Blue) = 100+147+159=406 (53% of max value = 765). Red value is 100 (39.45% from 255 or 24.63% from 406); Green value is 147 (57.81% from 255 or 36.21% from 406); Blue value is 159 (62.5% from 255 or 39.16% from 406); Max value from RGB is 159 - color contains mainly: blue. Hex color #64939F is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #64939F is #9B6C60. Grayscale: #868686. Windows color (decimal): -10185825 or 10457956. OLE color: 10457956.
HSL color Cylindrical-coordinate representation of color #64939F: hue angle of 192.2º degrees, saturation: 0.24, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #64939F is Cyan = 0.37, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 100 | 147 | 159 | - |
| CMYK | 0.37 | 0.08 | 0 | 0.38 |
| HSL | 192.2º | 0.24% | 0.51% | - |
| HSV(B) | 192.2º | 0.37% | 0.62% | - |
| XYZ | 21.95 | 26.08 | 36.68 | - |
| YUV | 134.32 | 141.93 | 103.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 147 | 159 | 0.37 | 0.08 | 0 | 0.38 | 192.2 | 0.24 | 0.51 |
| Hex | 64 | 93 | 9F | 25 | 8 | 0 | 26 | C0 | 18 | 33 |
| Octal | 144 | 223 | 237 | 45 | 10 | 0 | 46 | 300 | 30 | 63 |
| Binary | 1100100 | 10010011 | 10011111 | 100101 | 1000 | 0 | 100110 | 11000000 | 11000 | 110011 |
Color Harmonies of #64939F
Complementary color
Monochromatic Colors of #64939F
Black with #64939F
Text Example
Text Example
White with #64939F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64939F; }
p { color: rgb(100,147,159); }
H1.HeaderClassName
{
color: #64939F;
}
.AnyTagClassName
{
color: #64939F;
}
</style>
background-color css
<style>
a { background-color: #64939F; }
a { background-color: rgb(100,147,159); }
div.DivClassName
{
background-color: #64939F;
}
.BgClassName
{
background-color: #64939F;
}
</style>
border-color css
<style>
span { border-color: #64939F; }
span { border-color: rgb(100,147,159); }
td.TdClassName
{
border-color: #64939F;
}
.TagClassName
{
border-color: #64939F;
}
</style>