Shades of Slate Grey #647B9B
Tints of Slate Grey #647B9B
RGB
CMYK
RGB Variations
Color information
#647B9B (or 0x647B9B) is known color: Slate Grey. HEX triplet: 64, 7B and 9B. RGB value is (100,123,155). Sum of RGB (Red+Green+Blue) = 100+123+155=378 (50% of max value = 765). Red value is 100 (39.45% from 255 or 26.46% from 378); Green value is 123 (48.44% from 255 or 32.54% from 378); Blue value is 155 (60.94% from 255 or 41.01% from 378); Max value from RGB is 155 - color contains mainly: blue. Hex color #647B9B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #647B9B is #9B8464. Grayscale: #777777. Windows color (decimal): -10191973 or 10189668. OLE color: 10189668.
HSL color Cylindrical-coordinate representation of color #647B9B: hue angle of 214.91º degrees, saturation: 0.22, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #647B9B is Cyan = 0.35, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 100 | 123 | 155 | - |
| CMYK | 0.35 | 0.21 | 0 | 0.39 |
| HSL | 214.91º | 0.22% | 0.5% | - |
| HSV(B) | 214.91º | 0.35% | 0.61% | - |
| XYZ | 18.25 | 19.24 | 33.76 | - |
| YUV | 119.77 | 147.88 | 113.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 123 | 155 | 0.35 | 0.21 | 0 | 0.39 | 214.91 | 0.22 | 0.5 |
| Hex | 64 | 7B | 9B | 23 | 15 | 0 | 27 | D7 | 16 | 32 |
| Octal | 144 | 173 | 233 | 43 | 25 | 0 | 47 | 327 | 26 | 62 |
| Binary | 1100100 | 1111011 | 10011011 | 100011 | 10101 | 0 | 100111 | 11010111 | 10110 | 110010 |
Color Harmonies of #647B9B
Complementary color
Monochromatic Colors of #647B9B
Black with #647B9B
Text Example
Text Example
White with #647B9B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #647B9B; }
p { color: rgb(100,123,155); }
H1.HeaderClassName
{
color: #647B9B;
}
.AnyTagClassName
{
color: #647B9B;
}
</style>
background-color css
<style>
a { background-color: #647B9B; }
a { background-color: rgb(100,123,155); }
div.DivClassName
{
background-color: #647B9B;
}
.BgClassName
{
background-color: #647B9B;
}
</style>
border-color css
<style>
span { border-color: #647B9B; }
span { border-color: rgb(100,123,155); }
td.TdClassName
{
border-color: #647B9B;
}
.TagClassName
{
border-color: #647B9B;
}
</style>