Shades of Slate Grey #647E97
Tints of Slate Grey #647E97
RGB
CMYK
RGB Variations
Color information
#647E97 (or 0x647E97) is known color: Slate Grey. HEX triplet: 64, 7E and 97. RGB value is (100,126,151). Sum of RGB (Red+Green+Blue) = 100+126+151=377 (49% of max value = 765). Red value is 100 (39.45% from 255 or 26.53% from 377); Green value is 126 (49.61% from 255 or 33.42% from 377); Blue value is 151 (59.38% from 255 or 40.05% from 377); Max value from RGB is 151 - color contains mainly: blue. Hex color #647E97 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #647E97 is #9B8168. Grayscale: #787878. Windows color (decimal): -10191209 or 9928292. OLE color: 9928292.
HSL color Cylindrical-coordinate representation of color #647E97: hue angle of 209.41º degrees, saturation: 0.2, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #647E97 is Cyan = 0.34, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 100 | 126 | 151 | - |
| CMYK | 0.34 | 0.17 | 0 | 0.41 |
| HSL | 209.41º | 0.2% | 0.49% | - |
| HSV(B) | 209.41º | 0.34% | 0.59% | - |
| XYZ | 18.3 | 19.87 | 32.15 | - |
| YUV | 121.08 | 144.89 | 112.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 126 | 151 | 0.34 | 0.17 | 0 | 0.41 | 209.41 | 0.2 | 0.49 |
| Hex | 64 | 7E | 97 | 22 | 11 | 0 | 29 | D1 | 14 | 31 |
| Octal | 144 | 176 | 227 | 42 | 21 | 0 | 51 | 321 | 24 | 61 |
| Binary | 1100100 | 1111110 | 10010111 | 100010 | 10001 | 0 | 101001 | 11010001 | 10100 | 110001 |
Color Harmonies of #647E97
Complementary color
Monochromatic Colors of #647E97
Black with #647E97
Text Example
Text Example
White with #647E97
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #647E97; }
p { color: rgb(100,126,151); }
H1.HeaderClassName
{
color: #647E97;
}
.AnyTagClassName
{
color: #647E97;
}
</style>
background-color css
<style>
a { background-color: #647E97; }
a { background-color: rgb(100,126,151); }
div.DivClassName
{
background-color: #647E97;
}
.BgClassName
{
background-color: #647E97;
}
</style>
border-color css
<style>
span { border-color: #647E97; }
span { border-color: rgb(100,126,151); }
td.TdClassName
{
border-color: #647E97;
}
.TagClassName
{
border-color: #647E97;
}
</style>