Shades of Slate Grey #647F98
Tints of Slate Grey #647F98
RGB
CMYK
RGB Variations
Color information
#647F98 (or 0x647F98) is known color: Slate Grey. HEX triplet: 64, 7F and 98. RGB value is (100,127,152). Sum of RGB (Red+Green+Blue) = 100+127+152=379 (50% of max value = 765). Red value is 100 (39.45% from 255 or 26.39% from 379); Green value is 127 (50% from 255 or 33.51% from 379); Blue value is 152 (59.77% from 255 or 40.11% from 379); Max value from RGB is 152 - color contains mainly: blue. Hex color #647F98 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #647F98 is #9B8067. Grayscale: #797979. Windows color (decimal): -10190952 or 9994084. OLE color: 9994084.
HSL color Cylindrical-coordinate representation of color #647F98: hue angle of 208.85º 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 #647F98 is Cyan = 0.34, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 100 | 127 | 152 | - |
| CMYK | 0.34 | 0.16 | 0 | 0.40 |
| HSL | 208.85º | 0.21% | 0.49% | - |
| HSV(B) | 208.85º | 0.34% | 0.6% | - |
| XYZ | 18.51 | 20.16 | 32.62 | - |
| YUV | 121.78 | 145.05 | 112.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 127 | 152 | 0.34 | 0.16 | 0 | 0.40 | 208.85 | 0.21 | 0.49 |
| Hex | 64 | 7F | 98 | 22 | 10 | 0 | 28 | D1 | 15 | 31 |
| Octal | 144 | 177 | 230 | 42 | 20 | 0 | 50 | 321 | 25 | 61 |
| Binary | 1100100 | 1111111 | 10011000 | 100010 | 10000 | 0 | 101000 | 11010001 | 10101 | 110001 |
Color Harmonies of #647F98
Complementary color
Monochromatic Colors of #647F98
Black with #647F98
Text Example
Text Example
White with #647F98
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #647F98; }
p { color: rgb(100,127,152); }
H1.HeaderClassName
{
color: #647F98;
}
.AnyTagClassName
{
color: #647F98;
}
</style>
background-color css
<style>
a { background-color: #647F98; }
a { background-color: rgb(100,127,152); }
div.DivClassName
{
background-color: #647F98;
}
.BgClassName
{
background-color: #647F98;
}
</style>
border-color css
<style>
span { border-color: #647F98; }
span { border-color: rgb(100,127,152); }
td.TdClassName
{
border-color: #647F98;
}
.TagClassName
{
border-color: #647F98;
}
</style>