Shades of Comet #60657B
Tints of Comet #60657B
RGB
CMYK
RGB Variations
Color information
#60657B (or 0x60657B) is known color: Comet. HEX triplet: 60, 65 and 7B. RGB value is (96,101,123). Sum of RGB (Red+Green+Blue) = 96+101+123=320 (42% of max value = 765). Red value is 96 (37.89% from 255 or 30% from 320); Green value is 101 (39.84% from 255 or 31.56% from 320); Blue value is 123 (48.44% from 255 or 38.44% from 320); Max value from RGB is 123 - color contains mainly: blue. Hex color #60657B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #60657B is #9F9A84. Grayscale: #656565. Windows color (decimal): -10459781 or 8086880. OLE color: 8086880.
HSL color Cylindrical-coordinate representation of color #60657B: hue angle of 228.89º degrees, saturation: 0.12, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #60657B is Cyan = 0.22, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 96 | 101 | 123 | - |
| CMYK | 0.22 | 0.18 | 0 | 0.52 |
| HSL | 228.89º | 0.12% | 0.43% | - |
| HSV(B) | 228.89º | 0.22% | 0.48% | - |
| XYZ | 13.05 | 13.22 | 20.6 | - |
| YUV | 102.01 | 139.84 | 123.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 101 | 123 | 0.22 | 0.18 | 0 | 0.52 | 228.89 | 0.12 | 0.43 |
| Hex | 60 | 65 | 7B | 16 | 12 | 0 | 34 | E5 | C | 2B |
| Octal | 140 | 145 | 173 | 26 | 22 | 0 | 64 | 345 | 14 | 53 |
| Binary | 1100000 | 1100101 | 1111011 | 10110 | 10010 | 0 | 110100 | 11100101 | 1100 | 101011 |
Color Harmonies of #60657B
Complementary color
Monochromatic Colors of #60657B
Black with #60657B
Text Example
Text Example
White with #60657B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60657B; }
p { color: rgb(96,101,123); }
H1.HeaderClassName
{
color: #60657B;
}
.AnyTagClassName
{
color: #60657B;
}
</style>
background-color css
<style>
a { background-color: #60657B; }
a { background-color: rgb(96,101,123); }
div.DivClassName
{
background-color: #60657B;
}
.BgClassName
{
background-color: #60657B;
}
</style>
border-color css
<style>
span { border-color: #60657B; }
span { border-color: rgb(96,101,123); }
td.TdClassName
{
border-color: #60657B;
}
.TagClassName
{
border-color: #60657B;
}
</style>