Shades of Smoky #625F74
Tints of Smoky #625F74
RGB
CMYK
RGB Variations
Color information
#625F74 (or 0x625F74) is known color: Smoky. HEX triplet: 62, 5F and 74. RGB value is (98,95,116). Sum of RGB (Red+Green+Blue) = 98+95+116=309 (40% of max value = 765). Red value is 98 (38.67% from 255 or 31.72% from 309); Green value is 95 (37.5% from 255 or 30.74% from 309); Blue value is 116 (45.70% from 255 or 37.54% from 309); Max value from RGB is 116 - color contains mainly: blue. Hex color #625F74 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #625F74 is #9DA08B. Grayscale: #626262. Windows color (decimal): -10330252 or 7626594. OLE color: 7626594.
HSL color Cylindrical-coordinate representation of color #625F74: hue angle of 248.57º degrees, saturation: 0.1, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #625F74 is Cyan = 0.16, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 98 | 95 | 116 | - |
| CMYK | 0.16 | 0.18 | 0 | 0.55 |
| HSL | 248.57º | 0.1% | 0.41% | - |
| HSV(B) | 248.57º | 0.18% | 0.45% | - |
| XYZ | 12.28 | 12.04 | 18.2 | - |
| YUV | 98.29 | 137.99 | 127.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 95 | 116 | 0.16 | 0.18 | 0 | 0.55 | 248.57 | 0.1 | 0.41 |
| Hex | 62 | 5F | 74 | 10 | 12 | 0 | 37 | F9 | A | 29 |
| Octal | 142 | 137 | 164 | 20 | 22 | 0 | 67 | 371 | 12 | 51 |
| Binary | 1100010 | 1011111 | 1110100 | 10000 | 10010 | 0 | 110111 | 11111001 | 1010 | 101001 |
Color Harmonies of #625F74
Complementary color
Monochromatic Colors of #625F74
Black with #625F74
Text Example
Text Example
White with #625F74
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #625F74; }
p { color: rgb(98,95,116); }
H1.HeaderClassName
{
color: #625F74;
}
.AnyTagClassName
{
color: #625F74;
}
</style>
background-color css
<style>
a { background-color: #625F74; }
a { background-color: rgb(98,95,116); }
div.DivClassName
{
background-color: #625F74;
}
.BgClassName
{
background-color: #625F74;
}
</style>
border-color css
<style>
span { border-color: #625F74; }
span { border-color: rgb(98,95,116); }
td.TdClassName
{
border-color: #625F74;
}
.TagClassName
{
border-color: #625F74;
}
</style>