Shades of Horizon #64929A
Tints of Horizon #64929A
RGB
CMYK
RGB Variations
Color information
#64929A (or 0x64929A) is known color: Horizon. HEX triplet: 64, 92 and 9A. RGB value is (100,146,154). Sum of RGB (Red+Green+Blue) = 100+146+154=400 (52% of max value = 765). Red value is 100 (39.45% from 255 or 25% from 400); Green value is 146 (57.42% from 255 or 36.5% from 400); Blue value is 154 (60.55% from 255 or 38.5% from 400); Max value from RGB is 154 - color contains mainly: blue. Hex color #64929A is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #64929A is #9B6D65. Grayscale: #858585. Windows color (decimal): -10186086 or 10130020. OLE color: 10130020.
HSL color Cylindrical-coordinate representation of color #64929A: hue angle of 188.89º degrees, saturation: 0.21, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #64929A is Cyan = 0.35, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 100 | 146 | 154 | - |
| CMYK | 0.35 | 0.05 | 0 | 0.40 |
| HSL | 188.89º | 0.21% | 0.5% | - |
| HSV(B) | 188.89º | 0.35% | 0.6% | - |
| XYZ | 21.37 | 25.6 | 34.39 | - |
| YUV | 133.16 | 139.76 | 104.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 146 | 154 | 0.35 | 0.05 | 0 | 0.40 | 188.89 | 0.21 | 0.5 |
| Hex | 64 | 92 | 9A | 23 | 5 | 0 | 28 | BD | 15 | 32 |
| Octal | 144 | 222 | 232 | 43 | 5 | 0 | 50 | 275 | 25 | 62 |
| Binary | 1100100 | 10010010 | 10011010 | 100011 | 101 | 0 | 101000 | 10111101 | 10101 | 110010 |
Color Harmonies of #64929A
Complementary color
Monochromatic Colors of #64929A
Black with #64929A
Text Example
Text Example
White with #64929A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64929A; }
p { color: rgb(100,146,154); }
H1.HeaderClassName
{
color: #64929A;
}
.AnyTagClassName
{
color: #64929A;
}
</style>
background-color css
<style>
a { background-color: #64929A; }
a { background-color: rgb(100,146,154); }
div.DivClassName
{
background-color: #64929A;
}
.BgClassName
{
background-color: #64929A;
}
</style>
border-color css
<style>
span { border-color: #64929A; }
span { border-color: rgb(100,146,154); }
td.TdClassName
{
border-color: #64929A;
}
.TagClassName
{
border-color: #64929A;
}
</style>