Shades of Slate Grey #647D98
Tints of Slate Grey #647D98
RGB
CMYK
RGB Variations
Color information
#647D98 (or 0x647D98) is known color: Slate Grey. HEX triplet: 64, 7D and 98. RGB value is (100,125,152). Sum of RGB (Red+Green+Blue) = 100+125+152=377 (49% of max value = 765). Red value is 100 (39.45% from 255 or 26.53% from 377); Green value is 125 (49.22% from 255 or 33.16% from 377); Blue value is 152 (59.77% from 255 or 40.32% from 377); Max value from RGB is 152 - color contains mainly: blue. Hex color #647D98 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #647D98 is #9B8267. Grayscale: #787878. Windows color (decimal): -10191464 or 9993572. OLE color: 9993572.
HSL color Cylindrical-coordinate representation of color #647D98: hue angle of 211.15º degrees, saturation: 0.21, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #647D98 is Cyan = 0.34, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 100 | 125 | 152 | - |
| CMYK | 0.34 | 0.18 | 0 | 0.40 |
| HSL | 211.15º | 0.21% | 0.49% | - |
| HSV(B) | 211.15º | 0.34% | 0.6% | - |
| XYZ | 18.26 | 19.64 | 32.54 | - |
| YUV | 120.6 | 145.72 | 113.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 125 | 152 | 0.34 | 0.18 | 0 | 0.40 | 211.15 | 0.21 | 0.49 |
| Hex | 64 | 7D | 98 | 22 | 12 | 0 | 28 | D3 | 15 | 31 |
| Octal | 144 | 175 | 230 | 42 | 22 | 0 | 50 | 323 | 25 | 61 |
| Binary | 1100100 | 1111101 | 10011000 | 100010 | 10010 | 0 | 101000 | 11010011 | 10101 | 110001 |
Color Harmonies of #647D98
Complementary color
Monochromatic Colors of #647D98
Black with #647D98
Text Example
Text Example
White with #647D98
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #647D98; }
p { color: rgb(100,125,152); }
H1.HeaderClassName
{
color: #647D98;
}
.AnyTagClassName
{
color: #647D98;
}
</style>
background-color css
<style>
a { background-color: #647D98; }
a { background-color: rgb(100,125,152); }
div.DivClassName
{
background-color: #647D98;
}
.BgClassName
{
background-color: #647D98;
}
</style>
border-color css
<style>
span { border-color: #647D98; }
span { border-color: rgb(100,125,152); }
td.TdClassName
{
border-color: #647D98;
}
.TagClassName
{
border-color: #647D98;
}
</style>