Shades of Scorpion #6D6266
Tints of Scorpion #6D6266
RGB
CMYK
RGB Variations
Color information
#6D6266 (or 0x6D6266) is known color: Scorpion. HEX triplet: 6D, 62 and 66. RGB value is (109,98,102). Sum of RGB (Red+Green+Blue) = 109+98+102=309 (40% of max value = 765). Red value is 109 (42.97% from 255 or 35.28% from 309); Green value is 98 (38.67% from 255 or 31.72% from 309); Blue value is 102 (40.23% from 255 or 33.01% from 309); Max value from RGB is 109 - color contains mainly: red. Hex color #6D6266 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6D6266 is #929D99. Grayscale: #656565. Windows color (decimal): -9608602 or 6709869. OLE color: 6709869.
HSL color Cylindrical-coordinate representation of color #6D6266: hue angle of 338.18º degrees, saturation: 0.05, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #6D6266 is Cyan = 0, Magento = 0.10, Yellow = 0.06 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 109 | 98 | 102 | - |
| CMYK | 0 | 0.10 | 0.06 | 0.57 |
| HSL | 338.18º | 0.05% | 0.41% | - |
| HSV(B) | 338.18º | 0.1% | 0.43% | - |
| XYZ | 13.07 | 12.95 | 14.38 | - |
| YUV | 101.75 | 128.14 | 133.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 98 | 102 | 0 | 0.10 | 0.06 | 0.57 | 338.18 | 0.05 | 0.41 |
| Hex | 6D | 62 | 66 | 0 | A | 6 | 39 | 152 | 5 | 29 |
| Octal | 155 | 142 | 146 | 0 | 12 | 6 | 71 | 522 | 5 | 51 |
| Binary | 1101101 | 1100010 | 1100110 | 0 | 1010 | 110 | 111001 | 101010010 | 101 | 101001 |
Color Harmonies of #6D6266
Complementary color
Monochromatic Colors of #6D6266
Black with #6D6266
Text Example
Text Example
White with #6D6266
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D6266; }
p { color: rgb(109,98,102); }
H1.HeaderClassName
{
color: #6D6266;
}
.AnyTagClassName
{
color: #6D6266;
}
</style>
background-color css
<style>
a { background-color: #6D6266; }
a { background-color: rgb(109,98,102); }
div.DivClassName
{
background-color: #6D6266;
}
.BgClassName
{
background-color: #6D6266;
}
</style>
border-color css
<style>
span { border-color: #6D6266; }
span { border-color: rgb(109,98,102); }
td.TdClassName
{
border-color: #6D6266;
}
.TagClassName
{
border-color: #6D6266;
}
</style>