Shades of Scorpion #6F6D6E
Tints of Scorpion #6F6D6E
RGB
CMYK
RGB Variations
Color information
#6F6D6E (or 0x6F6D6E) is known color: Scorpion. HEX triplet: 6F, 6D and 6E. RGB value is (111,109,110). Sum of RGB (Red+Green+Blue) = 111+109+110=330 (43% of max value = 765). Red value is 111 (43.75% from 255 or 33.64% from 330); Green value is 109 (42.97% from 255 or 33.03% from 330); Blue value is 110 (43.36% from 255 or 33.33% from 330); Max value from RGB is 111 - color contains mainly: red. Hex color #6F6D6E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6F6D6E is #909291. Grayscale: #6D6D6D. Windows color (decimal): -9474706 or 7236975. OLE color: 7236975.
HSL color Cylindrical-coordinate representation of color #6F6D6E: hue angle of 330º degrees, saturation: 0.01, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.02%. Process color model (Four color, CMYK) of #6F6D6E is Cyan = 0, Magento = 0.02, Yellow = 0.01 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 111 | 109 | 110 | - |
| CMYK | 0 | 0.02 | 0.01 | 0.56 |
| HSL | 330º | 0.01% | 0.43% | - |
| HSV(B) | 330º | 0.02% | 0.44% | - |
| XYZ | 14.84 | 15.44 | 16.95 | - |
| YUV | 109.71 | 128.16 | 128.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 109 | 110 | 0 | 0.02 | 0.01 | 0.56 | 330 | 0.01 | 0.43 |
| Hex | 6F | 6D | 6E | 0 | 2 | 1 | 38 | 14A | 1 | 2B |
| Octal | 157 | 155 | 156 | 0 | 2 | 1 | 70 | 512 | 1 | 53 |
| Binary | 1101111 | 1101101 | 1101110 | 0 | 10 | 1 | 111000 | 101001010 | 1 | 101011 |
Color Harmonies of #6F6D6E
Complementary color
Monochromatic Colors of #6F6D6E
Black with #6F6D6E
Text Example
Text Example
White with #6F6D6E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F6D6E; }
p { color: rgb(111,109,110); }
H1.HeaderClassName
{
color: #6F6D6E;
}
.AnyTagClassName
{
color: #6F6D6E;
}
</style>
background-color css
<style>
a { background-color: #6F6D6E; }
a { background-color: rgb(111,109,110); }
div.DivClassName
{
background-color: #6F6D6E;
}
.BgClassName
{
background-color: #6F6D6E;
}
</style>
border-color css
<style>
span { border-color: #6F6D6E; }
span { border-color: rgb(111,109,110); }
td.TdClassName
{
border-color: #6F6D6E;
}
.TagClassName
{
border-color: #6F6D6E;
}
</style>