Shades of Smoky #605779
Tints of Smoky #605779
RGB
CMYK
RGB Variations
Color information
#605779 (or 0x605779) is known color: Smoky. HEX triplet: 60, 57 and 79. RGB value is (96,87,121). Sum of RGB (Red+Green+Blue) = 96+87+121=304 (40% of max value = 765). Red value is 96 (37.89% from 255 or 31.58% from 304); Green value is 87 (34.38% from 255 or 28.62% from 304); Blue value is 121 (47.66% from 255 or 39.80% from 304); Max value from RGB is 121 - color contains mainly: blue. Hex color #605779 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #605779 is #9FA886. Grayscale: #5D5D5D. Windows color (decimal): -10463367 or 7952224. OLE color: 7952224.
HSL color Cylindrical-coordinate representation of color #605779: hue angle of 255.88º degrees, saturation: 0.16, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #605779 is Cyan = 0.21, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 96 | 87 | 121 | - |
| CMYK | 0.21 | 0.28 | 0 | 0.53 |
| HSL | 255.88º | 0.16% | 0.41% | - |
| HSV(B) | 255.88º | 0.28% | 0.47% | - |
| XYZ | 11.68 | 10.68 | 19.54 | - |
| YUV | 93.57 | 143.48 | 129.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 87 | 121 | 0.21 | 0.28 | 0 | 0.53 | 255.88 | 0.16 | 0.41 |
| Hex | 60 | 57 | 79 | 15 | 1C | 0 | 35 | 100 | 10 | 29 |
| Octal | 140 | 127 | 171 | 25 | 34 | 0 | 65 | 400 | 20 | 51 |
| Binary | 1100000 | 1010111 | 1111001 | 10101 | 11100 | 0 | 110101 | 100000000 | 10000 | 101001 |
Color Harmonies of #605779
Complementary color
Monochromatic Colors of #605779
Black with #605779
Text Example
Text Example
White with #605779
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #605779; }
p { color: rgb(96,87,121); }
H1.HeaderClassName
{
color: #605779;
}
.AnyTagClassName
{
color: #605779;
}
</style>
background-color css
<style>
a { background-color: #605779; }
a { background-color: rgb(96,87,121); }
div.DivClassName
{
background-color: #605779;
}
.BgClassName
{
background-color: #605779;
}
</style>
border-color css
<style>
span { border-color: #605779; }
span { border-color: rgb(96,87,121); }
td.TdClassName
{
border-color: #605779;
}
.TagClassName
{
border-color: #605779;
}
</style>