Shades of Scorpion #6F696B
Tints of Scorpion #6F696B
RGB
CMYK
RGB Variations
Color information
#6F696B (or 0x6F696B) is known color: Scorpion. HEX triplet: 6F, 69 and 6B. RGB value is (111,105,107). Sum of RGB (Red+Green+Blue) = 111+105+107=323 (42% of max value = 765). Red value is 111 (43.75% from 255 or 34.37% from 323); Green value is 105 (41.41% from 255 or 32.51% from 323); Blue value is 107 (42.19% from 255 or 33.13% from 323); Max value from RGB is 111 - color contains mainly: red. Hex color #6F696B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6F696B is #909694. Grayscale: #6B6B6B. Windows color (decimal): -9475733 or 7039343. OLE color: 7039343.
HSL color Cylindrical-coordinate representation of color #6F696B: hue angle of 340º 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 #6F696B is Cyan = 0, Magento = 0.05, Yellow = 0.04 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 111 | 105 | 107 | - |
| CMYK | 0 | 0.05 | 0.04 | 0.56 |
| HSL | 340º | 0.03% | 0.42% | - |
| HSV(B) | 340º | 0.05% | 0.44% | - |
| XYZ | 14.26 | 14.54 | 15.97 | - |
| YUV | 107.02 | 127.99 | 130.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 105 | 107 | 0 | 0.05 | 0.04 | 0.56 | 340 | 0.03 | 0.42 |
| Hex | 6F | 69 | 6B | 0 | 5 | 4 | 38 | 154 | 3 | 2A |
| Octal | 157 | 151 | 153 | 0 | 5 | 4 | 70 | 524 | 3 | 52 |
| Binary | 1101111 | 1101001 | 1101011 | 0 | 101 | 100 | 111000 | 101010100 | 11 | 101010 |
Color Harmonies of #6F696B
Complementary color
Monochromatic Colors of #6F696B
Black with #6F696B
Text Example
Text Example
White with #6F696B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F696B; }
p { color: rgb(111,105,107); }
H1.HeaderClassName
{
color: #6F696B;
}
.AnyTagClassName
{
color: #6F696B;
}
</style>
background-color css
<style>
a { background-color: #6F696B; }
a { background-color: rgb(111,105,107); }
div.DivClassName
{
background-color: #6F696B;
}
.BgClassName
{
background-color: #6F696B;
}
</style>
border-color css
<style>
span { border-color: #6F696B; }
span { border-color: rgb(111,105,107); }
td.TdClassName
{
border-color: #6F696B;
}
.TagClassName
{
border-color: #6F696B;
}
</style>