Shades of Comet #60617F
Tints of Comet #60617F
RGB
CMYK
RGB Variations
Color information
#60617F (or 0x60617F) is known color: Comet. HEX triplet: 60, 61 and 7F. RGB value is (96,97,127). Sum of RGB (Red+Green+Blue) = 96+97+127=320 (42% of max value = 765). Red value is 96 (37.89% from 255 or 30% from 320); Green value is 97 (38.28% from 255 or 30.31% from 320); Blue value is 127 (50% from 255 or 39.69% from 320); Max value from RGB is 127 - color contains mainly: blue. Hex color #60617F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #60617F is #9F9E80. Grayscale: #646464. Windows color (decimal): -10460801 or 8348000. OLE color: 8348000.
HSL color Cylindrical-coordinate representation of color #60617F: hue angle of 238.06º 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 #60617F is Cyan = 0.24, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 96 | 97 | 127 | - |
| CMYK | 0.24 | 0.24 | 0 | 0.50 |
| HSL | 238.06º | 0.14% | 0.44% | - |
| HSV(B) | 238.06º | 0.24% | 0.5% | - |
| XYZ | 12.93 | 12.57 | 21.82 | - |
| YUV | 100.12 | 143.17 | 125.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 97 | 127 | 0.24 | 0.24 | 0 | 0.50 | 238.06 | 0.14 | 0.44 |
| Hex | 60 | 61 | 7F | 18 | 18 | 0 | 32 | EE | E | 2C |
| Octal | 140 | 141 | 177 | 30 | 30 | 0 | 62 | 356 | 16 | 54 |
| Binary | 1100000 | 1100001 | 1111111 | 11000 | 11000 | 0 | 110010 | 11101110 | 1110 | 101100 |
Color Harmonies of #60617F
Complementary color
Monochromatic Colors of #60617F
Black with #60617F
Text Example
Text Example
White with #60617F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60617F; }
p { color: rgb(96,97,127); }
H1.HeaderClassName
{
color: #60617F;
}
.AnyTagClassName
{
color: #60617F;
}
</style>
background-color css
<style>
a { background-color: #60617F; }
a { background-color: rgb(96,97,127); }
div.DivClassName
{
background-color: #60617F;
}
.BgClassName
{
background-color: #60617F;
}
</style>
border-color css
<style>
span { border-color: #60617F; }
span { border-color: rgb(96,97,127); }
td.TdClassName
{
border-color: #60617F;
}
.TagClassName
{
border-color: #60617F;
}
</style>