Shades of Smoky #635C71
Tints of Smoky #635C71
RGB
CMYK
RGB Variations
Color information
#635C71 (or 0x635C71) is known color: Smoky. HEX triplet: 63, 5C and 71. RGB value is (99,92,113). Sum of RGB (Red+Green+Blue) = 99+92+113=304 (40% of max value = 765). Red value is 99 (39.06% from 255 or 32.57% from 304); Green value is 92 (36.33% from 255 or 30.26% from 304); Blue value is 113 (44.53% from 255 or 37.17% from 304); Max value from RGB is 113 - color contains mainly: blue. Hex color #635C71 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #635C71 is #9CA38E. Grayscale: #606060. Windows color (decimal): -10265487 or 7429219. OLE color: 7429219.
HSL color Cylindrical-coordinate representation of color #635C71: hue angle of 260º degrees, saturation: 0.1, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #635C71 is Cyan = 0.12, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 99 | 92 | 113 | - |
| CMYK | 0.12 | 0.19 | 0 | 0.56 |
| HSL | 260º | 0.1% | 0.4% | - |
| HSV(B) | 260º | 0.19% | 0.44% | - |
| XYZ | 11.95 | 11.5 | 17.21 | - |
| YUV | 96.49 | 137.32 | 129.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 92 | 113 | 0.12 | 0.19 | 0 | 0.56 | 260 | 0.1 | 0.4 |
| Hex | 63 | 5C | 71 | C | 13 | 0 | 38 | 104 | A | 28 |
| Octal | 143 | 134 | 161 | 14 | 23 | 0 | 70 | 404 | 12 | 50 |
| Binary | 1100011 | 1011100 | 1110001 | 1100 | 10011 | 0 | 111000 | 100000100 | 1010 | 101000 |
Color Harmonies of #635C71
Complementary color
Monochromatic Colors of #635C71
Black with #635C71
Text Example
Text Example
White with #635C71
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #635C71; }
p { color: rgb(99,92,113); }
H1.HeaderClassName
{
color: #635C71;
}
.AnyTagClassName
{
color: #635C71;
}
</style>
background-color css
<style>
a { background-color: #635C71; }
a { background-color: rgb(99,92,113); }
div.DivClassName
{
background-color: #635C71;
}
.BgClassName
{
background-color: #635C71;
}
</style>
border-color css
<style>
span { border-color: #635C71; }
span { border-color: rgb(99,92,113); }
td.TdClassName
{
border-color: #635C71;
}
.TagClassName
{
border-color: #635C71;
}
</style>