Shades of Scorpion #6F6A6B
Tints of Scorpion #6F6A6B
RGB
CMYK
RGB Variations
Color information
#6F6A6B (or 0x6F6A6B) is known color: Scorpion. HEX triplet: 6F, 6A and 6B. RGB value is (111,106,107). Sum of RGB (Red+Green+Blue) = 111+106+107=324 (42% of max value = 765). Red value is 111 (43.75% from 255 or 34.26% from 324); Green value is 106 (41.80% from 255 or 32.72% from 324); Blue value is 107 (42.19% from 255 or 33.02% from 324); Max value from RGB is 111 - color contains mainly: red. Hex color #6F6A6B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6F6A6B is #909594. Grayscale: #6B6B6B. Windows color (decimal): -9475477 or 7039599. OLE color: 7039599.
HSL color Cylindrical-coordinate representation of color #6F6A6B: hue angle of 348º degrees, saturation: 0.02, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #6F6A6B is Cyan = 0, Magento = 0.05, Yellow = 0.04 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 111 | 106 | 107 | - |
| CMYK | 0 | 0.05 | 0.04 | 0.56 |
| HSL | 348º | 0.02% | 0.43% | - |
| HSV(B) | 348º | 0.05% | 0.44% | - |
| XYZ | 14.36 | 14.75 | 16 | - |
| YUV | 107.61 | 127.66 | 130.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 106 | 107 | 0 | 0.05 | 0.04 | 0.56 | 348 | 0.02 | 0.43 |
| Hex | 6F | 6A | 6B | 0 | 5 | 4 | 38 | 15C | 2 | 2B |
| Octal | 157 | 152 | 153 | 0 | 5 | 4 | 70 | 534 | 2 | 53 |
| Binary | 1101111 | 1101010 | 1101011 | 0 | 101 | 100 | 111000 | 101011100 | 10 | 101011 |
Color Harmonies of #6F6A6B
Complementary color
Monochromatic Colors of #6F6A6B
Black with #6F6A6B
Text Example
Text Example
White with #6F6A6B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F6A6B; }
p { color: rgb(111,106,107); }
H1.HeaderClassName
{
color: #6F6A6B;
}
.AnyTagClassName
{
color: #6F6A6B;
}
</style>
background-color css
<style>
a { background-color: #6F6A6B; }
a { background-color: rgb(111,106,107); }
div.DivClassName
{
background-color: #6F6A6B;
}
.BgClassName
{
background-color: #6F6A6B;
}
</style>
border-color css
<style>
span { border-color: #6F6A6B; }
span { border-color: rgb(111,106,107); }
td.TdClassName
{
border-color: #6F6A6B;
}
.TagClassName
{
border-color: #6F6A6B;
}
</style>