Shades of Scorpion #6A6366
Tints of Scorpion #6A6366
RGB
CMYK
RGB Variations
Color information
#6A6366 (or 0x6A6366) is known color: Scorpion. HEX triplet: 6A, 63 and 66. RGB value is (106,99,102). Sum of RGB (Red+Green+Blue) = 106+99+102=307 (40% of max value = 765). Red value is 106 (41.80% from 255 or 34.53% from 307); Green value is 99 (39.06% from 255 or 32.25% from 307); Blue value is 102 (40.23% from 255 or 33.22% from 307); Max value from RGB is 106 - color contains mainly: red. Hex color #6A6366 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6A6366 is #959C99. Grayscale: #656565. Windows color (decimal): -9804954 or 6710122. OLE color: 6710122.
HSL color Cylindrical-coordinate representation of color #6A6366: hue angle of 334.29º degrees, saturation: 0.03, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #6A6366 is Cyan = 0, Magento = 0.07, Yellow = 0.04 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 106 | 99 | 102 | - |
| CMYK | 0 | 0.07 | 0.04 | 0.58 |
| HSL | 334.29º | 0.03% | 0.4% | - |
| HSV(B) | 334.29º | 0.07% | 0.42% | - |
| XYZ | 12.8 | 12.95 | 14.39 | - |
| YUV | 101.44 | 128.32 | 131.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 99 | 102 | 0 | 0.07 | 0.04 | 0.58 | 334.29 | 0.03 | 0.4 |
| Hex | 6A | 63 | 66 | 0 | 7 | 4 | 3A | 14E | 3 | 28 |
| Octal | 152 | 143 | 146 | 0 | 7 | 4 | 72 | 516 | 3 | 50 |
| Binary | 1101010 | 1100011 | 1100110 | 0 | 111 | 100 | 111010 | 101001110 | 11 | 101000 |
Color Harmonies of #6A6366
Complementary color
Monochromatic Colors of #6A6366
Black with #6A6366
Text Example
Text Example
White with #6A6366
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6A6366; }
p { color: rgb(106,99,102); }
H1.HeaderClassName
{
color: #6A6366;
}
.AnyTagClassName
{
color: #6A6366;
}
</style>
background-color css
<style>
a { background-color: #6A6366; }
a { background-color: rgb(106,99,102); }
div.DivClassName
{
background-color: #6A6366;
}
.BgClassName
{
background-color: #6A6366;
}
</style>
border-color css
<style>
span { border-color: #6A6366; }
span { border-color: rgb(106,99,102); }
td.TdClassName
{
border-color: #6A6366;
}
.TagClassName
{
border-color: #6A6366;
}
</style>