Shades of Smoky #62616B
Tints of Smoky #62616B
RGB
CMYK
RGB Variations
Color information
#62616B (or 0x62616B) is known color: Smoky. HEX triplet: 62, 61 and 6B. RGB value is (98,97,107). Sum of RGB (Red+Green+Blue) = 98+97+107=302 (40% of max value = 765). Red value is 98 (38.67% from 255 or 32.45% from 302); Green value is 97 (38.28% from 255 or 32.12% from 302); Blue value is 107 (42.19% from 255 or 35.43% from 302); Max value from RGB is 107 - color contains mainly: blue. Hex color #62616B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #62616B is #9D9E94. Grayscale: #626262. Windows color (decimal): -10329749 or 7037282. OLE color: 7037282.
HSL color Cylindrical-coordinate representation of color #62616B: hue angle of 246º degrees, saturation: 0.05, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #62616B is Cyan = 0.08, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 98 | 97 | 107 | - |
| CMYK | 0.08 | 0.09 | 0 | 0.58 |
| HSL | 246º | 0.05% | 0.4% | - |
| HSV(B) | 246º | 0.09% | 0.42% | - |
| XYZ | 11.97 | 12.21 | 15.64 | - |
| YUV | 98.44 | 132.83 | 127.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 97 | 107 | 0.08 | 0.09 | 0 | 0.58 | 246 | 0.05 | 0.4 |
| Hex | 62 | 61 | 6B | 8 | 9 | 0 | 3A | F6 | 5 | 28 |
| Octal | 142 | 141 | 153 | 10 | 11 | 0 | 72 | 366 | 5 | 50 |
| Binary | 1100010 | 1100001 | 1101011 | 1000 | 1001 | 0 | 111010 | 11110110 | 101 | 101000 |
Color Harmonies of #62616B
Complementary color
Monochromatic Colors of #62616B
Black with #62616B
Text Example
Text Example
White with #62616B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #62616B; }
p { color: rgb(98,97,107); }
H1.HeaderClassName
{
color: #62616B;
}
.AnyTagClassName
{
color: #62616B;
}
</style>
background-color css
<style>
a { background-color: #62616B; }
a { background-color: rgb(98,97,107); }
div.DivClassName
{
background-color: #62616B;
}
.BgClassName
{
background-color: #62616B;
}
</style>
border-color css
<style>
span { border-color: #62616B; }
span { border-color: rgb(98,97,107); }
td.TdClassName
{
border-color: #62616B;
}
.TagClassName
{
border-color: #62616B;
}
</style>