Shades of Smoky #636070
Tints of Smoky #636070
RGB
CMYK
RGB Variations
Color information
#636070 (or 0x636070) is known color: Smoky. HEX triplet: 63, 60 and 70. RGB value is (99,96,112). Sum of RGB (Red+Green+Blue) = 99+96+112=307 (40% of max value = 765). Red value is 99 (39.06% from 255 or 32.25% from 307); Green value is 96 (37.89% from 255 or 31.27% from 307); Blue value is 112 (44.14% from 255 or 36.48% from 307); Max value from RGB is 112 - color contains mainly: blue. Hex color #636070 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #636070 is #9C9F8F. Grayscale: #626262. Windows color (decimal): -10264464 or 7364707. OLE color: 7364707.
HSL color Cylindrical-coordinate representation of color #636070: hue angle of 251.25º degrees, saturation: 0.08, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #636070 is Cyan = 0.12, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 99 | 96 | 112 | - |
| CMYK | 0.12 | 0.14 | 0 | 0.56 |
| HSL | 251.25º | 0.08% | 0.41% | - |
| HSV(B) | 251.25º | 0.14% | 0.44% | - |
| XYZ | 12.25 | 12.19 | 17.04 | - |
| YUV | 98.72 | 135.49 | 128.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 96 | 112 | 0.12 | 0.14 | 0 | 0.56 | 251.25 | 0.08 | 0.41 |
| Hex | 63 | 60 | 70 | C | E | 0 | 38 | FB | 8 | 29 |
| Octal | 143 | 140 | 160 | 14 | 16 | 0 | 70 | 373 | 10 | 51 |
| Binary | 1100011 | 1100000 | 1110000 | 1100 | 1110 | 0 | 111000 | 11111011 | 1000 | 101001 |
Color Harmonies of #636070
Complementary color
Monochromatic Colors of #636070
Black with #636070
Text Example
Text Example
White with #636070
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #636070; }
p { color: rgb(99,96,112); }
H1.HeaderClassName
{
color: #636070;
}
.AnyTagClassName
{
color: #636070;
}
</style>
background-color css
<style>
a { background-color: #636070; }
a { background-color: rgb(99,96,112); }
div.DivClassName
{
background-color: #636070;
}
.BgClassName
{
background-color: #636070;
}
</style>
border-color css
<style>
span { border-color: #636070; }
span { border-color: rgb(99,96,112); }
td.TdClassName
{
border-color: #636070;
}
.TagClassName
{
border-color: #636070;
}
</style>