Shades of Scorpion #6F696A
Tints of Scorpion #6F696A
RGB
CMYK
RGB Variations
Color information
#6F696A (or 0x6F696A) is known color: Scorpion. HEX triplet: 6F, 69 and 6A. RGB value is (111,105,106). Sum of RGB (Red+Green+Blue) = 111+105+106=322 (42% of max value = 765). Red value is 111 (43.75% from 255 or 34.47% from 322); Green value is 105 (41.41% from 255 or 32.61% from 322); Blue value is 106 (41.80% from 255 or 32.92% from 322); Max value from RGB is 111 - color contains mainly: red. Hex color #6F696A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6F696A is #909695. Grayscale: #6A6A6A. Windows color (decimal): -9475734 or 6973807. OLE color: 6973807.
HSL color Cylindrical-coordinate representation of color #6F696A: hue angle of 350º degrees, saturation: 0.03, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #6F696A is Cyan = 0, Magento = 0.05, Yellow = 0.05 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 111 | 105 | 106 | - |
| CMYK | 0 | 0.05 | 0.05 | 0.56 |
| HSL | 350º | 0.03% | 0.42% | - |
| HSV(B) | 350º | 0.05% | 0.44% | - |
| XYZ | 14.21 | 14.52 | 15.69 | - |
| YUV | 106.91 | 127.49 | 130.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 105 | 106 | 0 | 0.05 | 0.05 | 0.56 | 350 | 0.03 | 0.42 |
| Hex | 6F | 69 | 6A | 0 | 5 | 5 | 38 | 15E | 3 | 2A |
| Octal | 157 | 151 | 152 | 0 | 5 | 5 | 70 | 536 | 3 | 52 |
| Binary | 1101111 | 1101001 | 1101010 | 0 | 101 | 101 | 111000 | 101011110 | 11 | 101010 |
Color Harmonies of #6F696A
Complementary color
Monochromatic Colors of #6F696A
Black with #6F696A
Text Example
Text Example
White with #6F696A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F696A; }
p { color: rgb(111,105,106); }
H1.HeaderClassName
{
color: #6F696A;
}
.AnyTagClassName
{
color: #6F696A;
}
</style>
background-color css
<style>
a { background-color: #6F696A; }
a { background-color: rgb(111,105,106); }
div.DivClassName
{
background-color: #6F696A;
}
.BgClassName
{
background-color: #6F696A;
}
</style>
border-color css
<style>
span { border-color: #6F696A; }
span { border-color: rgb(111,105,106); }
td.TdClassName
{
border-color: #6F696A;
}
.TagClassName
{
border-color: #6F696A;
}
</style>