Shades of Comet #61607A
Tints of Comet #61607A
RGB
CMYK
RGB Variations
Color information
#61607A (or 0x61607A) is known color: Comet. HEX triplet: 61, 60 and 7A. RGB value is (97,96,122). Sum of RGB (Red+Green+Blue) = 97+96+122=315 (41% of max value = 765). Red value is 97 (38.28% from 255 or 30.79% from 315); Green value is 96 (37.89% from 255 or 30.48% from 315); Blue value is 122 (48.05% from 255 or 38.73% from 315); Max value from RGB is 122 - color contains mainly: blue. Hex color #61607A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #61607A is #9E9F85. Grayscale: #636363. Windows color (decimal): -10395526 or 8020065. OLE color: 8020065.
HSL color Cylindrical-coordinate representation of color #61607A: hue angle of 242.31º degrees, saturation: 0.12, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #61607A is Cyan = 0.20, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 97 | 96 | 122 | - |
| CMYK | 0.20 | 0.21 | 0 | 0.52 |
| HSL | 242.31º | 0.12% | 0.43% | - |
| HSV(B) | 242.31º | 0.21% | 0.48% | - |
| XYZ | 12.63 | 12.31 | 20.12 | - |
| YUV | 99.26 | 140.83 | 126.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 96 | 122 | 0.20 | 0.21 | 0 | 0.52 | 242.31 | 0.12 | 0.43 |
| Hex | 61 | 60 | 7A | 14 | 15 | 0 | 34 | F2 | C | 2B |
| Octal | 141 | 140 | 172 | 24 | 25 | 0 | 64 | 362 | 14 | 53 |
| Binary | 1100001 | 1100000 | 1111010 | 10100 | 10101 | 0 | 110100 | 11110010 | 1100 | 101011 |
Color Harmonies of #61607A
Complementary color
Monochromatic Colors of #61607A
Black with #61607A
Text Example
Text Example
White with #61607A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #61607A; }
p { color: rgb(97,96,122); }
H1.HeaderClassName
{
color: #61607A;
}
.AnyTagClassName
{
color: #61607A;
}
</style>
background-color css
<style>
a { background-color: #61607A; }
a { background-color: rgb(97,96,122); }
div.DivClassName
{
background-color: #61607A;
}
.BgClassName
{
background-color: #61607A;
}
</style>
border-color css
<style>
span { border-color: #61607A; }
span { border-color: rgb(97,96,122); }
td.TdClassName
{
border-color: #61607A;
}
.TagClassName
{
border-color: #61607A;
}
</style>