Shades of Slate Grey #647C94
Tints of Slate Grey #647C94
RGB
CMYK
RGB Variations
Color information
#647C94 (or 0x647C94) is known color: Slate Grey. HEX triplet: 64, 7C and 94. RGB value is (100,124,148). Sum of RGB (Red+Green+Blue) = 100+124+148=372 (49% of max value = 765). Red value is 100 (39.45% from 255 or 26.88% from 372); Green value is 124 (48.83% from 255 or 33.33% from 372); Blue value is 148 (58.20% from 255 or 39.78% from 372); Max value from RGB is 148 - color contains mainly: blue. Hex color #647C94 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #647C94 is #9B836B. Grayscale: #777777. Windows color (decimal): -10191724 or 9731172. OLE color: 9731172.
HSL color Cylindrical-coordinate representation of color #647C94: hue angle of 210º degrees, saturation: 0.19, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #647C94 is Cyan = 0.32, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 100 | 124 | 148 | - |
| CMYK | 0.32 | 0.16 | 0 | 0.42 |
| HSL | 210º | 0.19% | 0.49% | - |
| HSV(B) | 210º | 0.32% | 0.58% | - |
| XYZ | 17.81 | 19.26 | 30.8 | - |
| YUV | 119.56 | 144.05 | 114.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 124 | 148 | 0.32 | 0.16 | 0 | 0.42 | 210 | 0.19 | 0.49 |
| Hex | 64 | 7C | 94 | 20 | 10 | 0 | 2A | D2 | 13 | 31 |
| Octal | 144 | 174 | 224 | 40 | 20 | 0 | 52 | 322 | 23 | 61 |
| Binary | 1100100 | 1111100 | 10010100 | 100000 | 10000 | 0 | 101010 | 11010010 | 10011 | 110001 |
Color Harmonies of #647C94
Complementary color
Monochromatic Colors of #647C94
Black with #647C94
Text Example
Text Example
White with #647C94
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #647C94; }
p { color: rgb(100,124,148); }
H1.HeaderClassName
{
color: #647C94;
}
.AnyTagClassName
{
color: #647C94;
}
</style>
background-color css
<style>
a { background-color: #647C94; }
a { background-color: rgb(100,124,148); }
div.DivClassName
{
background-color: #647C94;
}
.BgClassName
{
background-color: #647C94;
}
</style>
border-color css
<style>
span { border-color: #647C94; }
span { border-color: rgb(100,124,148); }
td.TdClassName
{
border-color: #647C94;
}
.TagClassName
{
border-color: #647C94;
}
</style>