Shades of Slate Grey #647DA1
Tints of Slate Grey #647DA1
RGB
CMYK
RGB Variations
Color information
#647DA1 (or 0x647DA1) is known color: Slate Grey. HEX triplet: 64, 7D and A1. RGB value is (100,125,161). Sum of RGB (Red+Green+Blue) = 100+125+161=386 (51% of max value = 765). Red value is 100 (39.45% from 255 or 25.91% from 386); Green value is 125 (49.22% from 255 or 32.38% from 386); Blue value is 161 (63.28% from 255 or 41.71% from 386); Max value from RGB is 161 - color contains mainly: blue. Hex color #647DA1 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #647DA1 is #9B825E. Grayscale: #797979. Windows color (decimal): -10191455 or 10583396. OLE color: 10583396.
HSL color Cylindrical-coordinate representation of color #647DA1: hue angle of 215.41º degrees, saturation: 0.24, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #647DA1 is Cyan = 0.38, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 100 | 125 | 161 | - |
| CMYK | 0.38 | 0.22 | 0 | 0.37 |
| HSL | 215.41º | 0.24% | 0.51% | - |
| HSV(B) | 215.41º | 0.38% | 0.63% | - |
| XYZ | 19.02 | 19.95 | 36.57 | - |
| YUV | 121.63 | 150.22 | 112.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 125 | 161 | 0.38 | 0.22 | 0 | 0.37 | 215.41 | 0.24 | 0.51 |
| Hex | 64 | 7D | A1 | 26 | 16 | 0 | 25 | D7 | 18 | 33 |
| Octal | 144 | 175 | 241 | 46 | 26 | 0 | 45 | 327 | 30 | 63 |
| Binary | 1100100 | 1111101 | 10100001 | 100110 | 10110 | 0 | 100101 | 11010111 | 11000 | 110011 |
Color Harmonies of #647DA1
Complementary color
Monochromatic Colors of #647DA1
Black with #647DA1
Text Example
Text Example
White with #647DA1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #647DA1; }
p { color: rgb(100,125,161); }
H1.HeaderClassName
{
color: #647DA1;
}
.AnyTagClassName
{
color: #647DA1;
}
</style>
background-color css
<style>
a { background-color: #647DA1; }
a { background-color: rgb(100,125,161); }
div.DivClassName
{
background-color: #647DA1;
}
.BgClassName
{
background-color: #647DA1;
}
</style>
border-color css
<style>
span { border-color: #647DA1; }
span { border-color: rgb(100,125,161); }
td.TdClassName
{
border-color: #647DA1;
}
.TagClassName
{
border-color: #647DA1;
}
</style>