Shades of Rolling Stone #646C6A
Tints of Rolling Stone #646C6A
RGB
CMYK
RGB Variations
Color information
#646C6A (or 0x646C6A) is known color: Rolling Stone. HEX triplet: 64, 6C and 6A. RGB value is (100,108,106). Sum of RGB (Red+Green+Blue) = 100+108+106=314 (41% of max value = 765). Red value is 100 (39.45% from 255 or 31.85% from 314); Green value is 108 (42.58% from 255 or 34.39% from 314); Blue value is 106 (41.80% from 255 or 33.76% from 314); Max value from RGB is 108 - color contains mainly: green. Hex color #646C6A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #646C6A is #9B9395. Grayscale: #696969. Windows color (decimal): -10195862 or 6974564. OLE color: 6974564.
HSL color Cylindrical-coordinate representation of color #646C6A: hue angle of 165º degrees, saturation: 0.04, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #646C6A is Cyan = 0.07, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 100 | 108 | 106 | - |
| CMYK | 0.07 | 0 | 0.02 | 0.58 |
| HSL | 165º | 0.04% | 0.41% | - |
| HSV(B) | 165º | 0.07% | 0.42% | - |
| XYZ | 13.22 | 14.48 | 15.73 | - |
| YUV | 105.38 | 128.35 | 124.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 108 | 106 | 0.07 | 0 | 0.02 | 0.58 | 165 | 0.04 | 0.41 |
| Hex | 64 | 6C | 6A | 7 | 0 | 2 | 3A | A5 | 4 | 29 |
| Octal | 144 | 154 | 152 | 7 | 0 | 2 | 72 | 245 | 4 | 51 |
| Binary | 1100100 | 1101100 | 1101010 | 111 | 0 | 10 | 111010 | 10100101 | 100 | 101001 |
Color Harmonies of #646C6A
Complementary color
Monochromatic Colors of #646C6A
Black with #646C6A
Text Example
Text Example
White with #646C6A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #646C6A; }
p { color: rgb(100,108,106); }
H1.HeaderClassName
{
color: #646C6A;
}
.AnyTagClassName
{
color: #646C6A;
}
</style>
background-color css
<style>
a { background-color: #646C6A; }
a { background-color: rgb(100,108,106); }
div.DivClassName
{
background-color: #646C6A;
}
.BgClassName
{
background-color: #646C6A;
}
</style>
border-color css
<style>
span { border-color: #646C6A; }
span { border-color: rgb(100,108,106); }
td.TdClassName
{
border-color: #646C6A;
}
.TagClassName
{
border-color: #646C6A;
}
</style>