Shades of Comet #61616E
Tints of Comet #61616E
RGB
CMYK
RGB Variations
Color information
#61616E (or 0x61616E) is known color: Comet. HEX triplet: 61, 61 and 6E. RGB value is (97,97,110). Sum of RGB (Red+Green+Blue) = 97+97+110=304 (40% of max value = 765). Red value is 97 (38.28% from 255 or 31.91% from 304); Green value is 97 (38.28% from 255 or 31.91% from 304); Blue value is 110 (43.36% from 255 or 36.18% from 304); Max value from RGB is 110 - color contains mainly: blue. Hex color #61616E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #61616E is #9E9E91. Grayscale: #626262. Windows color (decimal): -10395282 or 7233889. OLE color: 7233889.
HSL color Cylindrical-coordinate representation of color #61616E: hue angle of 240º degrees, saturation: 0.06, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #61616E is Cyan = 0.12, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 97 | 97 | 110 | - |
| CMYK | 0.12 | 0.12 | 0 | 0.57 |
| HSL | 240º | 0.06% | 0.41% | - |
| HSV(B) | 240º | 0.12% | 0.43% | - |
| XYZ | 12.02 | 12.22 | 16.48 | - |
| YUV | 98.48 | 134.5 | 126.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 97 | 110 | 0.12 | 0.12 | 0 | 0.57 | 240 | 0.06 | 0.41 |
| Hex | 61 | 61 | 6E | C | C | 0 | 39 | F0 | 6 | 29 |
| Octal | 141 | 141 | 156 | 14 | 14 | 0 | 71 | 360 | 6 | 51 |
| Binary | 1100001 | 1100001 | 1101110 | 1100 | 1100 | 0 | 111001 | 11110000 | 110 | 101001 |
Color Harmonies of #61616E
Complementary color
Monochromatic Colors of #61616E
Black with #61616E
Text Example
Text Example
White with #61616E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #61616E; }
p { color: rgb(97,97,110); }
H1.HeaderClassName
{
color: #61616E;
}
.AnyTagClassName
{
color: #61616E;
}
</style>
background-color css
<style>
a { background-color: #61616E; }
a { background-color: rgb(97,97,110); }
div.DivClassName
{
background-color: #61616E;
}
.BgClassName
{
background-color: #61616E;
}
</style>
border-color css
<style>
span { border-color: #61616E; }
span { border-color: rgb(97,97,110); }
td.TdClassName
{
border-color: #61616E;
}
.TagClassName
{
border-color: #61616E;
}
</style>