Shades of Scorpion #6F686C
Tints of Scorpion #6F686C
RGB
CMYK
RGB Variations
Color information
#6F686C (or 0x6F686C) is known color: Scorpion. HEX triplet: 6F, 68 and 6C. RGB value is (111,104,108). Sum of RGB (Red+Green+Blue) = 111+104+108=323 (42% of max value = 765). Red value is 111 (43.75% from 255 or 34.37% from 323); Green value is 104 (41.02% from 255 or 32.20% from 323); Blue value is 108 (42.58% from 255 or 33.44% from 323); Max value from RGB is 111 - color contains mainly: red. Hex color #6F686C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6F686C is #909793. Grayscale: #6A6A6A. Windows color (decimal): -9475988 or 7104623. OLE color: 7104623.
HSL color Cylindrical-coordinate representation of color #6F686C: hue angle of 325.71º 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 #6F686C is Cyan = 0, Magento = 0.06, Yellow = 0.03 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 111 | 104 | 108 | - |
| CMYK | 0 | 0.06 | 0.03 | 0.56 |
| HSL | 325.71º | 0.03% | 0.42% | - |
| HSV(B) | 325.71º | 0.06% | 0.44% | - |
| XYZ | 14.21 | 14.36 | 16.21 | - |
| YUV | 106.55 | 128.82 | 131.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 104 | 108 | 0 | 0.06 | 0.03 | 0.56 | 325.71 | 0.03 | 0.42 |
| Hex | 6F | 68 | 6C | 0 | 6 | 3 | 38 | 146 | 3 | 2A |
| Octal | 157 | 150 | 154 | 0 | 6 | 3 | 70 | 506 | 3 | 52 |
| Binary | 1101111 | 1101000 | 1101100 | 0 | 110 | 11 | 111000 | 101000110 | 11 | 101010 |
Color Harmonies of #6F686C
Complementary color
Monochromatic Colors of #6F686C
Black with #6F686C
Text Example
Text Example
White with #6F686C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F686C; }
p { color: rgb(111,104,108); }
H1.HeaderClassName
{
color: #6F686C;
}
.AnyTagClassName
{
color: #6F686C;
}
</style>
background-color css
<style>
a { background-color: #6F686C; }
a { background-color: rgb(111,104,108); }
div.DivClassName
{
background-color: #6F686C;
}
.BgClassName
{
background-color: #6F686C;
}
</style>
border-color css
<style>
span { border-color: #6F686C; }
span { border-color: rgb(111,104,108); }
td.TdClassName
{
border-color: #6F686C;
}
.TagClassName
{
border-color: #6F686C;
}
</style>