Shades of Slate Grey #647B95
Tints of Slate Grey #647B95
RGB
CMYK
RGB Variations
Color information
#647B95 (or 0x647B95) is known color: Slate Grey. HEX triplet: 64, 7B and 95. RGB value is (100,123,149). Sum of RGB (Red+Green+Blue) = 100+123+149=372 (49% of max value = 765). Red value is 100 (39.45% from 255 or 26.88% from 372); Green value is 123 (48.44% from 255 or 33.06% from 372); Blue value is 149 (58.59% from 255 or 40.05% from 372); Max value from RGB is 149 - color contains mainly: blue. Hex color #647B95 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #647B95 is #9B846A. Grayscale: #767676. Windows color (decimal): -10191979 or 9796452. OLE color: 9796452.
HSL color Cylindrical-coordinate representation of color #647B95: hue angle of 211.84º degrees, saturation: 0.2, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #647B95 is Cyan = 0.33, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 100 | 123 | 149 | - |
| CMYK | 0.33 | 0.17 | 0 | 0.42 |
| HSL | 211.84º | 0.2% | 0.49% | - |
| HSV(B) | 211.84º | 0.33% | 0.58% | - |
| XYZ | 17.76 | 19.05 | 31.17 | - |
| YUV | 119.09 | 144.88 | 114.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 123 | 149 | 0.33 | 0.17 | 0 | 0.42 | 211.84 | 0.2 | 0.49 |
| Hex | 64 | 7B | 95 | 21 | 11 | 0 | 2A | D4 | 14 | 31 |
| Octal | 144 | 173 | 225 | 41 | 21 | 0 | 52 | 324 | 24 | 61 |
| Binary | 1100100 | 1111011 | 10010101 | 100001 | 10001 | 0 | 101010 | 11010100 | 10100 | 110001 |
Color Harmonies of #647B95
Complementary color
Monochromatic Colors of #647B95
Black with #647B95
Text Example
Text Example
White with #647B95
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #647B95; }
p { color: rgb(100,123,149); }
H1.HeaderClassName
{
color: #647B95;
}
.AnyTagClassName
{
color: #647B95;
}
</style>
background-color css
<style>
a { background-color: #647B95; }
a { background-color: rgb(100,123,149); }
div.DivClassName
{
background-color: #647B95;
}
.BgClassName
{
background-color: #647B95;
}
</style>
border-color css
<style>
span { border-color: #647B95; }
span { border-color: rgb(100,123,149); }
td.TdClassName
{
border-color: #647B95;
}
.TagClassName
{
border-color: #647B95;
}
</style>