Shades of Scorpion #6F6467
Tints of Scorpion #6F6467
RGB
CMYK
RGB Variations
Color information
#6F6467 (or 0x6F6467) is known color: Scorpion. HEX triplet: 6F, 64 and 67. RGB value is (111,100,103). Sum of RGB (Red+Green+Blue) = 111+100+103=314 (41% of max value = 765). Red value is 111 (43.75% from 255 or 35.35% from 314); Green value is 100 (39.45% from 255 or 31.85% from 314); Blue value is 103 (40.62% from 255 or 32.80% from 314); Max value from RGB is 111 - color contains mainly: red. Hex color #6F6467 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6F6467 is #909B98. Grayscale: #676767. Windows color (decimal): -9477017 or 6775919. OLE color: 6775919.
HSL color Cylindrical-coordinate representation of color #6F6467: hue angle of 343.64º degrees, saturation: 0.05, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #6F6467 is Cyan = 0, Magento = 0.10, Yellow = 0.07 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 111 | 100 | 103 | - |
| CMYK | 0 | 0.10 | 0.07 | 0.56 |
| HSL | 343.64º | 0.05% | 0.41% | - |
| HSV(B) | 343.64º | 0.1% | 0.44% | - |
| XYZ | 13.56 | 13.47 | 14.72 | - |
| YUV | 103.63 | 127.64 | 133.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 100 | 103 | 0 | 0.10 | 0.07 | 0.56 | 343.64 | 0.05 | 0.41 |
| Hex | 6F | 64 | 67 | 0 | A | 7 | 38 | 158 | 5 | 29 |
| Octal | 157 | 144 | 147 | 0 | 12 | 7 | 70 | 530 | 5 | 51 |
| Binary | 1101111 | 1100100 | 1100111 | 0 | 1010 | 111 | 111000 | 101011000 | 101 | 101001 |
Color Harmonies of #6F6467
Complementary color
Monochromatic Colors of #6F6467
Black with #6F6467
Text Example
Text Example
White with #6F6467
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F6467; }
p { color: rgb(111,100,103); }
H1.HeaderClassName
{
color: #6F6467;
}
.AnyTagClassName
{
color: #6F6467;
}
</style>
background-color css
<style>
a { background-color: #6F6467; }
a { background-color: rgb(111,100,103); }
div.DivClassName
{
background-color: #6F6467;
}
.BgClassName
{
background-color: #6F6467;
}
</style>
border-color css
<style>
span { border-color: #6F6467; }
span { border-color: rgb(111,100,103); }
td.TdClassName
{
border-color: #6F6467;
}
.TagClassName
{
border-color: #6F6467;
}
</style>