Shades of Scorpion #6F686B
Tints of Scorpion #6F686B
RGB
CMYK
RGB Variations
Color information
#6F686B (or 0x6F686B) is known color: Scorpion. HEX triplet: 6F, 68 and 6B. RGB value is (111,104,107). Sum of RGB (Red+Green+Blue) = 111+104+107=322 (42% of max value = 765). Red value is 111 (43.75% from 255 or 34.47% from 322); Green value is 104 (41.02% from 255 or 32.30% from 322); Blue value is 107 (42.19% from 255 or 33.23% from 322); Max value from RGB is 111 - color contains mainly: red. Hex color #6F686B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6F686B is #909794. Grayscale: #6A6A6A. Windows color (decimal): -9475989 or 7039087. OLE color: 7039087.
HSL color Cylindrical-coordinate representation of color #6F686B: hue angle of 334.29º degrees, saturation: 0.03, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #6F686B is Cyan = 0, Magento = 0.06, Yellow = 0.04 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 111 | 104 | 107 | - |
| CMYK | 0 | 0.06 | 0.04 | 0.56 |
| HSL | 334.29º | 0.03% | 0.42% | - |
| HSV(B) | 334.29º | 0.06% | 0.44% | - |
| XYZ | 14.16 | 14.34 | 15.93 | - |
| YUV | 106.44 | 128.32 | 131.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 104 | 107 | 0 | 0.06 | 0.04 | 0.56 | 334.29 | 0.03 | 0.42 |
| Hex | 6F | 68 | 6B | 0 | 6 | 4 | 38 | 14E | 3 | 2A |
| Octal | 157 | 150 | 153 | 0 | 6 | 4 | 70 | 516 | 3 | 52 |
| Binary | 1101111 | 1101000 | 1101011 | 0 | 110 | 100 | 111000 | 101001110 | 11 | 101010 |
Color Harmonies of #6F686B
Complementary color
Monochromatic Colors of #6F686B
Black with #6F686B
Text Example
Text Example
White with #6F686B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F686B; }
p { color: rgb(111,104,107); }
H1.HeaderClassName
{
color: #6F686B;
}
.AnyTagClassName
{
color: #6F686B;
}
</style>
background-color css
<style>
a { background-color: #6F686B; }
a { background-color: rgb(111,104,107); }
div.DivClassName
{
background-color: #6F686B;
}
.BgClassName
{
background-color: #6F686B;
}
</style>
border-color css
<style>
span { border-color: #6F686B; }
span { border-color: rgb(111,104,107); }
td.TdClassName
{
border-color: #6F686B;
}
.TagClassName
{
border-color: #6F686B;
}
</style>