Shades of Rolling Stone #6F7D7B
Tints of Rolling Stone #6F7D7B
RGB
CMYK
RGB Variations
Color information
#6F7D7B (or 0x6F7D7B) is known color: Rolling Stone. HEX triplet: 6F, 7D and 7B. RGB value is (111,125,123). Sum of RGB (Red+Green+Blue) = 111+125+123=359 (47% of max value = 765). Red value is 111 (43.75% from 255 or 30.92% from 359); Green value is 125 (49.22% from 255 or 34.82% from 359); Blue value is 123 (48.44% from 255 or 34.26% from 359); Max value from RGB is 125 - color contains mainly: green. Hex color #6F7D7B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6F7D7B is #908284. Grayscale: #787878. Windows color (decimal): -9470597 or 8093039. OLE color: 8093039.
HSL color Cylindrical-coordinate representation of color #6F7D7B: hue angle of 171.43º degrees, saturation: 0.06, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #6F7D7B is Cyan = 0.11, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 111 | 125 | 123 | - |
| CMYK | 0.11 | 0 | 0.02 | 0.51 |
| HSL | 171.43º | 0.06% | 0.46% | - |
| HSV(B) | 171.43º | 0.11% | 0.49% | - |
| XYZ | 17.46 | 19.48 | 21.58 | - |
| YUV | 120.59 | 129.36 | 121.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 125 | 123 | 0.11 | 0 | 0.02 | 0.51 | 171.43 | 0.06 | 0.46 |
| Hex | 6F | 7D | 7B | B | 0 | 2 | 33 | AB | 6 | 2E |
| Octal | 157 | 175 | 173 | 13 | 0 | 2 | 63 | 253 | 6 | 56 |
| Binary | 1101111 | 1111101 | 1111011 | 1011 | 0 | 10 | 110011 | 10101011 | 110 | 101110 |
Color Harmonies of #6F7D7B
Complementary color
Monochromatic Colors of #6F7D7B
Black with #6F7D7B
Text Example
Text Example
White with #6F7D7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F7D7B; }
p { color: rgb(111,125,123); }
H1.HeaderClassName
{
color: #6F7D7B;
}
.AnyTagClassName
{
color: #6F7D7B;
}
</style>
background-color css
<style>
a { background-color: #6F7D7B; }
a { background-color: rgb(111,125,123); }
div.DivClassName
{
background-color: #6F7D7B;
}
.BgClassName
{
background-color: #6F7D7B;
}
</style>
border-color css
<style>
span { border-color: #6F7D7B; }
span { border-color: rgb(111,125,123); }
td.TdClassName
{
border-color: #6F7D7B;
}
.TagClassName
{
border-color: #6F7D7B;
}
</style>