Shades of Rolling Stone #6B847E
Tints of Rolling Stone #6B847E
RGB
CMYK
RGB Variations
Color information
#6B847E (or 0x6B847E) is known color: Rolling Stone. HEX triplet: 6B, 84 and 7E. RGB value is (107,132,126). Sum of RGB (Red+Green+Blue) = 107+132+126=365 (48% of max value = 765). Red value is 107 (42.19% from 255 or 29.32% from 365); Green value is 132 (51.95% from 255 or 36.16% from 365); Blue value is 126 (49.61% from 255 or 34.52% from 365); Max value from RGB is 132 - color contains mainly: green. Hex color #6B847E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6B847E is #947B81. Grayscale: #7B7B7B. Windows color (decimal): -9730946 or 8291435. OLE color: 8291435.
HSL color Cylindrical-coordinate representation of color #6B847E: hue angle of 165.6º degrees, saturation: 0.1, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #6B847E is Cyan = 0.19, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 107 | 132 | 126 | - |
| CMYK | 0.19 | 0 | 0.05 | 0.48 |
| HSL | 165.6º | 0.1% | 0.47% | - |
| HSV(B) | 165.6º | 0.19% | 0.52% | - |
| XYZ | 18.08 | 21.13 | 22.87 | - |
| YUV | 123.84 | 129.22 | 115.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 132 | 126 | 0.19 | 0 | 0.05 | 0.48 | 165.6 | 0.1 | 0.47 |
| Hex | 6B | 84 | 7E | 13 | 0 | 5 | 30 | A6 | A | 2F |
| Octal | 153 | 204 | 176 | 23 | 0 | 5 | 60 | 246 | 12 | 57 |
| Binary | 1101011 | 10000100 | 1111110 | 10011 | 0 | 101 | 110000 | 10100110 | 1010 | 101111 |
Color Harmonies of #6B847E
Complementary color
Monochromatic Colors of #6B847E
Black with #6B847E
Text Example
Text Example
White with #6B847E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B847E; }
p { color: rgb(107,132,126); }
H1.HeaderClassName
{
color: #6B847E;
}
.AnyTagClassName
{
color: #6B847E;
}
</style>
background-color css
<style>
a { background-color: #6B847E; }
a { background-color: rgb(107,132,126); }
div.DivClassName
{
background-color: #6B847E;
}
.BgClassName
{
background-color: #6B847E;
}
</style>
border-color css
<style>
span { border-color: #6B847E; }
span { border-color: rgb(107,132,126); }
td.TdClassName
{
border-color: #6B847E;
}
.TagClassName
{
border-color: #6B847E;
}
</style>