Shades of Comet #60667D
Tints of Comet #60667D
RGB
CMYK
RGB Variations
Color information
#60667D (or 0x60667D) is known color: Comet. HEX triplet: 60, 66 and 7D. RGB value is (96,102,125). Sum of RGB (Red+Green+Blue) = 96+102+125=323 (42% of max value = 765). Red value is 96 (37.89% from 255 or 29.72% from 323); Green value is 102 (40.23% from 255 or 31.58% from 323); Blue value is 125 (49.22% from 255 or 38.70% from 323); Max value from RGB is 125 - color contains mainly: blue. Hex color #60667D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #60667D is #9F9982. Grayscale: #666666. Windows color (decimal): -10459523 or 8218208. OLE color: 8218208.
HSL color Cylindrical-coordinate representation of color #60667D: hue angle of 227.59º 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 #60667D is Cyan = 0.23, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 96 | 102 | 125 | - |
| CMYK | 0.23 | 0.18 | 0 | 0.51 |
| HSL | 227.59º | 0.13% | 0.43% | - |
| HSV(B) | 227.59º | 0.23% | 0.49% | - |
| XYZ | 13.28 | 13.47 | 21.3 | - |
| YUV | 102.83 | 140.51 | 123.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 102 | 125 | 0.23 | 0.18 | 0 | 0.51 | 227.59 | 0.13 | 0.43 |
| Hex | 60 | 66 | 7D | 17 | 12 | 0 | 33 | E4 | D | 2B |
| Octal | 140 | 146 | 175 | 27 | 22 | 0 | 63 | 344 | 15 | 53 |
| Binary | 1100000 | 1100110 | 1111101 | 10111 | 10010 | 0 | 110011 | 11100100 | 1101 | 101011 |
Color Harmonies of #60667D
Complementary color
Monochromatic Colors of #60667D
Black with #60667D
Text Example
Text Example
White with #60667D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60667D; }
p { color: rgb(96,102,125); }
H1.HeaderClassName
{
color: #60667D;
}
.AnyTagClassName
{
color: #60667D;
}
</style>
background-color css
<style>
a { background-color: #60667D; }
a { background-color: rgb(96,102,125); }
div.DivClassName
{
background-color: #60667D;
}
.BgClassName
{
background-color: #60667D;
}
</style>
border-color css
<style>
span { border-color: #60667D; }
span { border-color: rgb(96,102,125); }
td.TdClassName
{
border-color: #60667D;
}
.TagClassName
{
border-color: #60667D;
}
</style>