Shades of Comet #615F7B
Tints of Comet #615F7B
RGB
CMYK
RGB Variations
Color information
#615F7B (or 0x615F7B) is known color: Comet. HEX triplet: 61, 5F and 7B. RGB value is (97,95,123). Sum of RGB (Red+Green+Blue) = 97+95+123=315 (41% of max value = 765). Red value is 97 (38.28% from 255 or 30.79% from 315); Green value is 95 (37.5% from 255 or 30.16% from 315); Blue value is 123 (48.44% from 255 or 39.05% from 315); Max value from RGB is 123 - color contains mainly: blue. Hex color #615F7B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #615F7B is #9EA084. Grayscale: #626262. Windows color (decimal): -10395781 or 8085345. OLE color: 8085345.
HSL color Cylindrical-coordinate representation of color #615F7B: hue angle of 244.29º degrees, saturation: 0.13, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #615F7B is Cyan = 0.21, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 97 | 95 | 123 | - |
| CMYK | 0.21 | 0.23 | 0 | 0.52 |
| HSL | 244.29º | 0.13% | 0.43% | - |
| HSV(B) | 244.29º | 0.23% | 0.48% | - |
| XYZ | 12.6 | 12.16 | 20.42 | - |
| YUV | 98.79 | 141.66 | 126.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 95 | 123 | 0.21 | 0.23 | 0 | 0.52 | 244.29 | 0.13 | 0.43 |
| Hex | 61 | 5F | 7B | 15 | 17 | 0 | 34 | F4 | D | 2B |
| Octal | 141 | 137 | 173 | 25 | 27 | 0 | 64 | 364 | 15 | 53 |
| Binary | 1100001 | 1011111 | 1111011 | 10101 | 10111 | 0 | 110100 | 11110100 | 1101 | 101011 |
Color Harmonies of #615F7B
Complementary color
Monochromatic Colors of #615F7B
Black with #615F7B
Text Example
Text Example
White with #615F7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #615F7B; }
p { color: rgb(97,95,123); }
H1.HeaderClassName
{
color: #615F7B;
}
.AnyTagClassName
{
color: #615F7B;
}
</style>
background-color css
<style>
a { background-color: #615F7B; }
a { background-color: rgb(97,95,123); }
div.DivClassName
{
background-color: #615F7B;
}
.BgClassName
{
background-color: #615F7B;
}
</style>
border-color css
<style>
span { border-color: #615F7B; }
span { border-color: rgb(97,95,123); }
td.TdClassName
{
border-color: #615F7B;
}
.TagClassName
{
border-color: #615F7B;
}
</style>