Shades of Smoky #625E6F
Tints of Smoky #625E6F
RGB
CMYK
RGB Variations
Color information
#625E6F (or 0x625E6F) is known color: Smoky. HEX triplet: 62, 5E and 6F. RGB value is (98,94,111). Sum of RGB (Red+Green+Blue) = 98+94+111=303 (40% of max value = 765). Red value is 98 (38.67% from 255 or 32.34% from 303); Green value is 94 (37.11% from 255 or 31.02% from 303); Blue value is 111 (43.75% from 255 or 36.63% from 303); Max value from RGB is 111 - color contains mainly: blue. Hex color #625E6F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #625E6F is #9DA190. Grayscale: #616161. Windows color (decimal): -10330513 or 7298658. OLE color: 7298658.
HSL color Cylindrical-coordinate representation of color #625E6F: hue angle of 254.12º degrees, saturation: 0.08, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #625E6F is Cyan = 0.12, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 98 | 94 | 111 | - |
| CMYK | 0.12 | 0.15 | 0 | 0.56 |
| HSL | 254.12º | 0.08% | 0.4% | - |
| HSV(B) | 254.12º | 0.15% | 0.44% | - |
| XYZ | 11.91 | 11.75 | 16.68 | - |
| YUV | 97.13 | 135.83 | 128.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 94 | 111 | 0.12 | 0.15 | 0 | 0.56 | 254.12 | 0.08 | 0.4 |
| Hex | 62 | 5E | 6F | C | F | 0 | 38 | FE | 8 | 28 |
| Octal | 142 | 136 | 157 | 14 | 17 | 0 | 70 | 376 | 10 | 50 |
| Binary | 1100010 | 1011110 | 1101111 | 1100 | 1111 | 0 | 111000 | 11111110 | 1000 | 101000 |
Color Harmonies of #625E6F
Complementary color
Monochromatic Colors of #625E6F
Black with #625E6F
Text Example
Text Example
White with #625E6F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #625E6F; }
p { color: rgb(98,94,111); }
H1.HeaderClassName
{
color: #625E6F;
}
.AnyTagClassName
{
color: #625E6F;
}
</style>
background-color css
<style>
a { background-color: #625E6F; }
a { background-color: rgb(98,94,111); }
div.DivClassName
{
background-color: #625E6F;
}
.BgClassName
{
background-color: #625E6F;
}
</style>
border-color css
<style>
span { border-color: #625E6F; }
span { border-color: rgb(98,94,111); }
td.TdClassName
{
border-color: #625E6F;
}
.TagClassName
{
border-color: #625E6F;
}
</style>