Shades of Scorpion #6F6068
Tints of Scorpion #6F6068
RGB
CMYK
RGB Variations
Color information
#6F6068 (or 0x6F6068) is known color: Scorpion. HEX triplet: 6F, 60 and 68. RGB value is (111,96,104). Sum of RGB (Red+Green+Blue) = 111+96+104=311 (41% of max value = 765). Red value is 111 (43.75% from 255 or 35.69% from 311); Green value is 96 (37.89% from 255 or 30.87% from 311); Blue value is 104 (41.02% from 255 or 33.44% from 311); Max value from RGB is 111 - color contains mainly: red. Hex color #6F6068 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6F6068 is #909F97. Grayscale: #656565. Windows color (decimal): -9478040 or 6840431. OLE color: 6840431.
HSL color Cylindrical-coordinate representation of color #6F6068: hue angle of 328º degrees, saturation: 0.07, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #6F6068 is Cyan = 0, Magento = 0.14, Yellow = 0.06 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 111 | 96 | 104 | - |
| CMYK | 0 | 0.14 | 0.06 | 0.56 |
| HSL | 328º | 0.07% | 0.41% | - |
| HSV(B) | 328º | 0.14% | 0.44% | - |
| XYZ | 13.24 | 12.74 | 14.86 | - |
| YUV | 101.4 | 129.47 | 134.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 96 | 104 | 0 | 0.14 | 0.06 | 0.56 | 328 | 0.07 | 0.41 |
| Hex | 6F | 60 | 68 | 0 | E | 6 | 38 | 148 | 7 | 29 |
| Octal | 157 | 140 | 150 | 0 | 16 | 6 | 70 | 510 | 7 | 51 |
| Binary | 1101111 | 1100000 | 1101000 | 0 | 1110 | 110 | 111000 | 101001000 | 111 | 101001 |
Color Harmonies of #6F6068
Complementary color
Monochromatic Colors of #6F6068
Black with #6F6068
Text Example
Text Example
White with #6F6068
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F6068; }
p { color: rgb(111,96,104); }
H1.HeaderClassName
{
color: #6F6068;
}
.AnyTagClassName
{
color: #6F6068;
}
</style>
background-color css
<style>
a { background-color: #6F6068; }
a { background-color: rgb(111,96,104); }
div.DivClassName
{
background-color: #6F6068;
}
.BgClassName
{
background-color: #6F6068;
}
</style>
border-color css
<style>
span { border-color: #6F6068; }
span { border-color: rgb(111,96,104); }
td.TdClassName
{
border-color: #6F6068;
}
.TagClassName
{
border-color: #6F6068;
}
</style>