Shades of Slate Grey #647E9F
Tints of Slate Grey #647E9F
RGB
CMYK
RGB Variations
Color information
#647E9F (or 0x647E9F) is known color: Slate Grey. HEX triplet: 64, 7E and 9F. RGB value is (100,126,159). Sum of RGB (Red+Green+Blue) = 100+126+159=385 (50% of max value = 765). Red value is 100 (39.45% from 255 or 25.97% from 385); Green value is 126 (49.61% from 255 or 32.73% from 385); Blue value is 159 (62.5% from 255 or 41.30% from 385); Max value from RGB is 159 - color contains mainly: blue. Hex color #647E9F is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #647E9F is #9B8160. Grayscale: #797979. Windows color (decimal): -10191201 or 10452580. OLE color: 10452580.
HSL color Cylindrical-coordinate representation of color #647E9F: hue angle of 213.56º degrees, saturation: 0.24, 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 #647E9F is Cyan = 0.37, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 100 | 126 | 159 | - |
| CMYK | 0.37 | 0.21 | 0 | 0.38 |
| HSL | 213.56º | 0.24% | 0.51% | - |
| HSV(B) | 213.56º | 0.37% | 0.62% | - |
| XYZ | 18.97 | 20.13 | 35.69 | - |
| YUV | 121.99 | 148.89 | 112.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 126 | 159 | 0.37 | 0.21 | 0 | 0.38 | 213.56 | 0.24 | 0.51 |
| Hex | 64 | 7E | 9F | 25 | 15 | 0 | 26 | D6 | 18 | 33 |
| Octal | 144 | 176 | 237 | 45 | 25 | 0 | 46 | 326 | 30 | 63 |
| Binary | 1100100 | 1111110 | 10011111 | 100101 | 10101 | 0 | 100110 | 11010110 | 11000 | 110011 |
Color Harmonies of #647E9F
Complementary color
Monochromatic Colors of #647E9F
Black with #647E9F
Text Example
Text Example
White with #647E9F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #647E9F; }
p { color: rgb(100,126,159); }
H1.HeaderClassName
{
color: #647E9F;
}
.AnyTagClassName
{
color: #647E9F;
}
</style>
background-color css
<style>
a { background-color: #647E9F; }
a { background-color: rgb(100,126,159); }
div.DivClassName
{
background-color: #647E9F;
}
.BgClassName
{
background-color: #647E9F;
}
</style>
border-color css
<style>
span { border-color: #647E9F; }
span { border-color: rgb(100,126,159); }
td.TdClassName
{
border-color: #647E9F;
}
.TagClassName
{
border-color: #647E9F;
}
</style>