Shades of Comet #61607F
Tints of Comet #61607F
RGB
CMYK
RGB Variations
Color information
#61607F (or 0x61607F) is known color: Comet. HEX triplet: 61, 60 and 7F. RGB value is (97,96,127). Sum of RGB (Red+Green+Blue) = 97+96+127=320 (42% of max value = 765). Red value is 97 (38.28% from 255 or 30.31% from 320); Green value is 96 (37.89% from 255 or 30% from 320); Blue value is 127 (50% from 255 or 39.69% from 320); Max value from RGB is 127 - color contains mainly: blue. Hex color #61607F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #61607F is #9E9F80. Grayscale: #636363. Windows color (decimal): -10395521 or 8347745. OLE color: 8347745.
HSL color Cylindrical-coordinate representation of color #61607F: hue angle of 241.94º degrees, saturation: 0.14, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #61607F is Cyan = 0.24, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 97 | 96 | 127 | - |
| CMYK | 0.24 | 0.24 | 0 | 0.50 |
| HSL | 241.94º | 0.14% | 0.44% | - |
| HSV(B) | 241.94º | 0.24% | 0.5% | - |
| XYZ | 12.94 | 12.44 | 21.8 | - |
| YUV | 99.83 | 143.33 | 125.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 96 | 127 | 0.24 | 0.24 | 0 | 0.50 | 241.94 | 0.14 | 0.44 |
| Hex | 61 | 60 | 7F | 18 | 18 | 0 | 32 | F2 | E | 2C |
| Octal | 141 | 140 | 177 | 30 | 30 | 0 | 62 | 362 | 16 | 54 |
| Binary | 1100001 | 1100000 | 1111111 | 11000 | 11000 | 0 | 110010 | 11110010 | 1110 | 101100 |
Color Harmonies of #61607F
Complementary color
Monochromatic Colors of #61607F
Black with #61607F
Text Example
Text Example
White with #61607F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #61607F; }
p { color: rgb(97,96,127); }
H1.HeaderClassName
{
color: #61607F;
}
.AnyTagClassName
{
color: #61607F;
}
</style>
background-color css
<style>
a { background-color: #61607F; }
a { background-color: rgb(97,96,127); }
div.DivClassName
{
background-color: #61607F;
}
.BgClassName
{
background-color: #61607F;
}
</style>
border-color css
<style>
span { border-color: #61607F; }
span { border-color: rgb(97,96,127); }
td.TdClassName
{
border-color: #61607F;
}
.TagClassName
{
border-color: #61607F;
}
</style>