Shades of Slate Grey #64819C
Tints of Slate Grey #64819C
RGB
CMYK
RGB Variations
Color information
#64819C (or 0x64819C) is known color: Slate Grey. HEX triplet: 64, 81 and 9C. RGB value is (100,129,156). Sum of RGB (Red+Green+Blue) = 100+129+156=385 (50% of max value = 765). Red value is 100 (39.45% from 255 or 25.97% from 385); Green value is 129 (50.78% from 255 or 33.51% from 385); Blue value is 156 (61.33% from 255 or 40.52% from 385); Max value from RGB is 156 - color contains mainly: blue. Hex color #64819C is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #64819C is #9B7E63. Grayscale: #7B7B7B. Windows color (decimal): -10190436 or 10256740. OLE color: 10256740.
HSL color Cylindrical-coordinate representation of color #64819C: hue angle of 208.93º 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 #64819C is Cyan = 0.36, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 100 | 129 | 156 | - |
| CMYK | 0.36 | 0.17 | 0 | 0.39 |
| HSL | 208.93º | 0.22% | 0.5% | - |
| HSV(B) | 208.93º | 0.36% | 0.61% | - |
| XYZ | 19.11 | 20.81 | 34.46 | - |
| YUV | 123.41 | 146.39 | 111.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 129 | 156 | 0.36 | 0.17 | 0 | 0.39 | 208.93 | 0.22 | 0.5 |
| Hex | 64 | 81 | 9C | 24 | 11 | 0 | 27 | D1 | 16 | 32 |
| Octal | 144 | 201 | 234 | 44 | 21 | 0 | 47 | 321 | 26 | 62 |
| Binary | 1100100 | 10000001 | 10011100 | 100100 | 10001 | 0 | 100111 | 11010001 | 10110 | 110010 |
Color Harmonies of #64819C
Complementary color
Monochromatic Colors of #64819C
Black with #64819C
Text Example
Text Example
White with #64819C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64819C; }
p { color: rgb(100,129,156); }
H1.HeaderClassName
{
color: #64819C;
}
.AnyTagClassName
{
color: #64819C;
}
</style>
background-color css
<style>
a { background-color: #64819C; }
a { background-color: rgb(100,129,156); }
div.DivClassName
{
background-color: #64819C;
}
.BgClassName
{
background-color: #64819C;
}
</style>
border-color css
<style>
span { border-color: #64819C; }
span { border-color: rgb(100,129,156); }
td.TdClassName
{
border-color: #64819C;
}
.TagClassName
{
border-color: #64819C;
}
</style>