Shades of Smoky #625C70
Tints of Smoky #625C70
RGB
CMYK
RGB Variations
Color information
#625C70 (or 0x625C70) is known color: Smoky. HEX triplet: 62, 5C and 70. RGB value is (98,92,112). Sum of RGB (Red+Green+Blue) = 98+92+112=302 (40% of max value = 765). Red value is 98 (38.67% from 255 or 32.45% from 302); Green value is 92 (36.33% from 255 or 30.46% from 302); Blue value is 112 (44.14% from 255 or 37.09% from 302); Max value from RGB is 112 - color contains mainly: blue. Hex color #625C70 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #625C70 is #9DA38F. Grayscale: #606060. Windows color (decimal): -10331024 or 7363682. OLE color: 7363682.
HSL color Cylindrical-coordinate representation of color #625C70: hue angle of 258º degrees, saturation: 0.1, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #625C70 is Cyan = 0.13, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 98 | 92 | 112 | - |
| CMYK | 0.13 | 0.18 | 0 | 0.56 |
| HSL | 258º | 0.1% | 0.4% | - |
| HSV(B) | 258º | 0.18% | 0.44% | - |
| XYZ | 11.79 | 11.42 | 16.91 | - |
| YUV | 96.07 | 136.99 | 129.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 92 | 112 | 0.13 | 0.18 | 0 | 0.56 | 258 | 0.1 | 0.4 |
| Hex | 62 | 5C | 70 | D | 12 | 0 | 38 | 102 | A | 28 |
| Octal | 142 | 134 | 160 | 15 | 22 | 0 | 70 | 402 | 12 | 50 |
| Binary | 1100010 | 1011100 | 1110000 | 1101 | 10010 | 0 | 111000 | 100000010 | 1010 | 101000 |
Color Harmonies of #625C70
Complementary color
Monochromatic Colors of #625C70
Black with #625C70
Text Example
Text Example
White with #625C70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #625C70; }
p { color: rgb(98,92,112); }
H1.HeaderClassName
{
color: #625C70;
}
.AnyTagClassName
{
color: #625C70;
}
</style>
background-color css
<style>
a { background-color: #625C70; }
a { background-color: rgb(98,92,112); }
div.DivClassName
{
background-color: #625C70;
}
.BgClassName
{
background-color: #625C70;
}
</style>
border-color css
<style>
span { border-color: #625C70; }
span { border-color: rgb(98,92,112); }
td.TdClassName
{
border-color: #625C70;
}
.TagClassName
{
border-color: #625C70;
}
</style>