Shades of Smoky #625C6E
Tints of Smoky #625C6E
RGB
CMYK
RGB Variations
Color information
#625C6E (or 0x625C6E) is known color: Smoky. HEX triplet: 62, 5C and 6E. RGB value is (98,92,110). Sum of RGB (Red+Green+Blue) = 98+92+110=300 (39% of max value = 765). Red value is 98 (38.67% from 255 or 32.67% from 300); Green value is 92 (36.33% from 255 or 30.67% from 300); Blue value is 110 (43.36% from 255 or 36.67% from 300); Max value from RGB is 110 - color contains mainly: blue. Hex color #625C6E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #625C6E is #9DA391. Grayscale: #5F5F5F. Windows color (decimal): -10331026 or 7232610. OLE color: 7232610.
HSL color Cylindrical-coordinate representation of color #625C6E: hue angle of 260º degrees, saturation: 0.09, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #625C6E is Cyan = 0.11, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 98 | 92 | 110 | - |
| CMYK | 0.11 | 0.16 | 0 | 0.57 |
| HSL | 260º | 0.09% | 0.4% | - |
| HSV(B) | 260º | 0.16% | 0.43% | - |
| XYZ | 11.68 | 11.38 | 16.33 | - |
| YUV | 95.85 | 135.99 | 129.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 92 | 110 | 0.11 | 0.16 | 0 | 0.57 | 260 | 0.09 | 0.4 |
| Hex | 62 | 5C | 6E | B | 10 | 0 | 39 | 104 | 9 | 28 |
| Octal | 142 | 134 | 156 | 13 | 20 | 0 | 71 | 404 | 11 | 50 |
| Binary | 1100010 | 1011100 | 1101110 | 1011 | 10000 | 0 | 111001 | 100000100 | 1001 | 101000 |
Color Harmonies of #625C6E
Complementary color
Monochromatic Colors of #625C6E
Black with #625C6E
Text Example
Text Example
White with #625C6E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #625C6E; }
p { color: rgb(98,92,110); }
H1.HeaderClassName
{
color: #625C6E;
}
.AnyTagClassName
{
color: #625C6E;
}
</style>
background-color css
<style>
a { background-color: #625C6E; }
a { background-color: rgb(98,92,110); }
div.DivClassName
{
background-color: #625C6E;
}
.BgClassName
{
background-color: #625C6E;
}
</style>
border-color css
<style>
span { border-color: #625C6E; }
span { border-color: rgb(98,92,110); }
td.TdClassName
{
border-color: #625C6E;
}
.TagClassName
{
border-color: #625C6E;
}
</style>