Shades of Scorpion #6F5B60
Tints of Scorpion #6F5B60
RGB
CMYK
RGB Variations
Color information
#6F5B60 (or 0x6F5B60) is known color: Scorpion. HEX triplet: 6F, 5B and 60. RGB value is (111,91,96). Sum of RGB (Red+Green+Blue) = 111+91+96=298 (39% of max value = 765). Red value is 111 (43.75% from 255 or 37.25% from 298); Green value is 91 (35.94% from 255 or 30.54% from 298); Blue value is 96 (37.89% from 255 or 32.21% from 298); Max value from RGB is 111 - color contains mainly: red. Hex color #6F5B60 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6F5B60 is #90A49F. Grayscale: #616161. Windows color (decimal): -9479328 or 6314863. OLE color: 6314863.
HSL color Cylindrical-coordinate representation of color #6F5B60: hue angle of 345º degrees, saturation: 0.1, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #6F5B60 is Cyan = 0, Magento = 0.18, Yellow = 0.14 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 111 | 91 | 96 | - |
| CMYK | 0 | 0.18 | 0.14 | 0.56 |
| HSL | 345º | 0.1% | 0.4% | - |
| HSV(B) | 345º | 0.18% | 0.44% | - |
| XYZ | 12.41 | 11.71 | 12.67 | - |
| YUV | 97.55 | 127.13 | 137.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 91 | 96 | 0 | 0.18 | 0.14 | 0.56 | 345 | 0.1 | 0.4 |
| Hex | 6F | 5B | 60 | 0 | 12 | E | 38 | 159 | A | 28 |
| Octal | 157 | 133 | 140 | 0 | 22 | 16 | 70 | 531 | 12 | 50 |
| Binary | 1101111 | 1011011 | 1100000 | 0 | 10010 | 1110 | 111000 | 101011001 | 1010 | 101000 |
Color Harmonies of #6F5B60
Complementary color
Monochromatic Colors of #6F5B60
Black with #6F5B60
Text Example
Text Example
White with #6F5B60
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F5B60; }
p { color: rgb(111,91,96); }
H1.HeaderClassName
{
color: #6F5B60;
}
.AnyTagClassName
{
color: #6F5B60;
}
</style>
background-color css
<style>
a { background-color: #6F5B60; }
a { background-color: rgb(111,91,96); }
div.DivClassName
{
background-color: #6F5B60;
}
.BgClassName
{
background-color: #6F5B60;
}
</style>
border-color css
<style>
span { border-color: #6F5B60; }
span { border-color: rgb(111,91,96); }
td.TdClassName
{
border-color: #6F5B60;
}
.TagClassName
{
border-color: #6F5B60;
}
</style>