Shades of Horizon #64909F
Tints of Horizon #64909F
RGB
CMYK
RGB Variations
Color information
#64909F (or 0x64909F) is known color: Horizon. HEX triplet: 64, 90 and 9F. RGB value is (100,144,159). Sum of RGB (Red+Green+Blue) = 100+144+159=403 (53% of max value = 765). Red value is 100 (39.45% from 255 or 24.81% from 403); Green value is 144 (56.64% from 255 or 35.73% from 403); Blue value is 159 (62.5% from 255 or 39.45% from 403); Max value from RGB is 159 - color contains mainly: blue. Hex color #64909F is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #64909F is #9B6F60. Grayscale: #848484. Windows color (decimal): -10186593 or 10457188. OLE color: 10457188.
HSL color Cylindrical-coordinate representation of color #64909F: hue angle of 195.25º 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 #64909F is Cyan = 0.37, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 100 | 144 | 159 | - |
| CMYK | 0.37 | 0.09 | 0 | 0.38 |
| HSL | 195.25º | 0.24% | 0.51% | - |
| HSV(B) | 195.25º | 0.37% | 0.62% | - |
| XYZ | 21.49 | 25.16 | 36.52 | - |
| YUV | 132.55 | 142.92 | 104.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 144 | 159 | 0.37 | 0.09 | 0 | 0.38 | 195.25 | 0.24 | 0.51 |
| Hex | 64 | 90 | 9F | 25 | 9 | 0 | 26 | C3 | 18 | 33 |
| Octal | 144 | 220 | 237 | 45 | 11 | 0 | 46 | 303 | 30 | 63 |
| Binary | 1100100 | 10010000 | 10011111 | 100101 | 1001 | 0 | 100110 | 11000011 | 11000 | 110011 |
Color Harmonies of #64909F
Complementary color
Monochromatic Colors of #64909F
Black with #64909F
Text Example
Text Example
White with #64909F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64909F; }
p { color: rgb(100,144,159); }
H1.HeaderClassName
{
color: #64909F;
}
.AnyTagClassName
{
color: #64909F;
}
</style>
background-color css
<style>
a { background-color: #64909F; }
a { background-color: rgb(100,144,159); }
div.DivClassName
{
background-color: #64909F;
}
.BgClassName
{
background-color: #64909F;
}
</style>
border-color css
<style>
span { border-color: #64909F; }
span { border-color: rgb(100,144,159); }
td.TdClassName
{
border-color: #64909F;
}
.TagClassName
{
border-color: #64909F;
}
</style>