Shades of Smoky #605A7A
Tints of Smoky #605A7A
RGB
CMYK
RGB Variations
Color information
#605A7A (or 0x605A7A) is known color: Smoky. HEX triplet: 60, 5A and 7A. RGB value is (96,90,122). Sum of RGB (Red+Green+Blue) = 96+90+122=308 (40% of max value = 765). Red value is 96 (37.89% from 255 or 31.17% from 308); Green value is 90 (35.55% from 255 or 29.22% from 308); Blue value is 122 (48.05% from 255 or 39.61% from 308); Max value from RGB is 122 - color contains mainly: blue. Hex color #605A7A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #605A7A is #9FA585. Grayscale: #5F5F5F. Windows color (decimal): -10462598 or 8018528. OLE color: 8018528.
HSL color Cylindrical-coordinate representation of color #605A7A: hue angle of 251.25º degrees, saturation: 0.15, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #605A7A is Cyan = 0.21, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 96 | 90 | 122 | - |
| CMYK | 0.21 | 0.26 | 0 | 0.52 |
| HSL | 251.25º | 0.15% | 0.42% | - |
| HSV(B) | 251.25º | 0.26% | 0.48% | - |
| XYZ | 11.99 | 11.2 | 19.94 | - |
| YUV | 95.44 | 142.99 | 128.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 90 | 122 | 0.21 | 0.26 | 0 | 0.52 | 251.25 | 0.15 | 0.42 |
| Hex | 60 | 5A | 7A | 15 | 1A | 0 | 34 | FB | F | 2A |
| Octal | 140 | 132 | 172 | 25 | 32 | 0 | 64 | 373 | 17 | 52 |
| Binary | 1100000 | 1011010 | 1111010 | 10101 | 11010 | 0 | 110100 | 11111011 | 1111 | 101010 |
Color Harmonies of #605A7A
Complementary color
Monochromatic Colors of #605A7A
Black with #605A7A
Text Example
Text Example
White with #605A7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #605A7A; }
p { color: rgb(96,90,122); }
H1.HeaderClassName
{
color: #605A7A;
}
.AnyTagClassName
{
color: #605A7A;
}
</style>
background-color css
<style>
a { background-color: #605A7A; }
a { background-color: rgb(96,90,122); }
div.DivClassName
{
background-color: #605A7A;
}
.BgClassName
{
background-color: #605A7A;
}
</style>
border-color css
<style>
span { border-color: #605A7A; }
span { border-color: rgb(96,90,122); }
td.TdClassName
{
border-color: #605A7A;
}
.TagClassName
{
border-color: #605A7A;
}
</style>