Shades of Slate Grey #64819B
Tints of Slate Grey #64819B
RGB
CMYK
RGB Variations
Color information
#64819B (or 0x64819B) is known color: Slate Grey. HEX triplet: 64, 81 and 9B. RGB value is (100,129,155). Sum of RGB (Red+Green+Blue) = 100+129+155=384 (50% of max value = 765). Red value is 100 (39.45% from 255 or 26.04% from 384); Green value is 129 (50.78% from 255 or 33.59% from 384); Blue value is 155 (60.94% from 255 or 40.36% from 384); Max value from RGB is 155 - color contains mainly: blue. Hex color #64819B is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #64819B is #9B7E64. Grayscale: #7B7B7B. Windows color (decimal): -10190437 or 10191204. OLE color: 10191204.
HSL color Cylindrical-coordinate representation of color #64819B: hue angle of 208.36º 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 #64819B is Cyan = 0.35, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 100 | 129 | 155 | - |
| CMYK | 0.35 | 0.17 | 0 | 0.39 |
| HSL | 208.36º | 0.22% | 0.5% | - |
| HSV(B) | 208.36º | 0.35% | 0.61% | - |
| XYZ | 19.02 | 20.78 | 34.02 | - |
| YUV | 123.29 | 145.89 | 111.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 129 | 155 | 0.35 | 0.17 | 0 | 0.39 | 208.36 | 0.22 | 0.5 |
| Hex | 64 | 81 | 9B | 23 | 11 | 0 | 27 | D0 | 16 | 32 |
| Octal | 144 | 201 | 233 | 43 | 21 | 0 | 47 | 320 | 26 | 62 |
| Binary | 1100100 | 10000001 | 10011011 | 100011 | 10001 | 0 | 100111 | 11010000 | 10110 | 110010 |
Color Harmonies of #64819B
Complementary color
Monochromatic Colors of #64819B
Black with #64819B
Text Example
Text Example
White with #64819B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64819B; }
p { color: rgb(100,129,155); }
H1.HeaderClassName
{
color: #64819B;
}
.AnyTagClassName
{
color: #64819B;
}
</style>
background-color css
<style>
a { background-color: #64819B; }
a { background-color: rgb(100,129,155); }
div.DivClassName
{
background-color: #64819B;
}
.BgClassName
{
background-color: #64819B;
}
</style>
border-color css
<style>
span { border-color: #64819B; }
span { border-color: rgb(100,129,155); }
td.TdClassName
{
border-color: #64819B;
}
.TagClassName
{
border-color: #64819B;
}
</style>