Shades of Comet #605E7D
Tints of Comet #605E7D
RGB
CMYK
RGB Variations
Color information
#605E7D (or 0x605E7D) is known color: Comet. HEX triplet: 60, 5E and 7D. RGB value is (96,94,125). Sum of RGB (Red+Green+Blue) = 96+94+125=315 (41% of max value = 765). Red value is 96 (37.89% from 255 or 30.48% from 315); Green value is 94 (37.11% from 255 or 29.84% from 315); Blue value is 125 (49.22% from 255 or 39.68% from 315); Max value from RGB is 125 - color contains mainly: blue. Hex color #605E7D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #605E7D is #9FA182. Grayscale: #626262. Windows color (decimal): -10461571 or 8216160. OLE color: 8216160.
HSL color Cylindrical-coordinate representation of color #605E7D: hue angle of 243.87º degrees, saturation: 0.14, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #605E7D is Cyan = 0.23, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 96 | 94 | 125 | - |
| CMYK | 0.23 | 0.25 | 0 | 0.51 |
| HSL | 243.87º | 0.14% | 0.43% | - |
| HSV(B) | 243.87º | 0.25% | 0.49% | - |
| XYZ | 12.53 | 11.97 | 21.05 | - |
| YUV | 98.13 | 143.16 | 126.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 94 | 125 | 0.23 | 0.25 | 0 | 0.51 | 243.87 | 0.14 | 0.43 |
| Hex | 60 | 5E | 7D | 17 | 19 | 0 | 33 | F4 | E | 2B |
| Octal | 140 | 136 | 175 | 27 | 31 | 0 | 63 | 364 | 16 | 53 |
| Binary | 1100000 | 1011110 | 1111101 | 10111 | 11001 | 0 | 110011 | 11110100 | 1110 | 101011 |
Color Harmonies of #605E7D
Complementary color
Monochromatic Colors of #605E7D
Black with #605E7D
Text Example
Text Example
White with #605E7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #605E7D; }
p { color: rgb(96,94,125); }
H1.HeaderClassName
{
color: #605E7D;
}
.AnyTagClassName
{
color: #605E7D;
}
</style>
background-color css
<style>
a { background-color: #605E7D; }
a { background-color: rgb(96,94,125); }
div.DivClassName
{
background-color: #605E7D;
}
.BgClassName
{
background-color: #605E7D;
}
</style>
border-color css
<style>
span { border-color: #605E7D; }
span { border-color: rgb(96,94,125); }
td.TdClassName
{
border-color: #605E7D;
}
.TagClassName
{
border-color: #605E7D;
}
</style>