Shades of Comet #60607F
Tints of Comet #60607F
RGB
CMYK
RGB Variations
Color information
#60607F (or 0x60607F) is known color: Comet. HEX triplet: 60, 60 and 7F. RGB value is (96,96,127). Sum of RGB (Red+Green+Blue) = 96+96+127=319 (42% of max value = 765). Red value is 96 (37.89% from 255 or 30.09% from 319); Green value is 96 (37.89% from 255 or 30.09% from 319); Blue value is 127 (50% from 255 or 39.81% from 319); Max value from RGB is 127 - color contains mainly: blue. Hex color #60607F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #60607F is #9F9F80. Grayscale: #636363. Windows color (decimal): -10461057 or 8347744. OLE color: 8347744.
HSL color Cylindrical-coordinate representation of color #60607F: hue angle of 240º degrees, saturation: 0.14, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #60607F is Cyan = 0.24, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 96 | 96 | 127 | - |
| CMYK | 0.24 | 0.24 | 0 | 0.50 |
| HSL | 240º | 0.14% | 0.44% | - |
| HSV(B) | 240º | 0.24% | 0.5% | - |
| XYZ | 12.84 | 12.38 | 21.79 | - |
| YUV | 99.53 | 143.5 | 125.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 96 | 127 | 0.24 | 0.24 | 0 | 0.50 | 240 | 0.14 | 0.44 |
| Hex | 60 | 60 | 7F | 18 | 18 | 0 | 32 | F0 | E | 2C |
| Octal | 140 | 140 | 177 | 30 | 30 | 0 | 62 | 360 | 16 | 54 |
| Binary | 1100000 | 1100000 | 1111111 | 11000 | 11000 | 0 | 110010 | 11110000 | 1110 | 101100 |
Color Harmonies of #60607F
Complementary color
Monochromatic Colors of #60607F
Black with #60607F
Text Example
Text Example
White with #60607F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60607F; }
p { color: rgb(96,96,127); }
H1.HeaderClassName
{
color: #60607F;
}
.AnyTagClassName
{
color: #60607F;
}
</style>
background-color css
<style>
a { background-color: #60607F; }
a { background-color: rgb(96,96,127); }
div.DivClassName
{
background-color: #60607F;
}
.BgClassName
{
background-color: #60607F;
}
</style>
border-color css
<style>
span { border-color: #60607F; }
span { border-color: rgb(96,96,127); }
td.TdClassName
{
border-color: #60607F;
}
.TagClassName
{
border-color: #60607F;
}
</style>