Shades of Comet #605E71
Tints of Comet #605E71
RGB
CMYK
RGB Variations
Color information
#605E71 (or 0x605E71) is known color: Comet. HEX triplet: 60, 5E and 71. RGB value is (96,94,113). Sum of RGB (Red+Green+Blue) = 96+94+113=303 (40% of max value = 765). Red value is 96 (37.89% from 255 or 31.68% from 303); Green value is 94 (37.11% from 255 or 31.02% from 303); Blue value is 113 (44.53% from 255 or 37.29% from 303); Max value from RGB is 113 - color contains mainly: blue. Hex color #605E71 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #605E71 is #9FA18E. Grayscale: #606060. Windows color (decimal): -10461583 or 7429728. OLE color: 7429728.
HSL color Cylindrical-coordinate representation of color #605E71: hue angle of 246.32º degrees, saturation: 0.09, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #605E71 is Cyan = 0.15, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 96 | 94 | 113 | - |
| CMYK | 0.15 | 0.17 | 0 | 0.56 |
| HSL | 246.32º | 0.09% | 0.41% | - |
| HSV(B) | 246.32º | 0.17% | 0.44% | - |
| XYZ | 11.81 | 11.68 | 17.26 | - |
| YUV | 96.76 | 137.16 | 127.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 94 | 113 | 0.15 | 0.17 | 0 | 0.56 | 246.32 | 0.09 | 0.41 |
| Hex | 60 | 5E | 71 | F | 11 | 0 | 38 | F6 | 9 | 29 |
| Octal | 140 | 136 | 161 | 17 | 21 | 0 | 70 | 366 | 11 | 51 |
| Binary | 1100000 | 1011110 | 1110001 | 1111 | 10001 | 0 | 111000 | 11110110 | 1001 | 101001 |
Color Harmonies of #605E71
Complementary color
Monochromatic Colors of #605E71
Black with #605E71
Text Example
Text Example
White with #605E71
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #605E71; }
p { color: rgb(96,94,113); }
H1.HeaderClassName
{
color: #605E71;
}
.AnyTagClassName
{
color: #605E71;
}
</style>
background-color css
<style>
a { background-color: #605E71; }
a { background-color: rgb(96,94,113); }
div.DivClassName
{
background-color: #605E71;
}
.BgClassName
{
background-color: #605E71;
}
</style>
border-color css
<style>
span { border-color: #605E71; }
span { border-color: rgb(96,94,113); }
td.TdClassName
{
border-color: #605E71;
}
.TagClassName
{
border-color: #605E71;
}
</style>