Shades of Slate Grey #647E9A
Tints of Slate Grey #647E9A
RGB
CMYK
RGB Variations
Color information
#647E9A (or 0x647E9A) is known color: Slate Grey. HEX triplet: 64, 7E and 9A. RGB value is (100,126,154). Sum of RGB (Red+Green+Blue) = 100+126+154=380 (50% of max value = 765). Red value is 100 (39.45% from 255 or 26.32% from 380); Green value is 126 (49.61% from 255 or 33.16% from 380); Blue value is 154 (60.55% from 255 or 40.53% from 380); Max value from RGB is 154 - color contains mainly: blue. Hex color #647E9A is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #647E9A is #9B8165. Grayscale: #797979. Windows color (decimal): -10191206 or 10124900. OLE color: 10124900.
HSL color Cylindrical-coordinate representation of color #647E9A: hue angle of 211.11º degrees, saturation: 0.21, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #647E9A is Cyan = 0.35, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 100 | 126 | 154 | - |
| CMYK | 0.35 | 0.18 | 0 | 0.40 |
| HSL | 211.11º | 0.21% | 0.5% | - |
| HSV(B) | 211.11º | 0.35% | 0.6% | - |
| XYZ | 18.55 | 19.96 | 33.45 | - |
| YUV | 121.42 | 146.39 | 112.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 126 | 154 | 0.35 | 0.18 | 0 | 0.40 | 211.11 | 0.21 | 0.5 |
| Hex | 64 | 7E | 9A | 23 | 12 | 0 | 28 | D3 | 15 | 32 |
| Octal | 144 | 176 | 232 | 43 | 22 | 0 | 50 | 323 | 25 | 62 |
| Binary | 1100100 | 1111110 | 10011010 | 100011 | 10010 | 0 | 101000 | 11010011 | 10101 | 110010 |
Color Harmonies of #647E9A
Complementary color
Monochromatic Colors of #647E9A
Black with #647E9A
Text Example
Text Example
White with #647E9A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #647E9A; }
p { color: rgb(100,126,154); }
H1.HeaderClassName
{
color: #647E9A;
}
.AnyTagClassName
{
color: #647E9A;
}
</style>
background-color css
<style>
a { background-color: #647E9A; }
a { background-color: rgb(100,126,154); }
div.DivClassName
{
background-color: #647E9A;
}
.BgClassName
{
background-color: #647E9A;
}
</style>
border-color css
<style>
span { border-color: #647E9A; }
span { border-color: rgb(100,126,154); }
td.TdClassName
{
border-color: #647E9A;
}
.TagClassName
{
border-color: #647E9A;
}
</style>