Shades of Scorpion #6F646A
Tints of Scorpion #6F646A
RGB
CMYK
RGB Variations
Color information
#6F646A (or 0x6F646A) is known color: Scorpion. HEX triplet: 6F, 64 and 6A. RGB value is (111,100,106). Sum of RGB (Red+Green+Blue) = 111+100+106=317 (41% of max value = 765). Red value is 111 (43.75% from 255 or 35.02% from 317); Green value is 100 (39.45% from 255 or 31.55% from 317); Blue value is 106 (41.80% from 255 or 33.44% from 317); Max value from RGB is 111 - color contains mainly: red. Hex color #6F646A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6F646A is #909B95. Grayscale: #676767. Windows color (decimal): -9477014 or 6972527. OLE color: 6972527.
HSL color Cylindrical-coordinate representation of color #6F646A: hue angle of 327.27º degrees, saturation: 0.05, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #6F646A is Cyan = 0, Magento = 0.10, Yellow = 0.05 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 111 | 100 | 106 | - |
| CMYK | 0 | 0.10 | 0.05 | 0.56 |
| HSL | 327.27º | 0.05% | 0.41% | - |
| HSV(B) | 327.27º | 0.1% | 0.44% | - |
| XYZ | 13.71 | 13.53 | 15.53 | - |
| YUV | 103.97 | 129.14 | 133.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 100 | 106 | 0 | 0.10 | 0.05 | 0.56 | 327.27 | 0.05 | 0.41 |
| Hex | 6F | 64 | 6A | 0 | A | 5 | 38 | 147 | 5 | 29 |
| Octal | 157 | 144 | 152 | 0 | 12 | 5 | 70 | 507 | 5 | 51 |
| Binary | 1101111 | 1100100 | 1101010 | 0 | 1010 | 101 | 111000 | 101000111 | 101 | 101001 |
Color Harmonies of #6F646A
Complementary color
Monochromatic Colors of #6F646A
Black with #6F646A
Text Example
Text Example
White with #6F646A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F646A; }
p { color: rgb(111,100,106); }
H1.HeaderClassName
{
color: #6F646A;
}
.AnyTagClassName
{
color: #6F646A;
}
</style>
background-color css
<style>
a { background-color: #6F646A; }
a { background-color: rgb(111,100,106); }
div.DivClassName
{
background-color: #6F646A;
}
.BgClassName
{
background-color: #6F646A;
}
</style>
border-color css
<style>
span { border-color: #6F646A; }
span { border-color: rgb(111,100,106); }
td.TdClassName
{
border-color: #6F646A;
}
.TagClassName
{
border-color: #6F646A;
}
</style>