Shades of Smoky #605C78
Tints of Smoky #605C78
RGB
CMYK
RGB Variations
Color information
#605C78 (or 0x605C78) is known color: Smoky. HEX triplet: 60, 5C and 78. RGB value is (96,92,120). Sum of RGB (Red+Green+Blue) = 96+92+120=308 (40% of max value = 765). Red value is 96 (37.89% from 255 or 31.17% from 308); Green value is 92 (36.33% from 255 or 29.87% from 308); Blue value is 120 (47.27% from 255 or 38.96% from 308); Max value from RGB is 120 - color contains mainly: blue. Hex color #605C78 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #605C78 is #9FA387. Grayscale: #606060. Windows color (decimal): -10462088 or 7887968. OLE color: 7887968.
HSL color Cylindrical-coordinate representation of color #605C78: hue angle of 248.57º degrees, saturation: 0.13, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #605C78 is Cyan = 0.2, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 96 | 92 | 120 | - |
| CMYK | 0.2 | 0.23 | 0 | 0.53 |
| HSL | 248.57º | 0.13% | 0.42% | - |
| HSV(B) | 248.57º | 0.23% | 0.47% | - |
| XYZ | 12.04 | 11.5 | 19.35 | - |
| YUV | 96.39 | 141.33 | 127.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 92 | 120 | 0.2 | 0.23 | 0 | 0.53 | 248.57 | 0.13 | 0.42 |
| Hex | 60 | 5C | 78 | 14 | 17 | 0 | 35 | F9 | D | 2A |
| Octal | 140 | 134 | 170 | 24 | 27 | 0 | 65 | 371 | 15 | 52 |
| Binary | 1100000 | 1011100 | 1111000 | 10100 | 10111 | 0 | 110101 | 11111001 | 1101 | 101010 |
Color Harmonies of #605C78
Complementary color
Monochromatic Colors of #605C78
Black with #605C78
Text Example
Text Example
White with #605C78
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #605C78; }
p { color: rgb(96,92,120); }
H1.HeaderClassName
{
color: #605C78;
}
.AnyTagClassName
{
color: #605C78;
}
</style>
background-color css
<style>
a { background-color: #605C78; }
a { background-color: rgb(96,92,120); }
div.DivClassName
{
background-color: #605C78;
}
.BgClassName
{
background-color: #605C78;
}
</style>
border-color css
<style>
span { border-color: #605C78; }
span { border-color: rgb(96,92,120); }
td.TdClassName
{
border-color: #605C78;
}
.TagClassName
{
border-color: #605C78;
}
</style>