Shades of Comet #615E7F
Tints of Comet #615E7F
RGB
CMYK
RGB Variations
Color information
#615E7F (or 0x615E7F) is known color: Comet. HEX triplet: 61, 5E and 7F. RGB value is (97,94,127). Sum of RGB (Red+Green+Blue) = 97+94+127=318 (42% of max value = 765). Red value is 97 (38.28% from 255 or 30.50% from 318); Green value is 94 (37.11% from 255 or 29.56% from 318); Blue value is 127 (50% from 255 or 39.94% from 318); Max value from RGB is 127 - color contains mainly: blue. Hex color #615E7F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #615E7F is #9EA180. Grayscale: #626262. Windows color (decimal): -10396033 or 8347233. OLE color: 8347233.
HSL color Cylindrical-coordinate representation of color #615E7F: hue angle of 245.45º degrees, saturation: 0.15, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #615E7F is Cyan = 0.24, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 97 | 94 | 127 | - |
| CMYK | 0.24 | 0.26 | 0 | 0.50 |
| HSL | 245.45º | 0.15% | 0.43% | - |
| HSV(B) | 245.45º | 0.26% | 0.5% | - |
| XYZ | 12.76 | 12.08 | 21.74 | - |
| YUV | 98.66 | 143.99 | 126.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 94 | 127 | 0.24 | 0.26 | 0 | 0.50 | 245.45 | 0.15 | 0.43 |
| Hex | 61 | 5E | 7F | 18 | 1A | 0 | 32 | F5 | F | 2B |
| Octal | 141 | 136 | 177 | 30 | 32 | 0 | 62 | 365 | 17 | 53 |
| Binary | 1100001 | 1011110 | 1111111 | 11000 | 11010 | 0 | 110010 | 11110101 | 1111 | 101011 |
Color Harmonies of #615E7F
Complementary color
Monochromatic Colors of #615E7F
Black with #615E7F
Text Example
Text Example
White with #615E7F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #615E7F; }
p { color: rgb(97,94,127); }
H1.HeaderClassName
{
color: #615E7F;
}
.AnyTagClassName
{
color: #615E7F;
}
</style>
background-color css
<style>
a { background-color: #615E7F; }
a { background-color: rgb(97,94,127); }
div.DivClassName
{
background-color: #615E7F;
}
.BgClassName
{
background-color: #615E7F;
}
</style>
border-color css
<style>
span { border-color: #615E7F; }
span { border-color: rgb(97,94,127); }
td.TdClassName
{
border-color: #615E7F;
}
.TagClassName
{
border-color: #615E7F;
}
</style>