Shades of Comet #60637D
Tints of Comet #60637D
RGB
CMYK
RGB Variations
Color information
#60637D (or 0x60637D) is known color: Comet. HEX triplet: 60, 63 and 7D. RGB value is (96,99,125). Sum of RGB (Red+Green+Blue) = 96+99+125=320 (42% of max value = 765). Red value is 96 (37.89% from 255 or 30% from 320); Green value is 99 (39.06% from 255 or 30.94% from 320); Blue value is 125 (49.22% from 255 or 39.06% from 320); Max value from RGB is 125 - color contains mainly: blue. Hex color #60637D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #60637D is #9F9C82. Grayscale: #646464. Windows color (decimal): -10460291 or 8217440. OLE color: 8217440.
HSL color Cylindrical-coordinate representation of color #60637D: hue angle of 233.79º 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 #60637D is Cyan = 0.23, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 96 | 99 | 125 | - |
| CMYK | 0.23 | 0.21 | 0 | 0.51 |
| HSL | 233.79º | 0.13% | 0.43% | - |
| HSV(B) | 233.79º | 0.23% | 0.49% | - |
| XYZ | 12.99 | 12.89 | 21.21 | - |
| YUV | 101.07 | 141.51 | 124.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 99 | 125 | 0.23 | 0.21 | 0 | 0.51 | 233.79 | 0.13 | 0.43 |
| Hex | 60 | 63 | 7D | 17 | 15 | 0 | 33 | EA | D | 2B |
| Octal | 140 | 143 | 175 | 27 | 25 | 0 | 63 | 352 | 15 | 53 |
| Binary | 1100000 | 1100011 | 1111101 | 10111 | 10101 | 0 | 110011 | 11101010 | 1101 | 101011 |
Color Harmonies of #60637D
Complementary color
Monochromatic Colors of #60637D
Black with #60637D
Text Example
Text Example
White with #60637D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60637D; }
p { color: rgb(96,99,125); }
H1.HeaderClassName
{
color: #60637D;
}
.AnyTagClassName
{
color: #60637D;
}
</style>
background-color css
<style>
a { background-color: #60637D; }
a { background-color: rgb(96,99,125); }
div.DivClassName
{
background-color: #60637D;
}
.BgClassName
{
background-color: #60637D;
}
</style>
border-color css
<style>
span { border-color: #60637D; }
span { border-color: rgb(96,99,125); }
td.TdClassName
{
border-color: #60637D;
}
.TagClassName
{
border-color: #60637D;
}
</style>