Shades of Slate Grey #64809E
Tints of Slate Grey #64809E
RGB
CMYK
RGB Variations
Color information
#64809E (or 0x64809E) is known color: Slate Grey. HEX triplet: 64, 80 and 9E. RGB value is (100,128,158). Sum of RGB (Red+Green+Blue) = 100+128+158=386 (51% of max value = 765). Red value is 100 (39.45% from 255 or 25.91% from 386); Green value is 128 (50.39% from 255 or 33.16% from 386); Blue value is 158 (62.11% from 255 or 40.93% from 386); Max value from RGB is 158 - color contains mainly: blue. Hex color #64809E is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #64809E is #9B7F61. Grayscale: #7A7A7A. Windows color (decimal): -10190690 or 10387556. OLE color: 10387556.
HSL color Cylindrical-coordinate representation of color #64809E: hue angle of 211.03º degrees, saturation: 0.23, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #64809E is Cyan = 0.37, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 100 | 128 | 158 | - |
| CMYK | 0.37 | 0.19 | 0 | 0.38 |
| HSL | 211.03º | 0.23% | 0.51% | - |
| HSV(B) | 211.03º | 0.37% | 0.62% | - |
| XYZ | 19.15 | 20.62 | 35.32 | - |
| YUV | 123.05 | 147.72 | 111.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 128 | 158 | 0.37 | 0.19 | 0 | 0.38 | 211.03 | 0.23 | 0.51 |
| Hex | 64 | 80 | 9E | 25 | 13 | 0 | 26 | D3 | 17 | 33 |
| Octal | 144 | 200 | 236 | 45 | 23 | 0 | 46 | 323 | 27 | 63 |
| Binary | 1100100 | 10000000 | 10011110 | 100101 | 10011 | 0 | 100110 | 11010011 | 10111 | 110011 |
Color Harmonies of #64809E
Complementary color
Monochromatic Colors of #64809E
Black with #64809E
Text Example
Text Example
White with #64809E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64809E; }
p { color: rgb(100,128,158); }
H1.HeaderClassName
{
color: #64809E;
}
.AnyTagClassName
{
color: #64809E;
}
</style>
background-color css
<style>
a { background-color: #64809E; }
a { background-color: rgb(100,128,158); }
div.DivClassName
{
background-color: #64809E;
}
.BgClassName
{
background-color: #64809E;
}
</style>
border-color css
<style>
span { border-color: #64809E; }
span { border-color: rgb(100,128,158); }
td.TdClassName
{
border-color: #64809E;
}
.TagClassName
{
border-color: #64809E;
}
</style>