Shades of Scorpion #6F5860
Tints of Scorpion #6F5860
RGB
CMYK
RGB Variations
Color information
#6F5860 (or 0x6F5860) is known color: Scorpion. HEX triplet: 6F, 58 and 60. RGB value is (111,88,96). Sum of RGB (Red+Green+Blue) = 111+88+96=295 (39% of max value = 765). Red value is 111 (43.75% from 255 or 37.63% from 295); Green value is 88 (34.77% from 255 or 29.83% from 295); Blue value is 96 (37.89% from 255 or 32.54% from 295); Max value from RGB is 111 - color contains mainly: red. Hex color #6F5860 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6F5860 is #90A79F. Grayscale: #5F5F5F. Windows color (decimal): -9480096 or 6314095. OLE color: 6314095.
HSL color Cylindrical-coordinate representation of color #6F5860: hue angle of 339.13º degrees, saturation: 0.12, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #6F5860 is Cyan = 0, Magento = 0.21, Yellow = 0.14 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 111 | 88 | 96 | - |
| CMYK | 0 | 0.21 | 0.14 | 0.56 |
| HSL | 339.13º | 0.12% | 0.39% | - |
| HSV(B) | 339.13º | 0.21% | 0.44% | - |
| XYZ | 12.16 | 11.2 | 12.59 | - |
| YUV | 95.79 | 128.12 | 138.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 88 | 96 | 0 | 0.21 | 0.14 | 0.56 | 339.13 | 0.12 | 0.39 |
| Hex | 6F | 58 | 60 | 0 | 15 | E | 38 | 153 | C | 27 |
| Octal | 157 | 130 | 140 | 0 | 25 | 16 | 70 | 523 | 14 | 47 |
| Binary | 1101111 | 1011000 | 1100000 | 0 | 10101 | 1110 | 111000 | 101010011 | 1100 | 100111 |
Color Harmonies of #6F5860
Complementary color
Monochromatic Colors of #6F5860
Black with #6F5860
Text Example
Text Example
White with #6F5860
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F5860; }
p { color: rgb(111,88,96); }
H1.HeaderClassName
{
color: #6F5860;
}
.AnyTagClassName
{
color: #6F5860;
}
</style>
background-color css
<style>
a { background-color: #6F5860; }
a { background-color: rgb(111,88,96); }
div.DivClassName
{
background-color: #6F5860;
}
.BgClassName
{
background-color: #6F5860;
}
</style>
border-color css
<style>
span { border-color: #6F5860; }
span { border-color: rgb(111,88,96); }
td.TdClassName
{
border-color: #6F5860;
}
.TagClassName
{
border-color: #6F5860;
}
</style>