Shades of Scorpion #6D6265
Tints of Scorpion #6D6265
RGB
CMYK
RGB Variations
Color information
#6D6265 (or 0x6D6265) is known color: Scorpion. HEX triplet: 6D, 62 and 65. RGB value is (109,98,101). Sum of RGB (Red+Green+Blue) = 109+98+101=308 (40% of max value = 765). Red value is 109 (42.97% from 255 or 35.39% from 308); Green value is 98 (38.67% from 255 or 31.82% from 308); Blue value is 101 (39.84% from 255 or 32.79% from 308); Max value from RGB is 109 - color contains mainly: red. Hex color #6D6265 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6D6265 is #929D9A. Grayscale: #656565. Windows color (decimal): -9608603 or 6644333. OLE color: 6644333.
HSL color Cylindrical-coordinate representation of color #6D6265: hue angle of 343.64º 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 #6D6265 is Cyan = 0, Magento = 0.10, Yellow = 0.07 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 109 | 98 | 101 | - |
| CMYK | 0 | 0.10 | 0.07 | 0.57 |
| HSL | 343.64º | 0.05% | 0.41% | - |
| HSV(B) | 343.64º | 0.1% | 0.43% | - |
| XYZ | 13.02 | 12.93 | 14.12 | - |
| YUV | 101.63 | 127.64 | 133.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 98 | 101 | 0 | 0.10 | 0.07 | 0.57 | 343.64 | 0.05 | 0.41 |
| Hex | 6D | 62 | 65 | 0 | A | 7 | 39 | 158 | 5 | 29 |
| Octal | 155 | 142 | 145 | 0 | 12 | 7 | 71 | 530 | 5 | 51 |
| Binary | 1101101 | 1100010 | 1100101 | 0 | 1010 | 111 | 111001 | 101011000 | 101 | 101001 |
Color Harmonies of #6D6265
Complementary color
Monochromatic Colors of #6D6265
Black with #6D6265
Text Example
Text Example
White with #6D6265
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D6265; }
p { color: rgb(109,98,101); }
H1.HeaderClassName
{
color: #6D6265;
}
.AnyTagClassName
{
color: #6D6265;
}
</style>
background-color css
<style>
a { background-color: #6D6265; }
a { background-color: rgb(109,98,101); }
div.DivClassName
{
background-color: #6D6265;
}
.BgClassName
{
background-color: #6D6265;
}
</style>
border-color css
<style>
span { border-color: #6D6265; }
span { border-color: rgb(109,98,101); }
td.TdClassName
{
border-color: #6D6265;
}
.TagClassName
{
border-color: #6D6265;
}
</style>