Shades of Rolling Stone #6F807B
Tints of Rolling Stone #6F807B
RGB
CMYK
RGB Variations
Color information
#6F807B (or 0x6F807B) is known color: Rolling Stone. HEX triplet: 6F, 80 and 7B. RGB value is (111,128,123). Sum of RGB (Red+Green+Blue) = 111+128+123=362 (47% of max value = 765). Red value is 111 (43.75% from 255 or 30.66% from 362); Green value is 128 (50.39% from 255 or 35.36% from 362); Blue value is 123 (48.44% from 255 or 33.98% from 362); Max value from RGB is 128 - color contains mainly: green. Hex color #6F807B is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6F807B is #907F84. Grayscale: #7A7A7A. Windows color (decimal): -9469829 or 8093807. OLE color: 8093807.
HSL color Cylindrical-coordinate representation of color #6F807B: hue angle of 162.35º degrees, saturation: 0.07, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #6F807B is Cyan = 0.13, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 111 | 128 | 123 | - |
| CMYK | 0.13 | 0 | 0.04 | 0.50 |
| HSL | 162.35º | 0.07% | 0.47% | - |
| HSV(B) | 162.35º | 0.13% | 0.5% | - |
| XYZ | 17.85 | 20.25 | 21.71 | - |
| YUV | 122.35 | 128.37 | 119.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 128 | 123 | 0.13 | 0 | 0.04 | 0.50 | 162.35 | 0.07 | 0.47 |
| Hex | 6F | 80 | 7B | D | 0 | 4 | 32 | A2 | 7 | 2F |
| Octal | 157 | 200 | 173 | 15 | 0 | 4 | 62 | 242 | 7 | 57 |
| Binary | 1101111 | 10000000 | 1111011 | 1101 | 0 | 100 | 110010 | 10100010 | 111 | 101111 |
Color Harmonies of #6F807B
Complementary color
Monochromatic Colors of #6F807B
Black with #6F807B
Text Example
Text Example
White with #6F807B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F807B; }
p { color: rgb(111,128,123); }
H1.HeaderClassName
{
color: #6F807B;
}
.AnyTagClassName
{
color: #6F807B;
}
</style>
background-color css
<style>
a { background-color: #6F807B; }
a { background-color: rgb(111,128,123); }
div.DivClassName
{
background-color: #6F807B;
}
.BgClassName
{
background-color: #6F807B;
}
</style>
border-color css
<style>
span { border-color: #6F807B; }
span { border-color: rgb(111,128,123); }
td.TdClassName
{
border-color: #6F807B;
}
.TagClassName
{
border-color: #6F807B;
}
</style>