Shades of Rolling Stone #6B7E7B
Tints of Rolling Stone #6B7E7B
RGB
CMYK
RGB Variations
Color information
#6B7E7B (or 0x6B7E7B) is known color: Rolling Stone. HEX triplet: 6B, 7E and 7B. RGB value is (107,126,123). Sum of RGB (Red+Green+Blue) = 107+126+123=356 (47% of max value = 765). Red value is 107 (42.19% from 255 or 30.06% from 356); Green value is 126 (49.61% from 255 or 35.39% from 356); Blue value is 123 (48.44% from 255 or 34.55% from 356); Max value from RGB is 126 - color contains mainly: green. Hex color #6B7E7B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6B7E7B is #948184. Grayscale: #777777. Windows color (decimal): -9732485 or 8093291. OLE color: 8093291.
HSL color Cylindrical-coordinate representation of color #6B7E7B: hue angle of 170.53º degrees, saturation: 0.08, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #6B7E7B is Cyan = 0.15, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.51.
Color convert
RGB | 107 | 126 | 123 | - |
CMYK | 0.15 | 0 | 0.02 | 0.51 |
HSL | 170.53º | 0.08% | 0.46% | - |
HSV(B) | 170.53º | 0.15% | 0.49% | - |
XYZ | 17.1 | 19.48 | 21.6 | - |
YUV | 119.98 | 129.71 | 118.74 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 107 | 126 | 123 | 0.15 | 0 | 0.02 | 0.51 | 170.53 | 0.08 | 0.46 |
Hex | 6B | 7E | 7B | F | 0 | 2 | 33 | AB | 8 | 2E |
Octal | 153 | 176 | 173 | 17 | 0 | 2 | 63 | 253 | 10 | 56 |
Binary | 1101011 | 1111110 | 1111011 | 1111 | 0 | 10 | 110011 | 10101011 | 1000 | 101110 |
Color Harmonies of #6B7E7B
Complementary color
Monochromatic Colors of #6B7E7B
Black with #6B7E7B
Text Example
Text Example
White with #6B7E7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B7E7B; }
p { color: rgb(107,126,123); }
H1.HeaderClassName
{
color: #6B7E7B;
}
.AnyTagClassName
{
color: #6B7E7B;
}
</style>
background-color css
<style>
a { background-color: #6B7E7B; }
a { background-color: rgb(107,126,123); }
div.DivClassName
{
background-color: #6B7E7B;
}
.BgClassName
{
background-color: #6B7E7B;
}
</style>
border-color css
<style>
span { border-color: #6B7E7B; }
span { border-color: rgb(107,126,123); }
td.TdClassName
{
border-color: #6B7E7B;
}
.TagClassName
{
border-color: #6B7E7B;
}
</style>