Shades of Smoky #605A78
Tints of Smoky #605A78
RGB
CMYK
RGB Variations
Color information
#605A78 (or 0x605A78) is known color: Smoky. HEX triplet: 60, 5A and 78. RGB value is (96,90,120). Sum of RGB (Red+Green+Blue) = 96+90+120=306 (40% of max value = 765). Red value is 96 (37.89% from 255 or 31.37% from 306); Green value is 90 (35.55% from 255 or 29.41% from 306); Blue value is 120 (47.27% from 255 or 39.22% from 306); Max value from RGB is 120 - color contains mainly: blue. Hex color #605A78 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #605A78 is #9FA587. Grayscale: #5F5F5F. Windows color (decimal): -10462600 or 7887456. OLE color: 7887456.
HSL color Cylindrical-coordinate representation of color #605A78: hue angle of 252º degrees, saturation: 0.14, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #605A78 is Cyan = 0.2, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 96 | 90 | 120 | - |
| CMYK | 0.2 | 0.25 | 0 | 0.53 |
| HSL | 252º | 0.14% | 0.41% | - |
| HSV(B) | 252º | 0.25% | 0.47% | - |
| XYZ | 11.87 | 11.16 | 19.3 | - |
| YUV | 95.21 | 141.99 | 128.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 90 | 120 | 0.2 | 0.25 | 0 | 0.53 | 252 | 0.14 | 0.41 |
| Hex | 60 | 5A | 78 | 14 | 19 | 0 | 35 | FC | E | 29 |
| Octal | 140 | 132 | 170 | 24 | 31 | 0 | 65 | 374 | 16 | 51 |
| Binary | 1100000 | 1011010 | 1111000 | 10100 | 11001 | 0 | 110101 | 11111100 | 1110 | 101001 |
Color Harmonies of #605A78
Complementary color
Monochromatic Colors of #605A78
Black with #605A78
Text Example
Text Example
White with #605A78
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #605A78; }
p { color: rgb(96,90,120); }
H1.HeaderClassName
{
color: #605A78;
}
.AnyTagClassName
{
color: #605A78;
}
</style>
background-color css
<style>
a { background-color: #605A78; }
a { background-color: rgb(96,90,120); }
div.DivClassName
{
background-color: #605A78;
}
.BgClassName
{
background-color: #605A78;
}
</style>
border-color css
<style>
span { border-color: #605A78; }
span { border-color: rgb(96,90,120); }
td.TdClassName
{
border-color: #605A78;
}
.TagClassName
{
border-color: #605A78;
}
</style>