Shades of Rolling Stone #6C7675
Tints of Rolling Stone #6C7675
RGB
CMYK
RGB Variations
Color information
#6C7675 (or 0x6C7675) is known color: Rolling Stone. HEX triplet: 6C, 76 and 75. RGB value is (108,118,117). Sum of RGB (Red+Green+Blue) = 108+118+117=343 (45% of max value = 765). Red value is 108 (42.58% from 255 or 31.49% from 343); Green value is 118 (46.48% from 255 or 34.40% from 343); Blue value is 117 (46.09% from 255 or 34.11% from 343); Max value from RGB is 118 - color contains mainly: green. Hex color #6C7675 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6C7675 is #93898A. Grayscale: #727272. Windows color (decimal): -9669003 or 7698028. OLE color: 7698028.
HSL color Cylindrical-coordinate representation of color #6C7675: hue angle of 174º degrees, saturation: 0.04, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #6C7675 is Cyan = 0.08, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 108 | 118 | 117 | - |
| CMYK | 0.08 | 0 | 0.01 | 0.54 |
| HSL | 174º | 0.04% | 0.44% | - |
| HSV(B) | 174º | 0.08% | 0.46% | - |
| XYZ | 15.87 | 17.43 | 19.36 | - |
| YUV | 114.9 | 129.19 | 123.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 118 | 117 | 0.08 | 0 | 0.01 | 0.54 | 174 | 0.04 | 0.44 |
| Hex | 6C | 76 | 75 | 8 | 0 | 1 | 36 | AE | 4 | 2C |
| Octal | 154 | 166 | 165 | 10 | 0 | 1 | 66 | 256 | 4 | 54 |
| Binary | 1101100 | 1110110 | 1110101 | 1000 | 0 | 1 | 110110 | 10101110 | 100 | 101100 |
Color Harmonies of #6C7675
Complementary color
Monochromatic Colors of #6C7675
Black with #6C7675
Text Example
Text Example
White with #6C7675
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6C7675; }
p { color: rgb(108,118,117); }
H1.HeaderClassName
{
color: #6C7675;
}
.AnyTagClassName
{
color: #6C7675;
}
</style>
background-color css
<style>
a { background-color: #6C7675; }
a { background-color: rgb(108,118,117); }
div.DivClassName
{
background-color: #6C7675;
}
.BgClassName
{
background-color: #6C7675;
}
</style>
border-color css
<style>
span { border-color: #6C7675; }
span { border-color: rgb(108,118,117); }
td.TdClassName
{
border-color: #6C7675;
}
.TagClassName
{
border-color: #6C7675;
}
</style>