Shades of Scorpion #6D6869
Tints of Scorpion #6D6869
RGB
CMYK
RGB Variations
Color information
#6D6869 (or 0x6D6869) is known color: Scorpion. HEX triplet: 6D, 68 and 69. RGB value is (109,104,105). Sum of RGB (Red+Green+Blue) = 109+104+105=318 (42% of max value = 765). Red value is 109 (42.97% from 255 or 34.28% from 318); Green value is 104 (41.02% from 255 or 32.70% from 318); Blue value is 105 (41.41% from 255 or 33.02% from 318); Max value from RGB is 109 - color contains mainly: red. Hex color #6D6869 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6D6869 is #929796. Grayscale: #696969. Windows color (decimal): -9607063 or 6908013. OLE color: 6908013.
HSL color Cylindrical-coordinate representation of color #6D6869: hue angle of 348º degrees, saturation: 0.02, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #6D6869 is Cyan = 0, Magento = 0.05, Yellow = 0.04 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 109 | 104 | 105 | - |
| CMYK | 0 | 0.05 | 0.04 | 0.57 |
| HSL | 348º | 0.02% | 0.42% | - |
| HSV(B) | 348º | 0.05% | 0.43% | - |
| XYZ | 13.81 | 14.17 | 15.37 | - |
| YUV | 105.61 | 127.66 | 130.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 104 | 105 | 0 | 0.05 | 0.04 | 0.57 | 348 | 0.02 | 0.42 |
| Hex | 6D | 68 | 69 | 0 | 5 | 4 | 39 | 15C | 2 | 2A |
| Octal | 155 | 150 | 151 | 0 | 5 | 4 | 71 | 534 | 2 | 52 |
| Binary | 1101101 | 1101000 | 1101001 | 0 | 101 | 100 | 111001 | 101011100 | 10 | 101010 |
Color Harmonies of #6D6869
Complementary color
Monochromatic Colors of #6D6869
Black with #6D6869
Text Example
Text Example
White with #6D6869
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D6869; }
p { color: rgb(109,104,105); }
H1.HeaderClassName
{
color: #6D6869;
}
.AnyTagClassName
{
color: #6D6869;
}
</style>
background-color css
<style>
a { background-color: #6D6869; }
a { background-color: rgb(109,104,105); }
div.DivClassName
{
background-color: #6D6869;
}
.BgClassName
{
background-color: #6D6869;
}
</style>
border-color css
<style>
span { border-color: #6D6869; }
span { border-color: rgb(109,104,105); }
td.TdClassName
{
border-color: #6D6869;
}
.TagClassName
{
border-color: #6D6869;
}
</style>