Shades of Comet #60657C
Tints of Comet #60657C
RGB
CMYK
RGB Variations
Color information
#60657C (or 0x60657C) is known color: Comet. HEX triplet: 60, 65 and 7C. RGB value is (96,101,124). Sum of RGB (Red+Green+Blue) = 96+101+124=321 (42% of max value = 765). Red value is 96 (37.89% from 255 or 29.91% from 321); Green value is 101 (39.84% from 255 or 31.46% from 321); Blue value is 124 (48.83% from 255 or 38.63% from 321); Max value from RGB is 124 - color contains mainly: blue. Hex color #60657C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #60657C is #9F9A83. Grayscale: #666666. Windows color (decimal): -10459780 or 8152416. OLE color: 8152416.
HSL color Cylindrical-coordinate representation of color #60657C: hue angle of 229.29º degrees, saturation: 0.13, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #60657C is Cyan = 0.23, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 96 | 101 | 124 | - |
| CMYK | 0.23 | 0.19 | 0 | 0.51 |
| HSL | 229.29º | 0.13% | 0.43% | - |
| HSV(B) | 229.29º | 0.23% | 0.49% | - |
| XYZ | 13.12 | 13.25 | 20.93 | - |
| YUV | 102.13 | 140.34 | 123.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 101 | 124 | 0.23 | 0.19 | 0 | 0.51 | 229.29 | 0.13 | 0.43 |
| Hex | 60 | 65 | 7C | 17 | 13 | 0 | 33 | E5 | D | 2B |
| Octal | 140 | 145 | 174 | 27 | 23 | 0 | 63 | 345 | 15 | 53 |
| Binary | 1100000 | 1100101 | 1111100 | 10111 | 10011 | 0 | 110011 | 11100101 | 1101 | 101011 |
Color Harmonies of #60657C
Complementary color
Monochromatic Colors of #60657C
Black with #60657C
Text Example
Text Example
White with #60657C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60657C; }
p { color: rgb(96,101,124); }
H1.HeaderClassName
{
color: #60657C;
}
.AnyTagClassName
{
color: #60657C;
}
</style>
background-color css
<style>
a { background-color: #60657C; }
a { background-color: rgb(96,101,124); }
div.DivClassName
{
background-color: #60657C;
}
.BgClassName
{
background-color: #60657C;
}
</style>
border-color css
<style>
span { border-color: #60657C; }
span { border-color: rgb(96,101,124); }
td.TdClassName
{
border-color: #60657C;
}
.TagClassName
{
border-color: #60657C;
}
</style>