Shades of Comet #616388
Tints of Comet #616388
RGB
CMYK
RGB Variations
Color information
#616388 (or 0x616388) is known color: Comet. HEX triplet: 61, 63 and 88. RGB value is (97,99,136). Sum of RGB (Red+Green+Blue) = 97+99+136=332 (43% of max value = 765). Red value is 97 (38.28% from 255 or 29.22% from 332); Green value is 99 (39.06% from 255 or 29.82% from 332); Blue value is 136 (53.52% from 255 or 40.96% from 332); Max value from RGB is 136 - color contains mainly: blue. Hex color #616388 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #616388 is #9E9C77. Grayscale: #666666. Windows color (decimal): -10394744 or 8938337. OLE color: 8938337.
HSL color Cylindrical-coordinate representation of color #616388: hue angle of 236.92º degrees, saturation: 0.17, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #616388 is Cyan = 0.29, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 97 | 99 | 136 | - |
| CMYK | 0.29 | 0.27 | 0 | 0.47 |
| HSL | 236.92º | 0.17% | 0.46% | - |
| HSV(B) | 236.92º | 0.29% | 0.53% | - |
| XYZ | 13.84 | 13.24 | 25.12 | - |
| YUV | 102.62 | 146.84 | 123.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 99 | 136 | 0.29 | 0.27 | 0 | 0.47 | 236.92 | 0.17 | 0.46 |
| Hex | 61 | 63 | 88 | 1D | 1B | 0 | 2F | ED | 11 | 2E |
| Octal | 141 | 143 | 210 | 35 | 33 | 0 | 57 | 355 | 21 | 56 |
| Binary | 1100001 | 1100011 | 10001000 | 11101 | 11011 | 0 | 101111 | 11101101 | 10001 | 101110 |
Color Harmonies of #616388
Complementary color
Monochromatic Colors of #616388
Black with #616388
Text Example
Text Example
White with #616388
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #616388; }
p { color: rgb(97,99,136); }
H1.HeaderClassName
{
color: #616388;
}
.AnyTagClassName
{
color: #616388;
}
</style>
background-color css
<style>
a { background-color: #616388; }
a { background-color: rgb(97,99,136); }
div.DivClassName
{
background-color: #616388;
}
.BgClassName
{
background-color: #616388;
}
</style>
border-color css
<style>
span { border-color: #616388; }
span { border-color: rgb(97,99,136); }
td.TdClassName
{
border-color: #616388;
}
.TagClassName
{
border-color: #616388;
}
</style>