Shades of Scorpion #6E5A60
Tints of Scorpion #6E5A60
RGB
CMYK
RGB Variations
Color information
#6E5A60 (or 0x6E5A60) is known color: Scorpion. HEX triplet: 6E, 5A and 60. RGB value is (110,90,96). Sum of RGB (Red+Green+Blue) = 110+90+96=296 (39% of max value = 765). Red value is 110 (43.36% from 255 or 37.16% from 296); Green value is 90 (35.55% from 255 or 30.41% from 296); Blue value is 96 (37.89% from 255 or 32.43% from 296); Max value from RGB is 110 - color contains mainly: red. Hex color #6E5A60 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6E5A60 is #91A59F. Grayscale: #606060. Windows color (decimal): -9545120 or 6314606. OLE color: 6314606.
HSL color Cylindrical-coordinate representation of color #6E5A60: hue angle of 342º degrees, saturation: 0.1, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #6E5A60 is Cyan = 0, Magento = 0.18, Yellow = 0.13 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 110 | 90 | 96 | - |
| CMYK | 0 | 0.18 | 0.13 | 0.57 |
| HSL | 342º | 0.1% | 0.39% | - |
| HSV(B) | 342º | 0.18% | 0.43% | - |
| XYZ | 12.2 | 11.47 | 12.64 | - |
| YUV | 96.66 | 127.63 | 137.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 90 | 96 | 0 | 0.18 | 0.13 | 0.57 | 342 | 0.1 | 0.39 |
| Hex | 6E | 5A | 60 | 0 | 12 | D | 39 | 156 | A | 27 |
| Octal | 156 | 132 | 140 | 0 | 22 | 15 | 71 | 526 | 12 | 47 |
| Binary | 1101110 | 1011010 | 1100000 | 0 | 10010 | 1101 | 111001 | 101010110 | 1010 | 100111 |
Color Harmonies of #6E5A60
Complementary color
Monochromatic Colors of #6E5A60
Black with #6E5A60
Text Example
Text Example
White with #6E5A60
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E5A60; }
p { color: rgb(110,90,96); }
H1.HeaderClassName
{
color: #6E5A60;
}
.AnyTagClassName
{
color: #6E5A60;
}
</style>
background-color css
<style>
a { background-color: #6E5A60; }
a { background-color: rgb(110,90,96); }
div.DivClassName
{
background-color: #6E5A60;
}
.BgClassName
{
background-color: #6E5A60;
}
</style>
border-color css
<style>
span { border-color: #6E5A60; }
span { border-color: rgb(110,90,96); }
td.TdClassName
{
border-color: #6E5A60;
}
.TagClassName
{
border-color: #6E5A60;
}
</style>