Shades of Scorpion #6F5A63
Tints of Scorpion #6F5A63
RGB
CMYK
RGB Variations
Color information
#6F5A63 (or 0x6F5A63) is known color: Scorpion. HEX triplet: 6F, 5A and 63. RGB value is (111,90,99). Sum of RGB (Red+Green+Blue) = 111+90+99=300 (39% of max value = 765). Red value is 111 (43.75% from 255 or 37% from 300); Green value is 90 (35.55% from 255 or 30% from 300); Blue value is 99 (39.06% from 255 or 33% from 300); Max value from RGB is 111 - color contains mainly: red. Hex color #6F5A63 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6F5A63 is #90A59C. Grayscale: #616161. Windows color (decimal): -9479581 or 6511215. OLE color: 6511215.
HSL color Cylindrical-coordinate representation of color #6F5A63: hue angle of 334.29º degrees, saturation: 0.1, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #6F5A63 is Cyan = 0, Magento = 0.19, Yellow = 0.11 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 111 | 90 | 99 | - |
| CMYK | 0 | 0.19 | 0.11 | 0.56 |
| HSL | 334.29º | 0.1% | 0.39% | - |
| HSV(B) | 334.29º | 0.19% | 0.44% | - |
| XYZ | 12.46 | 11.59 | 13.39 | - |
| YUV | 97.31 | 128.96 | 137.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 90 | 99 | 0 | 0.19 | 0.11 | 0.56 | 334.29 | 0.1 | 0.39 |
| Hex | 6F | 5A | 63 | 0 | 13 | B | 38 | 14E | A | 27 |
| Octal | 157 | 132 | 143 | 0 | 23 | 13 | 70 | 516 | 12 | 47 |
| Binary | 1101111 | 1011010 | 1100011 | 0 | 10011 | 1011 | 111000 | 101001110 | 1010 | 100111 |
Color Harmonies of #6F5A63
Complementary color
Monochromatic Colors of #6F5A63
Black with #6F5A63
Text Example
Text Example
White with #6F5A63
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F5A63; }
p { color: rgb(111,90,99); }
H1.HeaderClassName
{
color: #6F5A63;
}
.AnyTagClassName
{
color: #6F5A63;
}
</style>
background-color css
<style>
a { background-color: #6F5A63; }
a { background-color: rgb(111,90,99); }
div.DivClassName
{
background-color: #6F5A63;
}
.BgClassName
{
background-color: #6F5A63;
}
</style>
border-color css
<style>
span { border-color: #6F5A63; }
span { border-color: rgb(111,90,99); }
td.TdClassName
{
border-color: #6F5A63;
}
.TagClassName
{
border-color: #6F5A63;
}
</style>