Shades of Comet #606584
Tints of Comet #606584
RGB
CMYK
RGB Variations
Color information
#606584 (or 0x606584) is known color: Comet. HEX triplet: 60, 65 and 84. RGB value is (96,101,132). Sum of RGB (Red+Green+Blue) = 96+101+132=329 (43% of max value = 765). Red value is 96 (37.89% from 255 or 29.18% from 329); Green value is 101 (39.84% from 255 or 30.70% from 329); Blue value is 132 (51.95% from 255 or 40.12% from 329); Max value from RGB is 132 - color contains mainly: blue. Hex color #606584 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #606584 is #9F9A7B. Grayscale: #666666. Windows color (decimal): -10459772 or 8676704. OLE color: 8676704.
HSL color Cylindrical-coordinate representation of color #606584: hue angle of 231.67º degrees, saturation: 0.16, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #606584 is Cyan = 0.27, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 96 | 101 | 132 | - |
| CMYK | 0.27 | 0.23 | 0 | 0.48 |
| HSL | 231.67º | 0.16% | 0.45% | - |
| HSV(B) | 231.67º | 0.27% | 0.52% | - |
| XYZ | 13.64 | 13.46 | 23.71 | - |
| YUV | 103.04 | 144.34 | 122.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 101 | 132 | 0.27 | 0.23 | 0 | 0.48 | 231.67 | 0.16 | 0.45 |
| Hex | 60 | 65 | 84 | 1B | 17 | 0 | 30 | E8 | 10 | 2D |
| Octal | 140 | 145 | 204 | 33 | 27 | 0 | 60 | 350 | 20 | 55 |
| Binary | 1100000 | 1100101 | 10000100 | 11011 | 10111 | 0 | 110000 | 11101000 | 10000 | 101101 |
Color Harmonies of #606584
Complementary color
Monochromatic Colors of #606584
Black with #606584
Text Example
Text Example
White with #606584
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #606584; }
p { color: rgb(96,101,132); }
H1.HeaderClassName
{
color: #606584;
}
.AnyTagClassName
{
color: #606584;
}
</style>
background-color css
<style>
a { background-color: #606584; }
a { background-color: rgb(96,101,132); }
div.DivClassName
{
background-color: #606584;
}
.BgClassName
{
background-color: #606584;
}
</style>
border-color css
<style>
span { border-color: #606584; }
span { border-color: rgb(96,101,132); }
td.TdClassName
{
border-color: #606584;
}
.TagClassName
{
border-color: #606584;
}
</style>