Shades of Rolling Stone #6E7E7B
Tints of Rolling Stone #6E7E7B
RGB
CMYK
RGB Variations
Color information
#6E7E7B (or 0x6E7E7B) is known color: Rolling Stone. HEX triplet: 6E, 7E and 7B. RGB value is (110,126,123). Sum of RGB (Red+Green+Blue) = 110+126+123=359 (47% of max value = 765). Red value is 110 (43.36% from 255 or 30.64% from 359); Green value is 126 (49.61% from 255 or 35.10% from 359); Blue value is 123 (48.44% from 255 or 34.26% from 359); Max value from RGB is 126 - color contains mainly: green. Hex color #6E7E7B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6E7E7B is #918184. Grayscale: #787878. Windows color (decimal): -9535877 or 8093294. OLE color: 8093294.
HSL color Cylindrical-coordinate representation of color #6E7E7B: hue angle of 168.75º degrees, saturation: 0.07, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #6E7E7B is Cyan = 0.13, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.51.
Color convert
RGB | 110 | 126 | 123 | - |
CMYK | 0.13 | 0 | 0.02 | 0.51 |
HSL | 168.75º | 0.07% | 0.46% | - |
HSV(B) | 168.75º | 0.13% | 0.49% | - |
XYZ | 17.47 | 19.67 | 21.61 | - |
YUV | 120.87 | 129.2 | 120.24 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 110 | 126 | 123 | 0.13 | 0 | 0.02 | 0.51 | 168.75 | 0.07 | 0.46 |
Hex | 6E | 7E | 7B | D | 0 | 2 | 33 | A9 | 7 | 2E |
Octal | 156 | 176 | 173 | 15 | 0 | 2 | 63 | 251 | 7 | 56 |
Binary | 1101110 | 1111110 | 1111011 | 1101 | 0 | 10 | 110011 | 10101001 | 111 | 101110 |
Color Harmonies of #6E7E7B
Complementary color
Monochromatic Colors of #6E7E7B
Black with #6E7E7B
Text Example
Text Example
White with #6E7E7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E7E7B; }
p { color: rgb(110,126,123); }
H1.HeaderClassName
{
color: #6E7E7B;
}
.AnyTagClassName
{
color: #6E7E7B;
}
</style>
background-color css
<style>
a { background-color: #6E7E7B; }
a { background-color: rgb(110,126,123); }
div.DivClassName
{
background-color: #6E7E7B;
}
.BgClassName
{
background-color: #6E7E7B;
}
</style>
border-color css
<style>
span { border-color: #6E7E7B; }
span { border-color: rgb(110,126,123); }
td.TdClassName
{
border-color: #6E7E7B;
}
.TagClassName
{
border-color: #6E7E7B;
}
</style>