Shades of Scorpion #6D6569
Tints of Scorpion #6D6569
RGB
CMYK
RGB Variations
Color information
#6D6569 (or 0x6D6569) is known color: Scorpion. HEX triplet: 6D, 65 and 69. RGB value is (109,101,105). Sum of RGB (Red+Green+Blue) = 109+101+105=315 (41% of max value = 765). Red value is 109 (42.97% from 255 or 34.60% from 315); Green value is 101 (39.84% from 255 or 32.06% from 315); Blue value is 105 (41.41% from 255 or 33.33% from 315); Max value from RGB is 109 - color contains mainly: red. Hex color #6D6569 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6D6569 is #929A96. Grayscale: #676767. Windows color (decimal): -9607831 or 6907245. OLE color: 6907245.
HSL color Cylindrical-coordinate representation of color #6D6569: hue angle of 330º degrees, saturation: 0.04, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #6D6569 is Cyan = 0, Magento = 0.07, Yellow = 0.04 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 109 | 101 | 105 | - |
| CMYK | 0 | 0.07 | 0.04 | 0.57 |
| HSL | 330º | 0.04% | 0.41% | - |
| HSV(B) | 330º | 0.07% | 0.43% | - |
| XYZ | 13.51 | 13.58 | 15.27 | - |
| YUV | 103.85 | 128.65 | 131.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 101 | 105 | 0 | 0.07 | 0.04 | 0.57 | 330 | 0.04 | 0.41 |
| Hex | 6D | 65 | 69 | 0 | 7 | 4 | 39 | 14A | 4 | 29 |
| Octal | 155 | 145 | 151 | 0 | 7 | 4 | 71 | 512 | 4 | 51 |
| Binary | 1101101 | 1100101 | 1101001 | 0 | 111 | 100 | 111001 | 101001010 | 100 | 101001 |
Color Harmonies of #6D6569
Complementary color
Monochromatic Colors of #6D6569
Black with #6D6569
Text Example
Text Example
White with #6D6569
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D6569; }
p { color: rgb(109,101,105); }
H1.HeaderClassName
{
color: #6D6569;
}
.AnyTagClassName
{
color: #6D6569;
}
</style>
background-color css
<style>
a { background-color: #6D6569; }
a { background-color: rgb(109,101,105); }
div.DivClassName
{
background-color: #6D6569;
}
.BgClassName
{
background-color: #6D6569;
}
</style>
border-color css
<style>
span { border-color: #6D6569; }
span { border-color: rgb(109,101,105); }
td.TdClassName
{
border-color: #6D6569;
}
.TagClassName
{
border-color: #6D6569;
}
</style>