Shades of Scorpion #615A5D
Tints of Scorpion #615A5D
RGB
CMYK
RGB Variations
Color information
#615A5D (or 0x615A5D) is known color: Scorpion. HEX triplet: 61, 5A and 5D. RGB value is (97,90,93). Sum of RGB (Red+Green+Blue) = 97+90+93=280 (37% of max value = 765). Red value is 97 (38.28% from 255 or 34.64% from 280); Green value is 90 (35.55% from 255 or 32.14% from 280); Blue value is 93 (36.72% from 255 or 33.21% from 280); Max value from RGB is 97 - color contains mainly: red. Hex color #615A5D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #615A5D is #9EA5A2. Grayscale: #5C5C5C. Windows color (decimal): -10397091 or 6117985. OLE color: 6117985.
HSL color Cylindrical-coordinate representation of color #615A5D: hue angle of 334.29º degrees, saturation: 0.04, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #615A5D is Cyan = 0, Magento = 0.07, Yellow = 0.04 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 97 | 90 | 93 | - |
| CMYK | 0 | 0.07 | 0.04 | 0.62 |
| HSL | 334.29º | 0.04% | 0.37% | - |
| HSV(B) | 334.29º | 0.07% | 0.38% | - |
| XYZ | 10.56 | 10.64 | 11.85 | - |
| YUV | 92.44 | 128.32 | 131.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 90 | 93 | 0 | 0.07 | 0.04 | 0.62 | 334.29 | 0.04 | 0.37 |
| Hex | 61 | 5A | 5D | 0 | 7 | 4 | 3E | 14E | 4 | 25 |
| Octal | 141 | 132 | 135 | 0 | 7 | 4 | 76 | 516 | 4 | 45 |
| Binary | 1100001 | 1011010 | 1011101 | 0 | 111 | 100 | 111110 | 101001110 | 100 | 100101 |
Color Harmonies of #615A5D
Complementary color
Monochromatic Colors of #615A5D
Black with #615A5D
Text Example
Text Example
White with #615A5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #615A5D; }
p { color: rgb(97,90,93); }
H1.HeaderClassName
{
color: #615A5D;
}
.AnyTagClassName
{
color: #615A5D;
}
</style>
background-color css
<style>
a { background-color: #615A5D; }
a { background-color: rgb(97,90,93); }
div.DivClassName
{
background-color: #615A5D;
}
.BgClassName
{
background-color: #615A5D;
}
</style>
border-color css
<style>
span { border-color: #615A5D; }
span { border-color: rgb(97,90,93); }
td.TdClassName
{
border-color: #615A5D;
}
.TagClassName
{
border-color: #615A5D;
}
</style>