Shades of Scorpion #6F5C66
Tints of Scorpion #6F5C66
RGB
CMYK
RGB Variations
Color information
#6F5C66 (or 0x6F5C66) is known color: Scorpion. HEX triplet: 6F, 5C and 66. RGB value is (111,92,102). Sum of RGB (Red+Green+Blue) = 111+92+102=305 (40% of max value = 765). Red value is 111 (43.75% from 255 or 36.39% from 305); Green value is 92 (36.33% from 255 or 30.16% from 305); Blue value is 102 (40.23% from 255 or 33.44% from 305); Max value from RGB is 111 - color contains mainly: red. Hex color #6F5C66 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6F5C66 is #90A399. Grayscale: #626262. Windows color (decimal): -9479066 or 6708335. OLE color: 6708335.
HSL color Cylindrical-coordinate representation of color #6F5C66: hue angle of 328.42º degrees, saturation: 0.09, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #6F5C66 is Cyan = 0, Magento = 0.17, Yellow = 0.08 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 111 | 92 | 102 | - |
| CMYK | 0 | 0.17 | 0.08 | 0.56 |
| HSL | 328.42º | 0.09% | 0.4% | - |
| HSV(B) | 328.42º | 0.17% | 0.44% | - |
| XYZ | 12.78 | 11.99 | 14.21 | - |
| YUV | 98.82 | 129.79 | 136.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 92 | 102 | 0 | 0.17 | 0.08 | 0.56 | 328.42 | 0.09 | 0.4 |
| Hex | 6F | 5C | 66 | 0 | 11 | 8 | 38 | 148 | 9 | 28 |
| Octal | 157 | 134 | 146 | 0 | 21 | 10 | 70 | 510 | 11 | 50 |
| Binary | 1101111 | 1011100 | 1100110 | 0 | 10001 | 1000 | 111000 | 101001000 | 1001 | 101000 |
Color Harmonies of #6F5C66
Complementary color
Monochromatic Colors of #6F5C66
Black with #6F5C66
Text Example
Text Example
White with #6F5C66
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F5C66; }
p { color: rgb(111,92,102); }
H1.HeaderClassName
{
color: #6F5C66;
}
.AnyTagClassName
{
color: #6F5C66;
}
</style>
background-color css
<style>
a { background-color: #6F5C66; }
a { background-color: rgb(111,92,102); }
div.DivClassName
{
background-color: #6F5C66;
}
.BgClassName
{
background-color: #6F5C66;
}
</style>
border-color css
<style>
span { border-color: #6F5C66; }
span { border-color: rgb(111,92,102); }
td.TdClassName
{
border-color: #6F5C66;
}
.TagClassName
{
border-color: #6F5C66;
}
</style>