Shades of Slate Grey #647F9F
Tints of Slate Grey #647F9F
RGB
CMYK
RGB Variations
Color information
#647F9F (or 0x647F9F) is known color: Slate Grey. HEX triplet: 64, 7F and 9F. RGB value is (100,127,159). Sum of RGB (Red+Green+Blue) = 100+127+159=386 (51% of max value = 765). Red value is 100 (39.45% from 255 or 25.91% from 386); Green value is 127 (50% from 255 or 32.90% from 386); Blue value is 159 (62.5% from 255 or 41.19% from 386); Max value from RGB is 159 - color contains mainly: blue. Hex color #647F9F is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #647F9F is #9B8060. Grayscale: #7A7A7A. Windows color (decimal): -10190945 or 10452836. OLE color: 10452836.
HSL color Cylindrical-coordinate representation of color #647F9F: hue angle of 212.54º 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 #647F9F is Cyan = 0.37, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 100 | 127 | 159 | - |
| CMYK | 0.37 | 0.20 | 0 | 0.38 |
| HSL | 212.54º | 0.24% | 0.51% | - |
| HSV(B) | 212.54º | 0.37% | 0.62% | - |
| XYZ | 19.1 | 20.39 | 35.73 | - |
| YUV | 122.58 | 148.55 | 111.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 127 | 159 | 0.37 | 0.20 | 0 | 0.38 | 212.54 | 0.24 | 0.51 |
| Hex | 64 | 7F | 9F | 25 | 14 | 0 | 26 | D5 | 18 | 33 |
| Octal | 144 | 177 | 237 | 45 | 24 | 0 | 46 | 325 | 30 | 63 |
| Binary | 1100100 | 1111111 | 10011111 | 100101 | 10100 | 0 | 100110 | 11010101 | 11000 | 110011 |
Color Harmonies of #647F9F
Complementary color
Monochromatic Colors of #647F9F
Black with #647F9F
Text Example
Text Example
White with #647F9F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #647F9F; }
p { color: rgb(100,127,159); }
H1.HeaderClassName
{
color: #647F9F;
}
.AnyTagClassName
{
color: #647F9F;
}
</style>
background-color css
<style>
a { background-color: #647F9F; }
a { background-color: rgb(100,127,159); }
div.DivClassName
{
background-color: #647F9F;
}
.BgClassName
{
background-color: #647F9F;
}
</style>
border-color css
<style>
span { border-color: #647F9F; }
span { border-color: rgb(100,127,159); }
td.TdClassName
{
border-color: #647F9F;
}
.TagClassName
{
border-color: #647F9F;
}
</style>