Shades of Comet #616686
Tints of Comet #616686
RGB
CMYK
RGB Variations
Color information
#616686 (or 0x616686) is known color: Comet. HEX triplet: 61, 66 and 86. RGB value is (97,102,134). Sum of RGB (Red+Green+Blue) = 97+102+134=333 (44% of max value = 765). Red value is 97 (38.28% from 255 or 29.13% from 333); Green value is 102 (40.23% from 255 or 30.63% from 333); Blue value is 134 (52.73% from 255 or 40.24% from 333); Max value from RGB is 134 - color contains mainly: blue. Hex color #616686 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #616686 is #9E9979. Grayscale: #686868. Windows color (decimal): -10393978 or 8808033. OLE color: 8808033.
HSL color Cylindrical-coordinate representation of color #616686: hue angle of 231.89º degrees, saturation: 0.16, 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 #616686 is Cyan = 0.28, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 97 | 102 | 134 | - |
| CMYK | 0.28 | 0.24 | 0 | 0.47 |
| HSL | 231.89º | 0.16% | 0.45% | - |
| HSV(B) | 231.89º | 0.28% | 0.53% | - |
| XYZ | 13.98 | 13.77 | 24.47 | - |
| YUV | 104.15 | 144.84 | 122.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 102 | 134 | 0.28 | 0.24 | 0 | 0.47 | 231.89 | 0.16 | 0.45 |
| Hex | 61 | 66 | 86 | 1C | 18 | 0 | 2F | E8 | 10 | 2D |
| Octal | 141 | 146 | 206 | 34 | 30 | 0 | 57 | 350 | 20 | 55 |
| Binary | 1100001 | 1100110 | 10000110 | 11100 | 11000 | 0 | 101111 | 11101000 | 10000 | 101101 |
Color Harmonies of #616686
Complementary color
Monochromatic Colors of #616686
Black with #616686
Text Example
Text Example
White with #616686
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #616686; }
p { color: rgb(97,102,134); }
H1.HeaderClassName
{
color: #616686;
}
.AnyTagClassName
{
color: #616686;
}
</style>
background-color css
<style>
a { background-color: #616686; }
a { background-color: rgb(97,102,134); }
div.DivClassName
{
background-color: #616686;
}
.BgClassName
{
background-color: #616686;
}
</style>
border-color css
<style>
span { border-color: #616686; }
span { border-color: rgb(97,102,134); }
td.TdClassName
{
border-color: #616686;
}
.TagClassName
{
border-color: #616686;
}
</style>