Shades of Slate Grey #647E95
Tints of Slate Grey #647E95
RGB
CMYK
RGB Variations
Color information
#647E95 (or 0x647E95) is known color: Slate Grey. HEX triplet: 64, 7E and 95. RGB value is (100,126,149). Sum of RGB (Red+Green+Blue) = 100+126+149=375 (49% of max value = 765). Red value is 100 (39.45% from 255 or 26.67% from 375); Green value is 126 (49.61% from 255 or 33.6% from 375); Blue value is 149 (58.59% from 255 or 39.73% from 375); Max value from RGB is 149 - color contains mainly: blue. Hex color #647E95 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #647E95 is #9B816A. Grayscale: #787878. Windows color (decimal): -10191211 or 9797220. OLE color: 9797220.
HSL color Cylindrical-coordinate representation of color #647E95: hue angle of 208.16º degrees, saturation: 0.2, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #647E95 is Cyan = 0.33, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 100 | 126 | 149 | - |
| CMYK | 0.33 | 0.15 | 0 | 0.42 |
| HSL | 208.16º | 0.2% | 0.49% | - |
| HSV(B) | 208.16º | 0.33% | 0.58% | - |
| XYZ | 18.14 | 19.8 | 31.3 | - |
| YUV | 120.85 | 143.89 | 113.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 126 | 149 | 0.33 | 0.15 | 0 | 0.42 | 208.16 | 0.2 | 0.49 |
| Hex | 64 | 7E | 95 | 21 | F | 0 | 2A | D0 | 14 | 31 |
| Octal | 144 | 176 | 225 | 41 | 17 | 0 | 52 | 320 | 24 | 61 |
| Binary | 1100100 | 1111110 | 10010101 | 100001 | 1111 | 0 | 101010 | 11010000 | 10100 | 110001 |
Color Harmonies of #647E95
Complementary color
Monochromatic Colors of #647E95
Black with #647E95
Text Example
Text Example
White with #647E95
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #647E95; }
p { color: rgb(100,126,149); }
H1.HeaderClassName
{
color: #647E95;
}
.AnyTagClassName
{
color: #647E95;
}
</style>
background-color css
<style>
a { background-color: #647E95; }
a { background-color: rgb(100,126,149); }
div.DivClassName
{
background-color: #647E95;
}
.BgClassName
{
background-color: #647E95;
}
</style>
border-color css
<style>
span { border-color: #647E95; }
span { border-color: rgb(100,126,149); }
td.TdClassName
{
border-color: #647E95;
}
.TagClassName
{
border-color: #647E95;
}
</style>