Shades of Horizon #64939C
Tints of Horizon #64939C
RGB
CMYK
RGB Variations
Color information
#64939C (or 0x64939C) is known color: Horizon. HEX triplet: 64, 93 and 9C. RGB value is (100,147,156). Sum of RGB (Red+Green+Blue) = 100+147+156=403 (53% of max value = 765). Red value is 100 (39.45% from 255 or 24.81% from 403); Green value is 147 (57.81% from 255 or 36.48% from 403); Blue value is 156 (61.33% from 255 or 38.71% from 403); Max value from RGB is 156 - color contains mainly: blue. Hex color #64939C is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #64939C is #9B6C63. Grayscale: #858585. Windows color (decimal): -10185828 or 10261348. OLE color: 10261348.
HSL color Cylindrical-coordinate representation of color #64939C: hue angle of 189.64º degrees, saturation: 0.22, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #64939C is Cyan = 0.36, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 100 | 147 | 156 | - |
| CMYK | 0.36 | 0.06 | 0 | 0.39 |
| HSL | 189.64º | 0.22% | 0.5% | - |
| HSV(B) | 189.64º | 0.36% | 0.61% | - |
| XYZ | 21.69 | 25.98 | 35.32 | - |
| YUV | 133.97 | 140.43 | 103.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 147 | 156 | 0.36 | 0.06 | 0 | 0.39 | 189.64 | 0.22 | 0.5 |
| Hex | 64 | 93 | 9C | 24 | 6 | 0 | 27 | BE | 16 | 32 |
| Octal | 144 | 223 | 234 | 44 | 6 | 0 | 47 | 276 | 26 | 62 |
| Binary | 1100100 | 10010011 | 10011100 | 100100 | 110 | 0 | 100111 | 10111110 | 10110 | 110010 |
Color Harmonies of #64939C
Complementary color
Monochromatic Colors of #64939C
Black with #64939C
Text Example
Text Example
White with #64939C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64939C; }
p { color: rgb(100,147,156); }
H1.HeaderClassName
{
color: #64939C;
}
.AnyTagClassName
{
color: #64939C;
}
</style>
background-color css
<style>
a { background-color: #64939C; }
a { background-color: rgb(100,147,156); }
div.DivClassName
{
background-color: #64939C;
}
.BgClassName
{
background-color: #64939C;
}
</style>
border-color css
<style>
span { border-color: #64939C; }
span { border-color: rgb(100,147,156); }
td.TdClassName
{
border-color: #64939C;
}
.TagClassName
{
border-color: #64939C;
}
</style>