Shades of Comet #60627F
Tints of Comet #60627F
RGB
CMYK
RGB Variations
Color information
#60627F (or 0x60627F) is known color: Comet. HEX triplet: 60, 62 and 7F. RGB value is (96,98,127). Sum of RGB (Red+Green+Blue) = 96+98+127=321 (42% of max value = 765). Red value is 96 (37.89% from 255 or 29.91% from 321); Green value is 98 (38.67% from 255 or 30.53% from 321); Blue value is 127 (50% from 255 or 39.56% from 321); Max value from RGB is 127 - color contains mainly: blue. Hex color #60627F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #60627F is #9F9D80. Grayscale: #646464. Windows color (decimal): -10460545 or 8348256. OLE color: 8348256.
HSL color Cylindrical-coordinate representation of color #60627F: hue angle of 236.13º 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 #60627F is Cyan = 0.24, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 96 | 98 | 127 | - |
| CMYK | 0.24 | 0.23 | 0 | 0.50 |
| HSL | 236.13º | 0.14% | 0.44% | - |
| HSV(B) | 236.13º | 0.24% | 0.5% | - |
| XYZ | 13.02 | 12.75 | 21.85 | - |
| YUV | 100.71 | 142.84 | 124.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 98 | 127 | 0.24 | 0.23 | 0 | 0.50 | 236.13 | 0.14 | 0.44 |
| Hex | 60 | 62 | 7F | 18 | 17 | 0 | 32 | EC | E | 2C |
| Octal | 140 | 142 | 177 | 30 | 27 | 0 | 62 | 354 | 16 | 54 |
| Binary | 1100000 | 1100010 | 1111111 | 11000 | 10111 | 0 | 110010 | 11101100 | 1110 | 101100 |
Color Harmonies of #60627F
Complementary color
Monochromatic Colors of #60627F
Black with #60627F
Text Example
Text Example
White with #60627F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60627F; }
p { color: rgb(96,98,127); }
H1.HeaderClassName
{
color: #60627F;
}
.AnyTagClassName
{
color: #60627F;
}
</style>
background-color css
<style>
a { background-color: #60627F; }
a { background-color: rgb(96,98,127); }
div.DivClassName
{
background-color: #60627F;
}
.BgClassName
{
background-color: #60627F;
}
</style>
border-color css
<style>
span { border-color: #60627F; }
span { border-color: rgb(96,98,127); }
td.TdClassName
{
border-color: #60627F;
}
.TagClassName
{
border-color: #60627F;
}
</style>