Shades of Horizon #64879A
Tints of Horizon #64879A
RGB
CMYK
RGB Variations
Color information
#64879A (or 0x64879A) is known color: Horizon. HEX triplet: 64, 87 and 9A. RGB value is (100,135,154). Sum of RGB (Red+Green+Blue) = 100+135+154=389 (51% of max value = 765). Red value is 100 (39.45% from 255 or 25.71% from 389); Green value is 135 (53.12% from 255 or 34.70% from 389); Blue value is 154 (60.55% from 255 or 39.59% from 389); Max value from RGB is 154 - color contains mainly: blue. Hex color #64879A is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #64879A is #9B7865. Grayscale: #7E7E7E. Windows color (decimal): -10188902 or 10127204. OLE color: 10127204.
HSL color Cylindrical-coordinate representation of color #64879A: hue angle of 201.11º 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 #64879A is Cyan = 0.35, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 100 | 135 | 154 | - |
| CMYK | 0.35 | 0.12 | 0 | 0.40 |
| HSL | 201.11º | 0.21% | 0.5% | - |
| HSV(B) | 201.11º | 0.35% | 0.6% | - |
| XYZ | 19.75 | 22.37 | 33.85 | - |
| YUV | 126.7 | 143.4 | 108.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 135 | 154 | 0.35 | 0.12 | 0 | 0.40 | 201.11 | 0.21 | 0.5 |
| Hex | 64 | 87 | 9A | 23 | C | 0 | 28 | C9 | 15 | 32 |
| Octal | 144 | 207 | 232 | 43 | 14 | 0 | 50 | 311 | 25 | 62 |
| Binary | 1100100 | 10000111 | 10011010 | 100011 | 1100 | 0 | 101000 | 11001001 | 10101 | 110010 |
Color Harmonies of #64879A
Complementary color
Monochromatic Colors of #64879A
Black with #64879A
Text Example
Text Example
White with #64879A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64879A; }
p { color: rgb(100,135,154); }
H1.HeaderClassName
{
color: #64879A;
}
.AnyTagClassName
{
color: #64879A;
}
</style>
background-color css
<style>
a { background-color: #64879A; }
a { background-color: rgb(100,135,154); }
div.DivClassName
{
background-color: #64879A;
}
.BgClassName
{
background-color: #64879A;
}
</style>
border-color css
<style>
span { border-color: #64879A; }
span { border-color: rgb(100,135,154); }
td.TdClassName
{
border-color: #64879A;
}
.TagClassName
{
border-color: #64879A;
}
</style>