Shades of Rolling Stone #6E7D7B
Tints of Rolling Stone #6E7D7B
RGB
CMYK
RGB Variations
Color information
#6E7D7B (or 0x6E7D7B) is known color: Rolling Stone. HEX triplet: 6E, 7D and 7B. RGB value is (110,125,123). Sum of RGB (Red+Green+Blue) = 110+125+123=358 (47% of max value = 765). Red value is 110 (43.36% from 255 or 30.73% from 358); Green value is 125 (49.22% from 255 or 34.92% from 358); Blue value is 123 (48.44% from 255 or 34.36% from 358); Max value from RGB is 125 - color contains mainly: green. Hex color #6E7D7B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6E7D7B is #918284. Grayscale: #787878. Windows color (decimal): -9536133 or 8093038. OLE color: 8093038.
HSL color Cylindrical-coordinate representation of color #6E7D7B: hue angle of 172º degrees, saturation: 0.06, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #6E7D7B is Cyan = 0.12, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 110 | 125 | 123 | - |
| CMYK | 0.12 | 0 | 0.02 | 0.51 |
| HSL | 172º | 0.06% | 0.46% | - |
| HSV(B) | 172º | 0.12% | 0.49% | - |
| XYZ | 17.34 | 19.41 | 21.57 | - |
| YUV | 120.29 | 129.53 | 120.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 125 | 123 | 0.12 | 0 | 0.02 | 0.51 | 172 | 0.06 | 0.46 |
| Hex | 6E | 7D | 7B | C | 0 | 2 | 33 | AC | 6 | 2E |
| Octal | 156 | 175 | 173 | 14 | 0 | 2 | 63 | 254 | 6 | 56 |
| Binary | 1101110 | 1111101 | 1111011 | 1100 | 0 | 10 | 110011 | 10101100 | 110 | 101110 |
Color Harmonies of #6E7D7B
Complementary color
Monochromatic Colors of #6E7D7B
Black with #6E7D7B
Text Example
Text Example
White with #6E7D7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E7D7B; }
p { color: rgb(110,125,123); }
H1.HeaderClassName
{
color: #6E7D7B;
}
.AnyTagClassName
{
color: #6E7D7B;
}
</style>
background-color css
<style>
a { background-color: #6E7D7B; }
a { background-color: rgb(110,125,123); }
div.DivClassName
{
background-color: #6E7D7B;
}
.BgClassName
{
background-color: #6E7D7B;
}
</style>
border-color css
<style>
span { border-color: #6E7D7B; }
span { border-color: rgb(110,125,123); }
td.TdClassName
{
border-color: #6E7D7B;
}
.TagClassName
{
border-color: #6E7D7B;
}
</style>