Shades of Scorpion #6F6366
Tints of Scorpion #6F6366
RGB
CMYK
RGB Variations
Color information
#6F6366 (or 0x6F6366) is known color: Scorpion. HEX triplet: 6F, 63 and 66. RGB value is (111,99,102). Sum of RGB (Red+Green+Blue) = 111+99+102=312 (41% of max value = 765). Red value is 111 (43.75% from 255 or 35.58% from 312); Green value is 99 (39.06% from 255 or 31.73% from 312); Blue value is 102 (40.23% from 255 or 32.69% from 312); Max value from RGB is 111 - color contains mainly: red. Hex color #6F6366 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6F6366 is #909C99. Grayscale: #666666. Windows color (decimal): -9477274 or 6710127. OLE color: 6710127.
HSL color Cylindrical-coordinate representation of color #6F6366: hue angle of 345º degrees, saturation: 0.06, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #6F6366 is Cyan = 0, Magento = 0.11, Yellow = 0.08 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 111 | 99 | 102 | - |
| CMYK | 0 | 0.11 | 0.08 | 0.56 |
| HSL | 345º | 0.06% | 0.41% | - |
| HSV(B) | 345º | 0.11% | 0.44% | - |
| XYZ | 13.42 | 13.26 | 14.42 | - |
| YUV | 102.93 | 127.48 | 133.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 99 | 102 | 0 | 0.11 | 0.08 | 0.56 | 345 | 0.06 | 0.41 |
| Hex | 6F | 63 | 66 | 0 | B | 8 | 38 | 159 | 6 | 29 |
| Octal | 157 | 143 | 146 | 0 | 13 | 10 | 70 | 531 | 6 | 51 |
| Binary | 1101111 | 1100011 | 1100110 | 0 | 1011 | 1000 | 111000 | 101011001 | 110 | 101001 |
Color Harmonies of #6F6366
Complementary color
Monochromatic Colors of #6F6366
Black with #6F6366
Text Example
Text Example
White with #6F6366
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F6366; }
p { color: rgb(111,99,102); }
H1.HeaderClassName
{
color: #6F6366;
}
.AnyTagClassName
{
color: #6F6366;
}
</style>
background-color css
<style>
a { background-color: #6F6366; }
a { background-color: rgb(111,99,102); }
div.DivClassName
{
background-color: #6F6366;
}
.BgClassName
{
background-color: #6F6366;
}
</style>
border-color css
<style>
span { border-color: #6F6366; }
span { border-color: rgb(111,99,102); }
td.TdClassName
{
border-color: #6F6366;
}
.TagClassName
{
border-color: #6F6366;
}
</style>