Shades of Slate Grey #647C9B
Tints of Slate Grey #647C9B
RGB
CMYK
RGB Variations
Color information
#647C9B (or 0x647C9B) is known color: Slate Grey. HEX triplet: 64, 7C and 9B. RGB value is (100,124,155). Sum of RGB (Red+Green+Blue) = 100+124+155=379 (50% of max value = 765). Red value is 100 (39.45% from 255 or 26.39% from 379); Green value is 124 (48.83% from 255 or 32.72% from 379); Blue value is 155 (60.94% from 255 or 40.90% from 379); Max value from RGB is 155 - color contains mainly: blue. Hex color #647C9B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #647C9B is #9B8364. Grayscale: #787878. Windows color (decimal): -10191717 or 10189924. OLE color: 10189924.
HSL color Cylindrical-coordinate representation of color #647C9B: hue angle of 213.82º 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 #647C9B is Cyan = 0.35, Magento = 0.2, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 100 | 124 | 155 | - |
| CMYK | 0.35 | 0.2 | 0 | 0.39 |
| HSL | 213.82º | 0.22% | 0.5% | - |
| HSV(B) | 213.82º | 0.35% | 0.61% | - |
| XYZ | 18.38 | 19.49 | 33.8 | - |
| YUV | 120.36 | 147.55 | 113.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 124 | 155 | 0.35 | 0.2 | 0 | 0.39 | 213.82 | 0.22 | 0.5 |
| Hex | 64 | 7C | 9B | 23 | 14 | 0 | 27 | D6 | 16 | 32 |
| Octal | 144 | 174 | 233 | 43 | 24 | 0 | 47 | 326 | 26 | 62 |
| Binary | 1100100 | 1111100 | 10011011 | 100011 | 10100 | 0 | 100111 | 11010110 | 10110 | 110010 |
Color Harmonies of #647C9B
Complementary color
Monochromatic Colors of #647C9B
Black with #647C9B
Text Example
Text Example
White with #647C9B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #647C9B; }
p { color: rgb(100,124,155); }
H1.HeaderClassName
{
color: #647C9B;
}
.AnyTagClassName
{
color: #647C9B;
}
</style>
background-color css
<style>
a { background-color: #647C9B; }
a { background-color: rgb(100,124,155); }
div.DivClassName
{
background-color: #647C9B;
}
.BgClassName
{
background-color: #647C9B;
}
</style>
border-color css
<style>
span { border-color: #647C9B; }
span { border-color: rgb(100,124,155); }
td.TdClassName
{
border-color: #647C9B;
}
.TagClassName
{
border-color: #647C9B;
}
</style>