Shades of Scorpion #6F6367
Tints of Scorpion #6F6367
RGB
CMYK
RGB Variations
Color information
#6F6367 (or 0x6F6367) is known color: Scorpion. HEX triplet: 6F, 63 and 67. RGB value is (111,99,103). Sum of RGB (Red+Green+Blue) = 111+99+103=313 (41% of max value = 765). Red value is 111 (43.75% from 255 or 35.46% from 313); Green value is 99 (39.06% from 255 or 31.63% from 313); Blue value is 103 (40.62% from 255 or 32.91% from 313); Max value from RGB is 111 - color contains mainly: red. Hex color #6F6367 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6F6367 is #909C98. Grayscale: #676767. Windows color (decimal): -9477273 or 6775663. OLE color: 6775663.
HSL color Cylindrical-coordinate representation of color #6F6367: hue angle of 340º 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 #6F6367 is Cyan = 0, Magento = 0.11, Yellow = 0.07 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 111 | 99 | 103 | - |
| CMYK | 0 | 0.11 | 0.07 | 0.56 |
| HSL | 340º | 0.06% | 0.41% | - |
| HSV(B) | 340º | 0.11% | 0.44% | - |
| XYZ | 13.47 | 13.28 | 14.69 | - |
| YUV | 103.04 | 127.98 | 133.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 99 | 103 | 0 | 0.11 | 0.07 | 0.56 | 340 | 0.06 | 0.41 |
| Hex | 6F | 63 | 67 | 0 | B | 7 | 38 | 154 | 6 | 29 |
| Octal | 157 | 143 | 147 | 0 | 13 | 7 | 70 | 524 | 6 | 51 |
| Binary | 1101111 | 1100011 | 1100111 | 0 | 1011 | 111 | 111000 | 101010100 | 110 | 101001 |
Color Harmonies of #6F6367
Complementary color
Monochromatic Colors of #6F6367
Black with #6F6367
Text Example
Text Example
White with #6F6367
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F6367; }
p { color: rgb(111,99,103); }
H1.HeaderClassName
{
color: #6F6367;
}
.AnyTagClassName
{
color: #6F6367;
}
</style>
background-color css
<style>
a { background-color: #6F6367; }
a { background-color: rgb(111,99,103); }
div.DivClassName
{
background-color: #6F6367;
}
.BgClassName
{
background-color: #6F6367;
}
</style>
border-color css
<style>
span { border-color: #6F6367; }
span { border-color: rgb(111,99,103); }
td.TdClassName
{
border-color: #6F6367;
}
.TagClassName
{
border-color: #6F6367;
}
</style>