Shades of Horizon #64909A
Tints of Horizon #64909A
RGB
CMYK
RGB Variations
Color information
#64909A (or 0x64909A) is known color: Horizon. HEX triplet: 64, 90 and 9A. RGB value is (100,144,154). Sum of RGB (Red+Green+Blue) = 100+144+154=398 (52% of max value = 765). Red value is 100 (39.45% from 255 or 25.13% from 398); Green value is 144 (56.64% from 255 or 36.18% from 398); Blue value is 154 (60.55% from 255 or 38.69% from 398); Max value from RGB is 154 - color contains mainly: blue. Hex color #64909A is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #64909A is #9B6F65. Grayscale: #838383. Windows color (decimal): -10186598 or 10129508. OLE color: 10129508.
HSL color Cylindrical-coordinate representation of color #64909A: hue angle of 191.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 #64909A is Cyan = 0.35, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 100 | 144 | 154 | - |
| CMYK | 0.35 | 0.06 | 0 | 0.40 |
| HSL | 191.11º | 0.21% | 0.5% | - |
| HSV(B) | 191.11º | 0.35% | 0.6% | - |
| XYZ | 21.06 | 24.99 | 34.29 | - |
| YUV | 131.98 | 140.42 | 105.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 144 | 154 | 0.35 | 0.06 | 0 | 0.40 | 191.11 | 0.21 | 0.5 |
| Hex | 64 | 90 | 9A | 23 | 6 | 0 | 28 | BF | 15 | 32 |
| Octal | 144 | 220 | 232 | 43 | 6 | 0 | 50 | 277 | 25 | 62 |
| Binary | 1100100 | 10010000 | 10011010 | 100011 | 110 | 0 | 101000 | 10111111 | 10101 | 110010 |
Color Harmonies of #64909A
Complementary color
Monochromatic Colors of #64909A
Black with #64909A
Text Example
Text Example
White with #64909A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64909A; }
p { color: rgb(100,144,154); }
H1.HeaderClassName
{
color: #64909A;
}
.AnyTagClassName
{
color: #64909A;
}
</style>
background-color css
<style>
a { background-color: #64909A; }
a { background-color: rgb(100,144,154); }
div.DivClassName
{
background-color: #64909A;
}
.BgClassName
{
background-color: #64909A;
}
</style>
border-color css
<style>
span { border-color: #64909A; }
span { border-color: rgb(100,144,154); }
td.TdClassName
{
border-color: #64909A;
}
.TagClassName
{
border-color: #64909A;
}
</style>