Shades of Scorpion #6F666B
Tints of Scorpion #6F666B
RGB
CMYK
RGB Variations
Color information
#6F666B (or 0x6F666B) is known color: Scorpion. HEX triplet: 6F, 66 and 6B. RGB value is (111,102,107). Sum of RGB (Red+Green+Blue) = 111+102+107=320 (42% of max value = 765). Red value is 111 (43.75% from 255 or 34.69% from 320); Green value is 102 (40.23% from 255 or 31.88% from 320); Blue value is 107 (42.19% from 255 or 33.44% from 320); Max value from RGB is 111 - color contains mainly: red. Hex color #6F666B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6F666B is #909994. Grayscale: #696969. Windows color (decimal): -9476501 or 7038575. OLE color: 7038575.
HSL color Cylindrical-coordinate representation of color #6F666B: hue angle of 326.67º degrees, saturation: 0.04, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #6F666B is Cyan = 0, Magento = 0.08, Yellow = 0.04 and Black (K on CMYK) = 0.56.
Color convert
RGB | 111 | 102 | 107 | - |
CMYK | 0 | 0.08 | 0.04 | 0.56 |
HSL | 326.67º | 0.04% | 0.42% | - |
HSV(B) | 326.67º | 0.08% | 0.44% | - |
XYZ | 13.96 | 13.94 | 15.87 | - |
YUV | 105.26 | 128.98 | 132.09 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 111 | 102 | 107 | 0 | 0.08 | 0.04 | 0.56 | 326.67 | 0.04 | 0.42 |
Hex | 6F | 66 | 6B | 0 | 8 | 4 | 38 | 147 | 4 | 2A |
Octal | 157 | 146 | 153 | 0 | 10 | 4 | 70 | 507 | 4 | 52 |
Binary | 1101111 | 1100110 | 1101011 | 0 | 1000 | 100 | 111000 | 101000111 | 100 | 101010 |
Color Harmonies of #6F666B
Complementary color
Monochromatic Colors of #6F666B
Black with #6F666B
Text Example
Text Example
White with #6F666B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F666B; }
p { color: rgb(111,102,107); }
H1.HeaderClassName
{
color: #6F666B;
}
.AnyTagClassName
{
color: #6F666B;
}
</style>
background-color css
<style>
a { background-color: #6F666B; }
a { background-color: rgb(111,102,107); }
div.DivClassName
{
background-color: #6F666B;
}
.BgClassName
{
background-color: #6F666B;
}
</style>
border-color css
<style>
span { border-color: #6F666B; }
span { border-color: rgb(111,102,107); }
td.TdClassName
{
border-color: #6F666B;
}
.TagClassName
{
border-color: #6F666B;
}
</style>