Shades of Comet #60657E
Tints of Comet #60657E
RGB
CMYK
RGB Variations
Color information
#60657E (or 0x60657E) is known color: Comet. HEX triplet: 60, 65 and 7E. RGB value is (96,101,126). Sum of RGB (Red+Green+Blue) = 96+101+126=323 (42% of max value = 765). Red value is 96 (37.89% from 255 or 29.72% from 323); Green value is 101 (39.84% from 255 or 31.27% from 323); Blue value is 126 (49.61% from 255 or 39.01% from 323); Max value from RGB is 126 - color contains mainly: blue. Hex color #60657E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #60657E is #9F9A81. Grayscale: #666666. Windows color (decimal): -10459778 or 8283488. OLE color: 8283488.
HSL color Cylindrical-coordinate representation of color #60657E: hue angle of 230º degrees, saturation: 0.14, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #60657E is Cyan = 0.24, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 96 | 101 | 126 | - |
| CMYK | 0.24 | 0.20 | 0 | 0.51 |
| HSL | 230º | 0.14% | 0.44% | - |
| HSV(B) | 230º | 0.24% | 0.49% | - |
| XYZ | 13.24 | 13.3 | 21.61 | - |
| YUV | 102.36 | 141.34 | 123.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 101 | 126 | 0.24 | 0.20 | 0 | 0.51 | 230 | 0.14 | 0.44 |
| Hex | 60 | 65 | 7E | 18 | 14 | 0 | 33 | E6 | E | 2C |
| Octal | 140 | 145 | 176 | 30 | 24 | 0 | 63 | 346 | 16 | 54 |
| Binary | 1100000 | 1100101 | 1111110 | 11000 | 10100 | 0 | 110011 | 11100110 | 1110 | 101100 |
Color Harmonies of #60657E
Complementary color
Monochromatic Colors of #60657E
Black with #60657E
Text Example
Text Example
White with #60657E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60657E; }
p { color: rgb(96,101,126); }
H1.HeaderClassName
{
color: #60657E;
}
.AnyTagClassName
{
color: #60657E;
}
</style>
background-color css
<style>
a { background-color: #60657E; }
a { background-color: rgb(96,101,126); }
div.DivClassName
{
background-color: #60657E;
}
.BgClassName
{
background-color: #60657E;
}
</style>
border-color css
<style>
span { border-color: #60657E; }
span { border-color: rgb(96,101,126); }
td.TdClassName
{
border-color: #60657E;
}
.TagClassName
{
border-color: #60657E;
}
</style>