Shades of Scorpion #6A6566
Tints of Scorpion #6A6566
RGB
CMYK
RGB Variations
Color information
#6A6566 (or 0x6A6566) is known color: Scorpion. HEX triplet: 6A, 65 and 66. RGB value is (106,101,102). Sum of RGB (Red+Green+Blue) = 106+101+102=309 (40% of max value = 765). Red value is 106 (41.80% from 255 or 34.30% from 309); Green value is 101 (39.84% from 255 or 32.69% from 309); Blue value is 102 (40.23% from 255 or 33.01% from 309); Max value from RGB is 106 - color contains mainly: red. Hex color #6A6566 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6A6566 is #959A99. Grayscale: #666666. Windows color (decimal): -9804442 or 6710634. OLE color: 6710634.
HSL color Cylindrical-coordinate representation of color #6A6566: hue angle of 348º degrees, saturation: 0.02, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #6A6566 is Cyan = 0, Magento = 0.05, Yellow = 0.04 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 106 | 101 | 102 | - |
| CMYK | 0 | 0.05 | 0.04 | 0.58 |
| HSL | 348º | 0.02% | 0.41% | - |
| HSV(B) | 348º | 0.05% | 0.42% | - |
| XYZ | 13 | 13.33 | 14.46 | - |
| YUV | 102.61 | 127.66 | 130.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 101 | 102 | 0 | 0.05 | 0.04 | 0.58 | 348 | 0.02 | 0.41 |
| Hex | 6A | 65 | 66 | 0 | 5 | 4 | 3A | 15C | 2 | 29 |
| Octal | 152 | 145 | 146 | 0 | 5 | 4 | 72 | 534 | 2 | 51 |
| Binary | 1101010 | 1100101 | 1100110 | 0 | 101 | 100 | 111010 | 101011100 | 10 | 101001 |
Color Harmonies of #6A6566
Complementary color
Monochromatic Colors of #6A6566
Black with #6A6566
Text Example
Text Example
White with #6A6566
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6A6566; }
p { color: rgb(106,101,102); }
H1.HeaderClassName
{
color: #6A6566;
}
.AnyTagClassName
{
color: #6A6566;
}
</style>
background-color css
<style>
a { background-color: #6A6566; }
a { background-color: rgb(106,101,102); }
div.DivClassName
{
background-color: #6A6566;
}
.BgClassName
{
background-color: #6A6566;
}
</style>
border-color css
<style>
span { border-color: #6A6566; }
span { border-color: rgb(106,101,102); }
td.TdClassName
{
border-color: #6A6566;
}
.TagClassName
{
border-color: #6A6566;
}
</style>