Shades of Comet #606186
Tints of Comet #606186
RGB
CMYK
RGB Variations
Color information
#606186 (or 0x606186) is known color: Comet. HEX triplet: 60, 61 and 86. RGB value is (96,97,134). Sum of RGB (Red+Green+Blue) = 96+97+134=327 (43% of max value = 765). Red value is 96 (37.89% from 255 or 29.36% from 327); Green value is 97 (38.28% from 255 or 29.66% from 327); Blue value is 134 (52.73% from 255 or 40.98% from 327); Max value from RGB is 134 - color contains mainly: blue. Hex color #606186 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #606186 is #9F9E79. Grayscale: #646464. Windows color (decimal): -10460794 or 8806752. OLE color: 8806752.
HSL color Cylindrical-coordinate representation of color #606186: hue angle of 238.42º degrees, saturation: 0.17, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #606186 is Cyan = 0.28, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 96 | 97 | 134 | - |
| CMYK | 0.28 | 0.28 | 0 | 0.47 |
| HSL | 238.42º | 0.17% | 0.45% | - |
| HSV(B) | 238.42º | 0.28% | 0.53% | - |
| XYZ | 13.4 | 12.76 | 24.31 | - |
| YUV | 100.92 | 146.67 | 124.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 97 | 134 | 0.28 | 0.28 | 0 | 0.47 | 238.42 | 0.17 | 0.45 |
| Hex | 60 | 61 | 86 | 1C | 1C | 0 | 2F | EE | 11 | 2D |
| Octal | 140 | 141 | 206 | 34 | 34 | 0 | 57 | 356 | 21 | 55 |
| Binary | 1100000 | 1100001 | 10000110 | 11100 | 11100 | 0 | 101111 | 11101110 | 10001 | 101101 |
Color Harmonies of #606186
Complementary color
Monochromatic Colors of #606186
Black with #606186
Text Example
Text Example
White with #606186
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #606186; }
p { color: rgb(96,97,134); }
H1.HeaderClassName
{
color: #606186;
}
.AnyTagClassName
{
color: #606186;
}
</style>
background-color css
<style>
a { background-color: #606186; }
a { background-color: rgb(96,97,134); }
div.DivClassName
{
background-color: #606186;
}
.BgClassName
{
background-color: #606186;
}
</style>
border-color css
<style>
span { border-color: #606186; }
span { border-color: rgb(96,97,134); }
td.TdClassName
{
border-color: #606186;
}
.TagClassName
{
border-color: #606186;
}
</style>