Shades of Comet #615E82
Tints of Comet #615E82
RGB
CMYK
RGB Variations
Color information
#615E82 (or 0x615E82) is known color: Comet. HEX triplet: 61, 5E and 82. RGB value is (97,94,130). Sum of RGB (Red+Green+Blue) = 97+94+130=321 (42% of max value = 765). Red value is 97 (38.28% from 255 or 30.22% from 321); Green value is 94 (37.11% from 255 or 29.28% from 321); Blue value is 130 (51.17% from 255 or 40.50% from 321); Max value from RGB is 130 - color contains mainly: blue. Hex color #615E82 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #615E82 is #9EA17D. Grayscale: #626262. Windows color (decimal): -10396030 or 8543841. OLE color: 8543841.
HSL color Cylindrical-coordinate representation of color #615E82: hue angle of 245º degrees, saturation: 0.16, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #615E82 is Cyan = 0.25, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 97 | 94 | 130 | - |
| CMYK | 0.25 | 0.28 | 0 | 0.49 |
| HSL | 245º | 0.16% | 0.44% | - |
| HSV(B) | 245º | 0.28% | 0.51% | - |
| XYZ | 12.96 | 12.16 | 22.78 | - |
| YUV | 99 | 145.49 | 126.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 94 | 130 | 0.25 | 0.28 | 0 | 0.49 | 245 | 0.16 | 0.44 |
| Hex | 61 | 5E | 82 | 19 | 1C | 0 | 31 | F5 | 10 | 2C |
| Octal | 141 | 136 | 202 | 31 | 34 | 0 | 61 | 365 | 20 | 54 |
| Binary | 1100001 | 1011110 | 10000010 | 11001 | 11100 | 0 | 110001 | 11110101 | 10000 | 101100 |
Color Harmonies of #615E82
Complementary color
Monochromatic Colors of #615E82
Black with #615E82
Text Example
Text Example
White with #615E82
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #615E82; }
p { color: rgb(97,94,130); }
H1.HeaderClassName
{
color: #615E82;
}
.AnyTagClassName
{
color: #615E82;
}
</style>
background-color css
<style>
a { background-color: #615E82; }
a { background-color: rgb(97,94,130); }
div.DivClassName
{
background-color: #615E82;
}
.BgClassName
{
background-color: #615E82;
}
</style>
border-color css
<style>
span { border-color: #615E82; }
span { border-color: rgb(97,94,130); }
td.TdClassName
{
border-color: #615E82;
}
.TagClassName
{
border-color: #615E82;
}
</style>