Shades of Scorpion #6F6168
Tints of Scorpion #6F6168
RGB
CMYK
RGB Variations
Color information
#6F6168 (or 0x6F6168) is known color: Scorpion. HEX triplet: 6F, 61 and 68. RGB value is (111,97,104). Sum of RGB (Red+Green+Blue) = 111+97+104=312 (41% of max value = 765). Red value is 111 (43.75% from 255 or 35.58% from 312); Green value is 97 (38.28% from 255 or 31.09% from 312); Blue value is 104 (41.02% from 255 or 33.33% from 312); Max value from RGB is 111 - color contains mainly: red. Hex color #6F6168 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6F6168 is #909E97. Grayscale: #656565. Windows color (decimal): -9477784 or 6840687. OLE color: 6840687.
HSL color Cylindrical-coordinate representation of color #6F6168: hue angle of 330º degrees, saturation: 0.07, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #6F6168 is Cyan = 0, Magento = 0.13, Yellow = 0.06 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 111 | 97 | 104 | - |
| CMYK | 0 | 0.13 | 0.06 | 0.56 |
| HSL | 330º | 0.07% | 0.41% | - |
| HSV(B) | 330º | 0.13% | 0.44% | - |
| XYZ | 13.33 | 12.93 | 14.89 | - |
| YUV | 101.98 | 129.14 | 134.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 97 | 104 | 0 | 0.13 | 0.06 | 0.56 | 330 | 0.07 | 0.41 |
| Hex | 6F | 61 | 68 | 0 | D | 6 | 38 | 14A | 7 | 29 |
| Octal | 157 | 141 | 150 | 0 | 15 | 6 | 70 | 512 | 7 | 51 |
| Binary | 1101111 | 1100001 | 1101000 | 0 | 1101 | 110 | 111000 | 101001010 | 111 | 101001 |
Color Harmonies of #6F6168
Complementary color
Monochromatic Colors of #6F6168
Black with #6F6168
Text Example
Text Example
White with #6F6168
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F6168; }
p { color: rgb(111,97,104); }
H1.HeaderClassName
{
color: #6F6168;
}
.AnyTagClassName
{
color: #6F6168;
}
</style>
background-color css
<style>
a { background-color: #6F6168; }
a { background-color: rgb(111,97,104); }
div.DivClassName
{
background-color: #6F6168;
}
.BgClassName
{
background-color: #6F6168;
}
</style>
border-color css
<style>
span { border-color: #6F6168; }
span { border-color: rgb(111,97,104); }
td.TdClassName
{
border-color: #6F6168;
}
.TagClassName
{
border-color: #6F6168;
}
</style>