Shades of Smoky #605378
Tints of Smoky #605378
RGB
CMYK
RGB Variations
Color information
#605378 (or 0x605378) is known color: Smoky. HEX triplet: 60, 53 and 78. RGB value is (96,83,120). Sum of RGB (Red+Green+Blue) = 96+83+120=299 (39% of max value = 765). Red value is 96 (37.89% from 255 or 32.11% from 299); Green value is 83 (32.81% from 255 or 27.76% from 299); Blue value is 120 (47.27% from 255 or 40.13% from 299); Max value from RGB is 120 - color contains mainly: blue. Hex color #605378 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #605378 is #9FAC87. Grayscale: #5A5A5A. Windows color (decimal): -10464392 or 7885664. OLE color: 7885664.
HSL color Cylindrical-coordinate representation of color #605378: hue angle of 261.08º degrees, saturation: 0.18, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #605378 is Cyan = 0.2, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 96 | 83 | 120 | - |
| CMYK | 0.2 | 0.31 | 0 | 0.53 |
| HSL | 261.08º | 0.18% | 0.4% | - |
| HSV(B) | 261.08º | 0.31% | 0.47% | - |
| XYZ | 11.31 | 10.03 | 19.11 | - |
| YUV | 91.11 | 144.31 | 131.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 83 | 120 | 0.2 | 0.31 | 0 | 0.53 | 261.08 | 0.18 | 0.4 |
| Hex | 60 | 53 | 78 | 14 | 1F | 0 | 35 | 105 | 12 | 28 |
| Octal | 140 | 123 | 170 | 24 | 37 | 0 | 65 | 405 | 22 | 50 |
| Binary | 1100000 | 1010011 | 1111000 | 10100 | 11111 | 0 | 110101 | 100000101 | 10010 | 101000 |
Color Harmonies of #605378
Complementary color
Monochromatic Colors of #605378
Black with #605378
Text Example
Text Example
White with #605378
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #605378; }
p { color: rgb(96,83,120); }
H1.HeaderClassName
{
color: #605378;
}
.AnyTagClassName
{
color: #605378;
}
</style>
background-color css
<style>
a { background-color: #605378; }
a { background-color: rgb(96,83,120); }
div.DivClassName
{
background-color: #605378;
}
.BgClassName
{
background-color: #605378;
}
</style>
border-color css
<style>
span { border-color: #605378; }
span { border-color: rgb(96,83,120); }
td.TdClassName
{
border-color: #605378;
}
.TagClassName
{
border-color: #605378;
}
</style>