Shades of Comet #615F7F
Tints of Comet #615F7F
RGB
CMYK
RGB Variations
Color information
#615F7F (or 0x615F7F) is known color: Comet. HEX triplet: 61, 5F and 7F. RGB value is (97,95,127). Sum of RGB (Red+Green+Blue) = 97+95+127=319 (42% of max value = 765). Red value is 97 (38.28% from 255 or 30.41% from 319); Green value is 95 (37.5% from 255 or 29.78% from 319); Blue value is 127 (50% from 255 or 39.81% from 319); Max value from RGB is 127 - color contains mainly: blue. Hex color #615F7F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #615F7F is #9EA080. Grayscale: #636363. Windows color (decimal): -10395777 or 8347489. OLE color: 8347489.
HSL color Cylindrical-coordinate representation of color #615F7F: hue angle of 243.75º degrees, saturation: 0.14, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #615F7F is Cyan = 0.24, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 97 | 95 | 127 | - |
| CMYK | 0.24 | 0.25 | 0 | 0.50 |
| HSL | 243.75º | 0.14% | 0.44% | - |
| HSV(B) | 243.75º | 0.25% | 0.5% | - |
| XYZ | 12.85 | 12.26 | 21.77 | - |
| YUV | 99.25 | 143.66 | 126.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 95 | 127 | 0.24 | 0.25 | 0 | 0.50 | 243.75 | 0.14 | 0.44 |
| Hex | 61 | 5F | 7F | 18 | 19 | 0 | 32 | F4 | E | 2C |
| Octal | 141 | 137 | 177 | 30 | 31 | 0 | 62 | 364 | 16 | 54 |
| Binary | 1100001 | 1011111 | 1111111 | 11000 | 11001 | 0 | 110010 | 11110100 | 1110 | 101100 |
Color Harmonies of #615F7F
Complementary color
Monochromatic Colors of #615F7F
Black with #615F7F
Text Example
Text Example
White with #615F7F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #615F7F; }
p { color: rgb(97,95,127); }
H1.HeaderClassName
{
color: #615F7F;
}
.AnyTagClassName
{
color: #615F7F;
}
</style>
background-color css
<style>
a { background-color: #615F7F; }
a { background-color: rgb(97,95,127); }
div.DivClassName
{
background-color: #615F7F;
}
.BgClassName
{
background-color: #615F7F;
}
</style>
border-color css
<style>
span { border-color: #615F7F; }
span { border-color: rgb(97,95,127); }
td.TdClassName
{
border-color: #615F7F;
}
.TagClassName
{
border-color: #615F7F;
}
</style>