Shades of Comet #605C7B
Tints of Comet #605C7B
RGB
CMYK
RGB Variations
Color information
#605C7B (or 0x605C7B) is known color: Comet. HEX triplet: 60, 5C and 7B. RGB value is (96,92,123). Sum of RGB (Red+Green+Blue) = 96+92+123=311 (41% of max value = 765). Red value is 96 (37.89% from 255 or 30.87% from 311); Green value is 92 (36.33% from 255 or 29.58% from 311); Blue value is 123 (48.44% from 255 or 39.55% from 311); Max value from RGB is 123 - color contains mainly: blue. Hex color #605C7B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #605C7B is #9FA384. Grayscale: #606060. Windows color (decimal): -10462085 or 8084576. OLE color: 8084576.
HSL color Cylindrical-coordinate representation of color #605C7B: hue angle of 247.74º degrees, saturation: 0.14, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #605C7B is Cyan = 0.22, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 96 | 92 | 123 | - |
| CMYK | 0.22 | 0.25 | 0 | 0.52 |
| HSL | 247.74º | 0.14% | 0.42% | - |
| HSV(B) | 247.74º | 0.25% | 0.48% | - |
| XYZ | 12.23 | 11.57 | 20.33 | - |
| YUV | 96.73 | 142.83 | 127.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 92 | 123 | 0.22 | 0.25 | 0 | 0.52 | 247.74 | 0.14 | 0.42 |
| Hex | 60 | 5C | 7B | 16 | 19 | 0 | 34 | F8 | E | 2A |
| Octal | 140 | 134 | 173 | 26 | 31 | 0 | 64 | 370 | 16 | 52 |
| Binary | 1100000 | 1011100 | 1111011 | 10110 | 11001 | 0 | 110100 | 11111000 | 1110 | 101010 |
Color Harmonies of #605C7B
Complementary color
Monochromatic Colors of #605C7B
Black with #605C7B
Text Example
Text Example
White with #605C7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #605C7B; }
p { color: rgb(96,92,123); }
H1.HeaderClassName
{
color: #605C7B;
}
.AnyTagClassName
{
color: #605C7B;
}
</style>
background-color css
<style>
a { background-color: #605C7B; }
a { background-color: rgb(96,92,123); }
div.DivClassName
{
background-color: #605C7B;
}
.BgClassName
{
background-color: #605C7B;
}
</style>
border-color css
<style>
span { border-color: #605C7B; }
span { border-color: rgb(96,92,123); }
td.TdClassName
{
border-color: #605C7B;
}
.TagClassName
{
border-color: #605C7B;
}
</style>