Shades of Comet #606489
Tints of Comet #606489
RGB
CMYK
RGB Variations
Color information
#606489 (or 0x606489) is known color: Comet. HEX triplet: 60, 64 and 89. RGB value is (96,100,137). Sum of RGB (Red+Green+Blue) = 96+100+137=333 (44% of max value = 765). Red value is 96 (37.89% from 255 or 28.83% from 333); Green value is 100 (39.45% from 255 or 30.03% from 333); Blue value is 137 (53.91% from 255 or 41.14% from 333); Max value from RGB is 137 - color contains mainly: blue. Hex color #606489 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #606489 is #9F9B76. Grayscale: #666666. Windows color (decimal): -10460023 or 9004128. OLE color: 9004128.
HSL color Cylindrical-coordinate representation of color #606489: hue angle of 234.15º degrees, saturation: 0.18, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #606489 is Cyan = 0.30, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 96 | 100 | 137 | - |
| CMYK | 0.30 | 0.27 | 0 | 0.46 |
| HSL | 234.15º | 0.18% | 0.46% | - |
| HSV(B) | 234.15º | 0.3% | 0.54% | - |
| XYZ | 13.9 | 13.41 | 25.52 | - |
| YUV | 103.02 | 147.17 | 122.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 100 | 137 | 0.30 | 0.27 | 0 | 0.46 | 234.15 | 0.18 | 0.46 |
| Hex | 60 | 64 | 89 | 1E | 1B | 0 | 2E | EA | 12 | 2E |
| Octal | 140 | 144 | 211 | 36 | 33 | 0 | 56 | 352 | 22 | 56 |
| Binary | 1100000 | 1100100 | 10001001 | 11110 | 11011 | 0 | 101110 | 11101010 | 10010 | 101110 |
Color Harmonies of #606489
Complementary color
Monochromatic Colors of #606489
Black with #606489
Text Example
Text Example
White with #606489
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #606489; }
p { color: rgb(96,100,137); }
H1.HeaderClassName
{
color: #606489;
}
.AnyTagClassName
{
color: #606489;
}
</style>
background-color css
<style>
a { background-color: #606489; }
a { background-color: rgb(96,100,137); }
div.DivClassName
{
background-color: #606489;
}
.BgClassName
{
background-color: #606489;
}
</style>
border-color css
<style>
span { border-color: #606489; }
span { border-color: rgb(96,100,137); }
td.TdClassName
{
border-color: #606489;
}
.TagClassName
{
border-color: #606489;
}
</style>