Shades of Comet #616372
Tints of Comet #616372
RGB
CMYK
RGB Variations
Color information
#616372 (or 0x616372) is known color: Comet. HEX triplet: 61, 63 and 72. RGB value is (97,99,114). Sum of RGB (Red+Green+Blue) = 97+99+114=310 (41% of max value = 765). Red value is 97 (38.28% from 255 or 31.29% from 310); Green value is 99 (39.06% from 255 or 31.94% from 310); Blue value is 114 (44.92% from 255 or 36.77% from 310); Max value from RGB is 114 - color contains mainly: blue. Hex color #616372 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #616372 is #9E9C8D. Grayscale: #646464. Windows color (decimal): -10394766 or 7496545. OLE color: 7496545.
HSL color Cylindrical-coordinate representation of color #616372: hue angle of 232.94º degrees, saturation: 0.08, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #616372 is Cyan = 0.15, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 97 | 99 | 114 | - |
| CMYK | 0.15 | 0.13 | 0 | 0.55 |
| HSL | 232.94º | 0.08% | 0.41% | - |
| HSV(B) | 232.94º | 0.15% | 0.45% | - |
| XYZ | 12.43 | 12.68 | 17.71 | - |
| YUV | 100.11 | 135.84 | 125.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 99 | 114 | 0.15 | 0.13 | 0 | 0.55 | 232.94 | 0.08 | 0.41 |
| Hex | 61 | 63 | 72 | F | D | 0 | 37 | E9 | 8 | 29 |
| Octal | 141 | 143 | 162 | 17 | 15 | 0 | 67 | 351 | 10 | 51 |
| Binary | 1100001 | 1100011 | 1110010 | 1111 | 1101 | 0 | 110111 | 11101001 | 1000 | 101001 |
Color Harmonies of #616372
Complementary color
Monochromatic Colors of #616372
Black with #616372
Text Example
Text Example
White with #616372
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #616372; }
p { color: rgb(97,99,114); }
H1.HeaderClassName
{
color: #616372;
}
.AnyTagClassName
{
color: #616372;
}
</style>
background-color css
<style>
a { background-color: #616372; }
a { background-color: rgb(97,99,114); }
div.DivClassName
{
background-color: #616372;
}
.BgClassName
{
background-color: #616372;
}
</style>
border-color css
<style>
span { border-color: #616372; }
span { border-color: rgb(97,99,114); }
td.TdClassName
{
border-color: #616372;
}
.TagClassName
{
border-color: #616372;
}
</style>