Shades of Smoky #63616A
Tints of Smoky #63616A
RGB
CMYK
RGB Variations
Color information
#63616A (or 0x63616A) is known color: Smoky. HEX triplet: 63, 61 and 6A. RGB value is (99,97,106). Sum of RGB (Red+Green+Blue) = 99+97+106=302 (40% of max value = 765). Red value is 99 (39.06% from 255 or 32.78% from 302); Green value is 97 (38.28% from 255 or 32.12% from 302); Blue value is 106 (41.80% from 255 or 35.10% from 302); Max value from RGB is 106 - color contains mainly: blue. Hex color #63616A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #63616A is #9C9E95. Grayscale: #626262. Windows color (decimal): -10264214 or 6971747. OLE color: 6971747.
HSL color Cylindrical-coordinate representation of color #63616A: hue angle of 253.33º degrees, saturation: 0.04, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #63616A is Cyan = 0.07, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 99 | 97 | 106 | - |
| CMYK | 0.07 | 0.08 | 0 | 0.58 |
| HSL | 253.33º | 0.04% | 0.4% | - |
| HSV(B) | 253.33º | 0.08% | 0.42% | - |
| XYZ | 12.02 | 12.24 | 15.37 | - |
| YUV | 98.62 | 132.16 | 128.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 97 | 106 | 0.07 | 0.08 | 0 | 0.58 | 253.33 | 0.04 | 0.4 |
| Hex | 63 | 61 | 6A | 7 | 8 | 0 | 3A | FD | 4 | 28 |
| Octal | 143 | 141 | 152 | 7 | 10 | 0 | 72 | 375 | 4 | 50 |
| Binary | 1100011 | 1100001 | 1101010 | 111 | 1000 | 0 | 111010 | 11111101 | 100 | 101000 |
Color Harmonies of #63616A
Complementary color
Monochromatic Colors of #63616A
Black with #63616A
Text Example
Text Example
White with #63616A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #63616A; }
p { color: rgb(99,97,106); }
H1.HeaderClassName
{
color: #63616A;
}
.AnyTagClassName
{
color: #63616A;
}
</style>
background-color css
<style>
a { background-color: #63616A; }
a { background-color: rgb(99,97,106); }
div.DivClassName
{
background-color: #63616A;
}
.BgClassName
{
background-color: #63616A;
}
</style>
border-color css
<style>
span { border-color: #63616A; }
span { border-color: rgb(99,97,106); }
td.TdClassName
{
border-color: #63616A;
}
.TagClassName
{
border-color: #63616A;
}
</style>