Shades of Slate Grey #647E9B
Tints of Slate Grey #647E9B
RGB
CMYK
RGB Variations
Color information
#647E9B (or 0x647E9B) is known color: Slate Grey. HEX triplet: 64, 7E and 9B. RGB value is (100,126,155). Sum of RGB (Red+Green+Blue) = 100+126+155=381 (50% of max value = 765). Red value is 100 (39.45% from 255 or 26.25% from 381); Green value is 126 (49.61% from 255 or 33.07% from 381); Blue value is 155 (60.94% from 255 or 40.68% from 381); Max value from RGB is 155 - color contains mainly: blue. Hex color #647E9B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #647E9B is #9B8164. Grayscale: #797979. Windows color (decimal): -10191205 or 10190436. OLE color: 10190436.
HSL color Cylindrical-coordinate representation of color #647E9B: hue angle of 211.64º degrees, saturation: 0.22, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #647E9B is Cyan = 0.35, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 100 | 126 | 155 | - |
| CMYK | 0.35 | 0.19 | 0 | 0.39 |
| HSL | 211.64º | 0.22% | 0.5% | - |
| HSV(B) | 211.64º | 0.35% | 0.61% | - |
| XYZ | 18.63 | 20 | 33.89 | - |
| YUV | 121.53 | 146.89 | 112.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 126 | 155 | 0.35 | 0.19 | 0 | 0.39 | 211.64 | 0.22 | 0.5 |
| Hex | 64 | 7E | 9B | 23 | 13 | 0 | 27 | D4 | 16 | 32 |
| Octal | 144 | 176 | 233 | 43 | 23 | 0 | 47 | 324 | 26 | 62 |
| Binary | 1100100 | 1111110 | 10011011 | 100011 | 10011 | 0 | 100111 | 11010100 | 10110 | 110010 |
Color Harmonies of #647E9B
Complementary color
Monochromatic Colors of #647E9B
Black with #647E9B
Text Example
Text Example
White with #647E9B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #647E9B; }
p { color: rgb(100,126,155); }
H1.HeaderClassName
{
color: #647E9B;
}
.AnyTagClassName
{
color: #647E9B;
}
</style>
background-color css
<style>
a { background-color: #647E9B; }
a { background-color: rgb(100,126,155); }
div.DivClassName
{
background-color: #647E9B;
}
.BgClassName
{
background-color: #647E9B;
}
</style>
border-color css
<style>
span { border-color: #647E9B; }
span { border-color: rgb(100,126,155); }
td.TdClassName
{
border-color: #647E9B;
}
.TagClassName
{
border-color: #647E9B;
}
</style>