Shades of Smoky #635D78
Tints of Smoky #635D78
RGB
CMYK
RGB Variations
Color information
#635D78 (or 0x635D78) is known color: Smoky. HEX triplet: 63, 5D and 78. RGB value is (99,93,120). Sum of RGB (Red+Green+Blue) = 99+93+120=312 (41% of max value = 765). Red value is 99 (39.06% from 255 or 31.73% from 312); Green value is 93 (36.72% from 255 or 29.81% from 312); Blue value is 120 (47.27% from 255 or 38.46% from 312); Max value from RGB is 120 - color contains mainly: blue. Hex color #635D78 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #635D78 is #9CA287. Grayscale: #616161. Windows color (decimal): -10265224 or 7888227. OLE color: 7888227.
HSL color Cylindrical-coordinate representation of color #635D78: hue angle of 253.33º degrees, saturation: 0.13, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #635D78 is Cyan = 0.17, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 99 | 93 | 120 | - |
| CMYK | 0.17 | 0.22 | 0 | 0.53 |
| HSL | 253.33º | 0.13% | 0.42% | - |
| HSV(B) | 253.33º | 0.23% | 0.47% | - |
| XYZ | 12.45 | 11.84 | 19.4 | - |
| YUV | 97.87 | 140.49 | 128.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 93 | 120 | 0.17 | 0.22 | 0 | 0.53 | 253.33 | 0.13 | 0.42 |
| Hex | 63 | 5D | 78 | 11 | 16 | 0 | 35 | FD | D | 2A |
| Octal | 143 | 135 | 170 | 21 | 26 | 0 | 65 | 375 | 15 | 52 |
| Binary | 1100011 | 1011101 | 1111000 | 10001 | 10110 | 0 | 110101 | 11111101 | 1101 | 101010 |
Color Harmonies of #635D78
Complementary color
Monochromatic Colors of #635D78
Black with #635D78
Text Example
Text Example
White with #635D78
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #635D78; }
p { color: rgb(99,93,120); }
H1.HeaderClassName
{
color: #635D78;
}
.AnyTagClassName
{
color: #635D78;
}
</style>
background-color css
<style>
a { background-color: #635D78; }
a { background-color: rgb(99,93,120); }
div.DivClassName
{
background-color: #635D78;
}
.BgClassName
{
background-color: #635D78;
}
</style>
border-color css
<style>
span { border-color: #635D78; }
span { border-color: rgb(99,93,120); }
td.TdClassName
{
border-color: #635D78;
}
.TagClassName
{
border-color: #635D78;
}
</style>