Shades of Smoky #625A74
Tints of Smoky #625A74
RGB
CMYK
RGB Variations
Color information
#625A74 (or 0x625A74) is known color: Smoky. HEX triplet: 62, 5A and 74. RGB value is (98,90,116). Sum of RGB (Red+Green+Blue) = 98+90+116=304 (40% of max value = 765). Red value is 98 (38.67% from 255 or 32.24% from 304); Green value is 90 (35.55% from 255 or 29.61% from 304); Blue value is 116 (45.70% from 255 or 38.16% from 304); Max value from RGB is 116 - color contains mainly: blue. Hex color #625A74 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #625A74 is #9DA58B. Grayscale: #5F5F5F. Windows color (decimal): -10331532 or 7625314. OLE color: 7625314.
HSL color Cylindrical-coordinate representation of color #625A74: hue angle of 258.46º degrees, saturation: 0.13, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #625A74 is Cyan = 0.16, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 98 | 90 | 116 | - |
| CMYK | 0.16 | 0.22 | 0 | 0.55 |
| HSL | 258.46º | 0.13% | 0.4% | - |
| HSV(B) | 258.46º | 0.22% | 0.45% | - |
| XYZ | 11.85 | 11.17 | 18.05 | - |
| YUV | 95.36 | 139.65 | 129.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 90 | 116 | 0.16 | 0.22 | 0 | 0.55 | 258.46 | 0.13 | 0.4 |
| Hex | 62 | 5A | 74 | 10 | 16 | 0 | 37 | 102 | D | 28 |
| Octal | 142 | 132 | 164 | 20 | 26 | 0 | 67 | 402 | 15 | 50 |
| Binary | 1100010 | 1011010 | 1110100 | 10000 | 10110 | 0 | 110111 | 100000010 | 1101 | 101000 |
Color Harmonies of #625A74
Complementary color
Monochromatic Colors of #625A74
Black with #625A74
Text Example
Text Example
White with #625A74
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #625A74; }
p { color: rgb(98,90,116); }
H1.HeaderClassName
{
color: #625A74;
}
.AnyTagClassName
{
color: #625A74;
}
</style>
background-color css
<style>
a { background-color: #625A74; }
a { background-color: rgb(98,90,116); }
div.DivClassName
{
background-color: #625A74;
}
.BgClassName
{
background-color: #625A74;
}
</style>
border-color css
<style>
span { border-color: #625A74; }
span { border-color: rgb(98,90,116); }
td.TdClassName
{
border-color: #625A74;
}
.TagClassName
{
border-color: #625A74;
}
</style>