Shades of Rolling Stone #6B827E
Tints of Rolling Stone #6B827E
RGB
CMYK
RGB Variations
Color information
#6B827E (or 0x6B827E) is known color: Rolling Stone. HEX triplet: 6B, 82 and 7E. RGB value is (107,130,126). Sum of RGB (Red+Green+Blue) = 107+130+126=363 (48% of max value = 765). Red value is 107 (42.19% from 255 or 29.48% from 363); Green value is 130 (51.17% from 255 or 35.81% from 363); Blue value is 126 (49.61% from 255 or 34.71% from 363); Max value from RGB is 130 - color contains mainly: green. Hex color #6B827E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6B827E is #947D81. Grayscale: #7A7A7A. Windows color (decimal): -9731458 or 8290923. OLE color: 8290923.
HSL color Cylindrical-coordinate representation of color #6B827E: hue angle of 169.57º degrees, saturation: 0.1, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #6B827E is Cyan = 0.18, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 107 | 130 | 126 | - |
| CMYK | 0.18 | 0 | 0.03 | 0.49 |
| HSL | 169.57º | 0.1% | 0.46% | - |
| HSV(B) | 169.57º | 0.18% | 0.51% | - |
| XYZ | 17.81 | 20.6 | 22.78 | - |
| YUV | 122.67 | 129.88 | 116.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 130 | 126 | 0.18 | 0 | 0.03 | 0.49 | 169.57 | 0.1 | 0.46 |
| Hex | 6B | 82 | 7E | 12 | 0 | 3 | 31 | AA | A | 2E |
| Octal | 153 | 202 | 176 | 22 | 0 | 3 | 61 | 252 | 12 | 56 |
| Binary | 1101011 | 10000010 | 1111110 | 10010 | 0 | 11 | 110001 | 10101010 | 1010 | 101110 |
Color Harmonies of #6B827E
Complementary color
Monochromatic Colors of #6B827E
Black with #6B827E
Text Example
Text Example
White with #6B827E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B827E; }
p { color: rgb(107,130,126); }
H1.HeaderClassName
{
color: #6B827E;
}
.AnyTagClassName
{
color: #6B827E;
}
</style>
background-color css
<style>
a { background-color: #6B827E; }
a { background-color: rgb(107,130,126); }
div.DivClassName
{
background-color: #6B827E;
}
.BgClassName
{
background-color: #6B827E;
}
</style>
border-color css
<style>
span { border-color: #6B827E; }
span { border-color: rgb(107,130,126); }
td.TdClassName
{
border-color: #6B827E;
}
.TagClassName
{
border-color: #6B827E;
}
</style>