Shades of Comet #616687
Tints of Comet #616687
RGB
CMYK
RGB Variations
Color information
#616687 (or 0x616687) is known color: Comet. HEX triplet: 61, 66 and 87. RGB value is (97,102,135). Sum of RGB (Red+Green+Blue) = 97+102+135=334 (44% of max value = 765). Red value is 97 (38.28% from 255 or 29.04% from 334); Green value is 102 (40.23% from 255 or 30.54% from 334); Blue value is 135 (53.12% from 255 or 40.42% from 334); Max value from RGB is 135 - color contains mainly: blue. Hex color #616687 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #616687 is #9E9978. Grayscale: #686868. Windows color (decimal): -10393977 or 8873569. OLE color: 8873569.
HSL color Cylindrical-coordinate representation of color #616687: hue angle of 232.11º 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 #616687 is Cyan = 0.28, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 97 | 102 | 135 | - |
| CMYK | 0.28 | 0.24 | 0 | 0.47 |
| HSL | 232.11º | 0.16% | 0.45% | - |
| HSV(B) | 232.11º | 0.28% | 0.53% | - |
| XYZ | 14.05 | 13.79 | 24.84 | - |
| YUV | 104.27 | 145.34 | 122.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 102 | 135 | 0.28 | 0.24 | 0 | 0.47 | 232.11 | 0.16 | 0.45 |
| Hex | 61 | 66 | 87 | 1C | 18 | 0 | 2F | E8 | 10 | 2D |
| Octal | 141 | 146 | 207 | 34 | 30 | 0 | 57 | 350 | 20 | 55 |
| Binary | 1100001 | 1100110 | 10000111 | 11100 | 11000 | 0 | 101111 | 11101000 | 10000 | 101101 |
Color Harmonies of #616687
Complementary color
Monochromatic Colors of #616687
Black with #616687
Text Example
Text Example
White with #616687
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #616687; }
p { color: rgb(97,102,135); }
H1.HeaderClassName
{
color: #616687;
}
.AnyTagClassName
{
color: #616687;
}
</style>
background-color css
<style>
a { background-color: #616687; }
a { background-color: rgb(97,102,135); }
div.DivClassName
{
background-color: #616687;
}
.BgClassName
{
background-color: #616687;
}
</style>
border-color css
<style>
span { border-color: #616687; }
span { border-color: rgb(97,102,135); }
td.TdClassName
{
border-color: #616687;
}
.TagClassName
{
border-color: #616687;
}
</style>