Shades of Scorpion #6F676A
Tints of Scorpion #6F676A
RGB
CMYK
RGB Variations
Color information
#6F676A (or 0x6F676A) is known color: Scorpion. HEX triplet: 6F, 67 and 6A. RGB value is (111,103,106). Sum of RGB (Red+Green+Blue) = 111+103+106=320 (42% of max value = 765). Red value is 111 (43.75% from 255 or 34.69% from 320); Green value is 103 (40.62% from 255 or 32.19% from 320); Blue value is 106 (41.80% from 255 or 33.12% from 320); Max value from RGB is 111 - color contains mainly: red. Hex color #6F676A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6F676A is #909895. Grayscale: #696969. Windows color (decimal): -9476246 or 6973295. OLE color: 6973295.
HSL color Cylindrical-coordinate representation of color #6F676A: hue angle of 337.5º degrees, saturation: 0.04, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #6F676A is Cyan = 0, Magento = 0.07, Yellow = 0.05 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 111 | 103 | 106 | - |
| CMYK | 0 | 0.07 | 0.05 | 0.56 |
| HSL | 337.5º | 0.04% | 0.42% | - |
| HSV(B) | 337.5º | 0.07% | 0.44% | - |
| XYZ | 14.01 | 14.12 | 15.62 | - |
| YUV | 105.73 | 128.15 | 131.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 103 | 106 | 0 | 0.07 | 0.05 | 0.56 | 337.5 | 0.04 | 0.42 |
| Hex | 6F | 67 | 6A | 0 | 7 | 5 | 38 | 152 | 4 | 2A |
| Octal | 157 | 147 | 152 | 0 | 7 | 5 | 70 | 522 | 4 | 52 |
| Binary | 1101111 | 1100111 | 1101010 | 0 | 111 | 101 | 111000 | 101010010 | 100 | 101010 |
Color Harmonies of #6F676A
Complementary color
Monochromatic Colors of #6F676A
Black with #6F676A
Text Example
Text Example
White with #6F676A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F676A; }
p { color: rgb(111,103,106); }
H1.HeaderClassName
{
color: #6F676A;
}
.AnyTagClassName
{
color: #6F676A;
}
</style>
background-color css
<style>
a { background-color: #6F676A; }
a { background-color: rgb(111,103,106); }
div.DivClassName
{
background-color: #6F676A;
}
.BgClassName
{
background-color: #6F676A;
}
</style>
border-color css
<style>
span { border-color: #6F676A; }
span { border-color: rgb(111,103,106); }
td.TdClassName
{
border-color: #6F676A;
}
.TagClassName
{
border-color: #6F676A;
}
</style>