Shades of Comet #606184
Tints of Comet #606184
RGB
CMYK
RGB Variations
Color information
#606184 (or 0x606184) is known color: Comet. HEX triplet: 60, 61 and 84. RGB value is (96,97,132). Sum of RGB (Red+Green+Blue) = 96+97+132=325 (43% of max value = 765). Red value is 96 (37.89% from 255 or 29.54% from 325); Green value is 97 (38.28% from 255 or 29.85% from 325); Blue value is 132 (51.95% from 255 or 40.62% from 325); Max value from RGB is 132 - color contains mainly: blue. Hex color #606184 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #606184 is #9F9E7B. Grayscale: #646464. Windows color (decimal): -10460796 or 8675680. OLE color: 8675680.
HSL color Cylindrical-coordinate representation of color #606184: hue angle of 238.33º 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 #606184 is Cyan = 0.27, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 96 | 97 | 132 | - |
| CMYK | 0.27 | 0.27 | 0 | 0.48 |
| HSL | 238.33º | 0.16% | 0.45% | - |
| HSV(B) | 238.33º | 0.27% | 0.52% | - |
| XYZ | 13.26 | 12.7 | 23.58 | - |
| YUV | 100.69 | 145.67 | 124.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 97 | 132 | 0.27 | 0.27 | 0 | 0.48 | 238.33 | 0.16 | 0.45 |
| Hex | 60 | 61 | 84 | 1B | 1B | 0 | 30 | EE | 10 | 2D |
| Octal | 140 | 141 | 204 | 33 | 33 | 0 | 60 | 356 | 20 | 55 |
| Binary | 1100000 | 1100001 | 10000100 | 11011 | 11011 | 0 | 110000 | 11101110 | 10000 | 101101 |
Color Harmonies of #606184
Complementary color
Monochromatic Colors of #606184
Black with #606184
Text Example
Text Example
White with #606184
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #606184; }
p { color: rgb(96,97,132); }
H1.HeaderClassName
{
color: #606184;
}
.AnyTagClassName
{
color: #606184;
}
</style>
background-color css
<style>
a { background-color: #606184; }
a { background-color: rgb(96,97,132); }
div.DivClassName
{
background-color: #606184;
}
.BgClassName
{
background-color: #606184;
}
</style>
border-color css
<style>
span { border-color: #606184; }
span { border-color: rgb(96,97,132); }
td.TdClassName
{
border-color: #606184;
}
.TagClassName
{
border-color: #606184;
}
</style>