Shades of Rolling Stone #646E6C
Tints of Rolling Stone #646E6C
RGB
CMYK
RGB Variations
Color information
#646E6C (or 0x646E6C) is known color: Rolling Stone. HEX triplet: 64, 6E and 6C. RGB value is (100,110,108). Sum of RGB (Red+Green+Blue) = 100+110+108=318 (42% of max value = 765). Red value is 100 (39.45% from 255 or 31.45% from 318); Green value is 110 (43.36% from 255 or 34.59% from 318); Blue value is 108 (42.58% from 255 or 33.96% from 318); Max value from RGB is 110 - color contains mainly: green. Hex color #646E6C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #646E6C is #9B9193. Grayscale: #6A6A6A. Windows color (decimal): -10195348 or 7106148. OLE color: 7106148.
HSL color Cylindrical-coordinate representation of color #646E6C: hue angle of 168º degrees, saturation: 0.05, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #646E6C is Cyan = 0.09, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 100 | 110 | 108 | - |
| CMYK | 0.09 | 0 | 0.02 | 0.57 |
| HSL | 168º | 0.05% | 0.41% | - |
| HSV(B) | 168º | 0.09% | 0.43% | - |
| XYZ | 13.54 | 14.94 | 16.36 | - |
| YUV | 106.78 | 128.69 | 123.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 110 | 108 | 0.09 | 0 | 0.02 | 0.57 | 168 | 0.05 | 0.41 |
| Hex | 64 | 6E | 6C | 9 | 0 | 2 | 39 | A8 | 5 | 29 |
| Octal | 144 | 156 | 154 | 11 | 0 | 2 | 71 | 250 | 5 | 51 |
| Binary | 1100100 | 1101110 | 1101100 | 1001 | 0 | 10 | 111001 | 10101000 | 101 | 101001 |
Color Harmonies of #646E6C
Complementary color
Monochromatic Colors of #646E6C
Black with #646E6C
Text Example
Text Example
White with #646E6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #646E6C; }
p { color: rgb(100,110,108); }
H1.HeaderClassName
{
color: #646E6C;
}
.AnyTagClassName
{
color: #646E6C;
}
</style>
background-color css
<style>
a { background-color: #646E6C; }
a { background-color: rgb(100,110,108); }
div.DivClassName
{
background-color: #646E6C;
}
.BgClassName
{
background-color: #646E6C;
}
</style>
border-color css
<style>
span { border-color: #646E6C; }
span { border-color: rgb(100,110,108); }
td.TdClassName
{
border-color: #646E6C;
}
.TagClassName
{
border-color: #646E6C;
}
</style>