Shades of Comet #60657F
Tints of Comet #60657F
RGB
CMYK
RGB Variations
Color information
#60657F (or 0x60657F) is known color: Comet. HEX triplet: 60, 65 and 7F. RGB value is (96,101,127). Sum of RGB (Red+Green+Blue) = 96+101+127=324 (42% of max value = 765). Red value is 96 (37.89% from 255 or 29.63% from 324); Green value is 101 (39.84% from 255 or 31.17% from 324); Blue value is 127 (50% from 255 or 39.20% from 324); Max value from RGB is 127 - color contains mainly: blue. Hex color #60657F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #60657F is #9F9A80. Grayscale: #666666. Windows color (decimal): -10459777 or 8349024. OLE color: 8349024.
HSL color Cylindrical-coordinate representation of color #60657F: hue angle of 230.32º 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 #60657F is Cyan = 0.24, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 96 | 101 | 127 | - |
| CMYK | 0.24 | 0.20 | 0 | 0.50 |
| HSL | 230.32º | 0.14% | 0.44% | - |
| HSV(B) | 230.32º | 0.24% | 0.5% | - |
| XYZ | 13.31 | 13.33 | 21.95 | - |
| YUV | 102.47 | 141.84 | 123.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 101 | 127 | 0.24 | 0.20 | 0 | 0.50 | 230.32 | 0.14 | 0.44 |
| Hex | 60 | 65 | 7F | 18 | 14 | 0 | 32 | E6 | E | 2C |
| Octal | 140 | 145 | 177 | 30 | 24 | 0 | 62 | 346 | 16 | 54 |
| Binary | 1100000 | 1100101 | 1111111 | 11000 | 10100 | 0 | 110010 | 11100110 | 1110 | 101100 |
Color Harmonies of #60657F
Complementary color
Monochromatic Colors of #60657F
Black with #60657F
Text Example
Text Example
White with #60657F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60657F; }
p { color: rgb(96,101,127); }
H1.HeaderClassName
{
color: #60657F;
}
.AnyTagClassName
{
color: #60657F;
}
</style>
background-color css
<style>
a { background-color: #60657F; }
a { background-color: rgb(96,101,127); }
div.DivClassName
{
background-color: #60657F;
}
.BgClassName
{
background-color: #60657F;
}
</style>
border-color css
<style>
span { border-color: #60657F; }
span { border-color: rgb(96,101,127); }
td.TdClassName
{
border-color: #60657F;
}
.TagClassName
{
border-color: #60657F;
}
</style>