Shades of Scorpion #6E5C60
Tints of Scorpion #6E5C60
RGB
CMYK
RGB Variations
Color information
#6E5C60 (or 0x6E5C60) is known color: Scorpion. HEX triplet: 6E, 5C and 60. RGB value is (110,92,96). Sum of RGB (Red+Green+Blue) = 110+92+96=298 (39% of max value = 765). Red value is 110 (43.36% from 255 or 36.91% from 298); Green value is 92 (36.33% from 255 or 30.87% from 298); Blue value is 96 (37.89% from 255 or 32.21% from 298); Max value from RGB is 110 - color contains mainly: red. Hex color #6E5C60 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6E5C60 is #91A39F. Grayscale: #616161. Windows color (decimal): -9544608 or 6315118. OLE color: 6315118.
HSL color Cylindrical-coordinate representation of color #6E5C60: hue angle of 346.67º degrees, saturation: 0.09, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #6E5C60 is Cyan = 0, Magento = 0.16, Yellow = 0.13 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 110 | 92 | 96 | - |
| CMYK | 0 | 0.16 | 0.13 | 0.57 |
| HSL | 346.67º | 0.09% | 0.4% | - |
| HSV(B) | 346.67º | 0.16% | 0.43% | - |
| XYZ | 12.37 | 11.81 | 12.69 | - |
| YUV | 97.84 | 126.96 | 136.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 92 | 96 | 0 | 0.16 | 0.13 | 0.57 | 346.67 | 0.09 | 0.4 |
| Hex | 6E | 5C | 60 | 0 | 10 | D | 39 | 15B | 9 | 28 |
| Octal | 156 | 134 | 140 | 0 | 20 | 15 | 71 | 533 | 11 | 50 |
| Binary | 1101110 | 1011100 | 1100000 | 0 | 10000 | 1101 | 111001 | 101011011 | 1001 | 101000 |
Color Harmonies of #6E5C60
Complementary color
Monochromatic Colors of #6E5C60
Black with #6E5C60
Text Example
Text Example
White with #6E5C60
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E5C60; }
p { color: rgb(110,92,96); }
H1.HeaderClassName
{
color: #6E5C60;
}
.AnyTagClassName
{
color: #6E5C60;
}
</style>
background-color css
<style>
a { background-color: #6E5C60; }
a { background-color: rgb(110,92,96); }
div.DivClassName
{
background-color: #6E5C60;
}
.BgClassName
{
background-color: #6E5C60;
}
</style>
border-color css
<style>
span { border-color: #6E5C60; }
span { border-color: rgb(110,92,96); }
td.TdClassName
{
border-color: #6E5C60;
}
.TagClassName
{
border-color: #6E5C60;
}
</style>