Shades of Rolling Stone #626E6B
Tints of Rolling Stone #626E6B
RGB
CMYK
RGB Variations
Color information
#626E6B (or 0x626E6B) is known color: Rolling Stone. HEX triplet: 62, 6E and 6B. RGB value is (98,110,107). Sum of RGB (Red+Green+Blue) = 98+110+107=315 (41% of max value = 765). Red value is 98 (38.67% from 255 or 31.11% from 315); Green value is 110 (43.36% from 255 or 34.92% from 315); Blue value is 107 (42.19% from 255 or 33.97% from 315); Max value from RGB is 110 - color contains mainly: green. Hex color #626E6B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #626E6B is #9D9194. Grayscale: #6A6A6A. Windows color (decimal): -10326421 or 7040610. OLE color: 7040610.
HSL color Cylindrical-coordinate representation of color #626E6B: hue angle of 165º degrees, saturation: 0.06, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #626E6B is Cyan = 0.11, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.57.
Color convert
RGB | 98 | 110 | 107 | - |
CMYK | 0.11 | 0 | 0.03 | 0.57 |
HSL | 165º | 0.06% | 0.41% | - |
HSV(B) | 165º | 0.11% | 0.43% | - |
XYZ | 13.27 | 14.81 | 16.07 | - |
YUV | 106.07 | 128.52 | 122.24 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 98 | 110 | 107 | 0.11 | 0 | 0.03 | 0.57 | 165 | 0.06 | 0.41 |
Hex | 62 | 6E | 6B | B | 0 | 3 | 39 | A5 | 6 | 29 |
Octal | 142 | 156 | 153 | 13 | 0 | 3 | 71 | 245 | 6 | 51 |
Binary | 1100010 | 1101110 | 1101011 | 1011 | 0 | 11 | 111001 | 10100101 | 110 | 101001 |
Color Harmonies of #626E6B
Complementary color
Monochromatic Colors of #626E6B
Black with #626E6B
Text Example
Text Example
White with #626E6B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #626E6B; }
p { color: rgb(98,110,107); }
H1.HeaderClassName
{
color: #626E6B;
}
.AnyTagClassName
{
color: #626E6B;
}
</style>
background-color css
<style>
a { background-color: #626E6B; }
a { background-color: rgb(98,110,107); }
div.DivClassName
{
background-color: #626E6B;
}
.BgClassName
{
background-color: #626E6B;
}
</style>
border-color css
<style>
span { border-color: #626E6B; }
span { border-color: rgb(98,110,107); }
td.TdClassName
{
border-color: #626E6B;
}
.TagClassName
{
border-color: #626E6B;
}
</style>