Shades of Scorpion #6D696B
Tints of Scorpion #6D696B
RGB
CMYK
RGB Variations
Color information
#6D696B (or 0x6D696B) is known color: Scorpion. HEX triplet: 6D, 69 and 6B. RGB value is (109,105,107). Sum of RGB (Red+Green+Blue) = 109+105+107=321 (42% of max value = 765). Red value is 109 (42.97% from 255 or 33.96% from 321); Green value is 105 (41.41% from 255 or 32.71% from 321); Blue value is 107 (42.19% from 255 or 33.33% from 321); Max value from RGB is 109 - color contains mainly: red. Hex color #6D696B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6D696B is #929694. Grayscale: #6A6A6A. Windows color (decimal): -9606805 or 7039341. OLE color: 7039341.
HSL color Cylindrical-coordinate representation of color #6D696B: hue angle of 330º degrees, saturation: 0.02, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #6D696B is Cyan = 0, Magento = 0.04, Yellow = 0.02 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 109 | 105 | 107 | - |
| CMYK | 0 | 0.04 | 0.02 | 0.57 |
| HSL | 330º | 0.02% | 0.42% | - |
| HSV(B) | 330º | 0.04% | 0.43% | - |
| XYZ | 14.01 | 14.42 | 15.95 | - |
| YUV | 106.42 | 128.33 | 129.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 105 | 107 | 0 | 0.04 | 0.02 | 0.57 | 330 | 0.02 | 0.42 |
| Hex | 6D | 69 | 6B | 0 | 4 | 2 | 39 | 14A | 2 | 2A |
| Octal | 155 | 151 | 153 | 0 | 4 | 2 | 71 | 512 | 2 | 52 |
| Binary | 1101101 | 1101001 | 1101011 | 0 | 100 | 10 | 111001 | 101001010 | 10 | 101010 |
Color Harmonies of #6D696B
Complementary color
Monochromatic Colors of #6D696B
Black with #6D696B
Text Example
Text Example
White with #6D696B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D696B; }
p { color: rgb(109,105,107); }
H1.HeaderClassName
{
color: #6D696B;
}
.AnyTagClassName
{
color: #6D696B;
}
</style>
background-color css
<style>
a { background-color: #6D696B; }
a { background-color: rgb(109,105,107); }
div.DivClassName
{
background-color: #6D696B;
}
.BgClassName
{
background-color: #6D696B;
}
</style>
border-color css
<style>
span { border-color: #6D696B; }
span { border-color: rgb(109,105,107); }
td.TdClassName
{
border-color: #6D696B;
}
.TagClassName
{
border-color: #6D696B;
}
</style>