Shades of Slate Grey #647C93
Tints of Slate Grey #647C93
RGB
CMYK
RGB Variations
Color information
#647C93 (or 0x647C93) is known color: Slate Grey. HEX triplet: 64, 7C and 93. RGB value is (100,124,147). Sum of RGB (Red+Green+Blue) = 100+124+147=371 (49% of max value = 765). Red value is 100 (39.45% from 255 or 26.95% from 371); Green value is 124 (48.83% from 255 or 33.42% from 371); Blue value is 147 (57.81% from 255 or 39.62% from 371); Max value from RGB is 147 - color contains mainly: blue. Hex color #647C93 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #647C93 is #9B836C. Grayscale: #777777. Windows color (decimal): -10191725 or 9665636. OLE color: 9665636.
HSL color Cylindrical-coordinate representation of color #647C93: hue angle of 209.36º degrees, saturation: 0.19, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #647C93 is Cyan = 0.32, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 100 | 124 | 147 | - |
| CMYK | 0.32 | 0.16 | 0 | 0.42 |
| HSL | 209.36º | 0.19% | 0.48% | - |
| HSV(B) | 209.36º | 0.32% | 0.58% | - |
| XYZ | 17.73 | 19.23 | 30.38 | - |
| YUV | 119.45 | 143.55 | 114.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 124 | 147 | 0.32 | 0.16 | 0 | 0.42 | 209.36 | 0.19 | 0.48 |
| Hex | 64 | 7C | 93 | 20 | 10 | 0 | 2A | D1 | 13 | 30 |
| Octal | 144 | 174 | 223 | 40 | 20 | 0 | 52 | 321 | 23 | 60 |
| Binary | 1100100 | 1111100 | 10010011 | 100000 | 10000 | 0 | 101010 | 11010001 | 10011 | 110000 |
Color Harmonies of #647C93
Complementary color
Monochromatic Colors of #647C93
Black with #647C93
Text Example
Text Example
White with #647C93
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #647C93; }
p { color: rgb(100,124,147); }
H1.HeaderClassName
{
color: #647C93;
}
.AnyTagClassName
{
color: #647C93;
}
</style>
background-color css
<style>
a { background-color: #647C93; }
a { background-color: rgb(100,124,147); }
div.DivClassName
{
background-color: #647C93;
}
.BgClassName
{
background-color: #647C93;
}
</style>
border-color css
<style>
span { border-color: #647C93; }
span { border-color: rgb(100,124,147); }
td.TdClassName
{
border-color: #647C93;
}
.TagClassName
{
border-color: #647C93;
}
</style>