Shades of Comet #616270
Tints of Comet #616270
RGB
CMYK
RGB Variations
Color information
#616270 (or 0x616270) is known color: Comet. HEX triplet: 61, 62 and 70. RGB value is (97,98,112). Sum of RGB (Red+Green+Blue) = 97+98+112=307 (40% of max value = 765). Red value is 97 (38.28% from 255 or 31.60% from 307); Green value is 98 (38.67% from 255 or 31.92% from 307); Blue value is 112 (44.14% from 255 or 36.48% from 307); Max value from RGB is 112 - color contains mainly: blue. Hex color #616270 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #616270 is #9E9D8F. Grayscale: #636363. Windows color (decimal): -10395024 or 7365217. OLE color: 7365217.
HSL color Cylindrical-coordinate representation of color #616270: hue angle of 236º degrees, saturation: 0.07, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #616270 is Cyan = 0.13, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 97 | 98 | 112 | - |
| CMYK | 0.13 | 0.13 | 0 | 0.56 |
| HSL | 236º | 0.07% | 0.41% | - |
| HSV(B) | 236º | 0.13% | 0.44% | - |
| XYZ | 12.22 | 12.45 | 17.09 | - |
| YUV | 99.3 | 135.17 | 126.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 98 | 112 | 0.13 | 0.13 | 0 | 0.56 | 236 | 0.07 | 0.41 |
| Hex | 61 | 62 | 70 | D | D | 0 | 38 | EC | 7 | 29 |
| Octal | 141 | 142 | 160 | 15 | 15 | 0 | 70 | 354 | 7 | 51 |
| Binary | 1100001 | 1100010 | 1110000 | 1101 | 1101 | 0 | 111000 | 11101100 | 111 | 101001 |
Color Harmonies of #616270
Complementary color
Monochromatic Colors of #616270
Black with #616270
Text Example
Text Example
White with #616270
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #616270; }
p { color: rgb(97,98,112); }
H1.HeaderClassName
{
color: #616270;
}
.AnyTagClassName
{
color: #616270;
}
</style>
background-color css
<style>
a { background-color: #616270; }
a { background-color: rgb(97,98,112); }
div.DivClassName
{
background-color: #616270;
}
.BgClassName
{
background-color: #616270;
}
</style>
border-color css
<style>
span { border-color: #616270; }
span { border-color: rgb(97,98,112); }
td.TdClassName
{
border-color: #616270;
}
.TagClassName
{
border-color: #616270;
}
</style>