Shades of Smoky #635E6E
Tints of Smoky #635E6E
RGB
CMYK
RGB Variations
Color information
#635E6E (or 0x635E6E) is known color: Smoky. HEX triplet: 63, 5E and 6E. RGB value is (99,94,110). Sum of RGB (Red+Green+Blue) = 99+94+110=303 (40% of max value = 765). Red value is 99 (39.06% from 255 or 32.67% from 303); Green value is 94 (37.11% from 255 or 31.02% from 303); Blue value is 110 (43.36% from 255 or 36.30% from 303); Max value from RGB is 110 - color contains mainly: blue. Hex color #635E6E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #635E6E is #9CA191. Grayscale: #616161. Windows color (decimal): -10264978 or 7233123. OLE color: 7233123.
HSL color Cylindrical-coordinate representation of color #635E6E: hue angle of 258.75º degrees, saturation: 0.08, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #635E6E is Cyan = 0.1, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 99 | 94 | 110 | - |
| CMYK | 0.1 | 0.15 | 0 | 0.57 |
| HSL | 258.75º | 0.08% | 0.4% | - |
| HSV(B) | 258.75º | 0.15% | 0.43% | - |
| XYZ | 11.96 | 11.78 | 16.4 | - |
| YUV | 97.32 | 135.16 | 129.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 94 | 110 | 0.1 | 0.15 | 0 | 0.57 | 258.75 | 0.08 | 0.4 |
| Hex | 63 | 5E | 6E | A | F | 0 | 39 | 103 | 8 | 28 |
| Octal | 143 | 136 | 156 | 12 | 17 | 0 | 71 | 403 | 10 | 50 |
| Binary | 1100011 | 1011110 | 1101110 | 1010 | 1111 | 0 | 111001 | 100000011 | 1000 | 101000 |
Color Harmonies of #635E6E
Complementary color
Monochromatic Colors of #635E6E
Black with #635E6E
Text Example
Text Example
White with #635E6E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #635E6E; }
p { color: rgb(99,94,110); }
H1.HeaderClassName
{
color: #635E6E;
}
.AnyTagClassName
{
color: #635E6E;
}
</style>
background-color css
<style>
a { background-color: #635E6E; }
a { background-color: rgb(99,94,110); }
div.DivClassName
{
background-color: #635E6E;
}
.BgClassName
{
background-color: #635E6E;
}
</style>
border-color css
<style>
span { border-color: #635E6E; }
span { border-color: rgb(99,94,110); }
td.TdClassName
{
border-color: #635E6E;
}
.TagClassName
{
border-color: #635E6E;
}
</style>