Shades of Comet #616272
Tints of Comet #616272
RGB
CMYK
RGB Variations
Color information
#616272 (or 0x616272) is known color: Comet. HEX triplet: 61, 62 and 72. RGB value is (97,98,114). Sum of RGB (Red+Green+Blue) = 97+98+114=309 (40% of max value = 765). Red value is 97 (38.28% from 255 or 31.39% from 309); Green value is 98 (38.67% from 255 or 31.72% from 309); Blue value is 114 (44.92% from 255 or 36.89% from 309); Max value from RGB is 114 - color contains mainly: blue. Hex color #616272 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #616272 is #9E9D8D. Grayscale: #636363. Windows color (decimal): -10395022 or 7496289. OLE color: 7496289.
HSL color Cylindrical-coordinate representation of color #616272: hue angle of 236.47º 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 #616272 is Cyan = 0.15, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 97 | 98 | 114 | - |
| CMYK | 0.15 | 0.14 | 0 | 0.55 |
| HSL | 236.47º | 0.08% | 0.41% | - |
| HSV(B) | 236.47º | 0.15% | 0.45% | - |
| XYZ | 12.33 | 12.49 | 17.68 | - |
| YUV | 99.53 | 136.17 | 126.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 98 | 114 | 0.15 | 0.14 | 0 | 0.55 | 236.47 | 0.08 | 0.41 |
| Hex | 61 | 62 | 72 | F | E | 0 | 37 | EC | 8 | 29 |
| Octal | 141 | 142 | 162 | 17 | 16 | 0 | 67 | 354 | 10 | 51 |
| Binary | 1100001 | 1100010 | 1110010 | 1111 | 1110 | 0 | 110111 | 11101100 | 1000 | 101001 |
Color Harmonies of #616272
Complementary color
Monochromatic Colors of #616272
Black with #616272
Text Example
Text Example
White with #616272
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #616272; }
p { color: rgb(97,98,114); }
H1.HeaderClassName
{
color: #616272;
}
.AnyTagClassName
{
color: #616272;
}
</style>
background-color css
<style>
a { background-color: #616272; }
a { background-color: rgb(97,98,114); }
div.DivClassName
{
background-color: #616272;
}
.BgClassName
{
background-color: #616272;
}
</style>
border-color css
<style>
span { border-color: #616272; }
span { border-color: rgb(97,98,114); }
td.TdClassName
{
border-color: #616272;
}
.TagClassName
{
border-color: #616272;
}
</style>