Shades of Horizon #64879B
Tints of Horizon #64879B
RGB
CMYK
RGB Variations
Color information
#64879B (or 0x64879B) is known color: Horizon. HEX triplet: 64, 87 and 9B. RGB value is (100,135,155). Sum of RGB (Red+Green+Blue) = 100+135+155=390 (51% of max value = 765). Red value is 100 (39.45% from 255 or 25.64% from 390); Green value is 135 (53.12% from 255 or 34.62% from 390); Blue value is 155 (60.94% from 255 or 39.74% from 390); Max value from RGB is 155 - color contains mainly: blue. Hex color #64879B is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #64879B is #9B7864. Grayscale: #7E7E7E. Windows color (decimal): -10188901 or 10192740. OLE color: 10192740.
HSL color Cylindrical-coordinate representation of color #64879B: hue angle of 201.82º degrees, saturation: 0.22, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #64879B is Cyan = 0.35, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 100 | 135 | 155 | - |
| CMYK | 0.35 | 0.13 | 0 | 0.39 |
| HSL | 201.82º | 0.22% | 0.5% | - |
| HSV(B) | 201.82º | 0.35% | 0.61% | - |
| XYZ | 19.84 | 22.4 | 34.29 | - |
| YUV | 126.82 | 143.9 | 108.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 135 | 155 | 0.35 | 0.13 | 0 | 0.39 | 201.82 | 0.22 | 0.5 |
| Hex | 64 | 87 | 9B | 23 | D | 0 | 27 | CA | 16 | 32 |
| Octal | 144 | 207 | 233 | 43 | 15 | 0 | 47 | 312 | 26 | 62 |
| Binary | 1100100 | 10000111 | 10011011 | 100011 | 1101 | 0 | 100111 | 11001010 | 10110 | 110010 |
Color Harmonies of #64879B
Complementary color
Monochromatic Colors of #64879B
Black with #64879B
Text Example
Text Example
White with #64879B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64879B; }
p { color: rgb(100,135,155); }
H1.HeaderClassName
{
color: #64879B;
}
.AnyTagClassName
{
color: #64879B;
}
</style>
background-color css
<style>
a { background-color: #64879B; }
a { background-color: rgb(100,135,155); }
div.DivClassName
{
background-color: #64879B;
}
.BgClassName
{
background-color: #64879B;
}
</style>
border-color css
<style>
span { border-color: #64879B; }
span { border-color: rgb(100,135,155); }
td.TdClassName
{
border-color: #64879B;
}
.TagClassName
{
border-color: #64879B;
}
</style>