Shades of Scorpion #6A555C
Tints of Scorpion #6A555C
RGB
CMYK
RGB Variations
Color information
#6A555C (or 0x6A555C) is known color: Scorpion. HEX triplet: 6A, 55 and 5C. RGB value is (106,85,92). Sum of RGB (Red+Green+Blue) = 106+85+92=283 (37% of max value = 765). Red value is 106 (41.80% from 255 or 37.46% from 283); Green value is 85 (33.59% from 255 or 30.04% from 283); Blue value is 92 (36.33% from 255 or 32.51% from 283); Max value from RGB is 106 - color contains mainly: red. Hex color #6A555C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6A555C is #95AAA3. Grayscale: #5C5C5C. Windows color (decimal): -9808548 or 6051178. OLE color: 6051178.
HSL color Cylindrical-coordinate representation of color #6A555C: hue angle of 340º degrees, saturation: 0.11, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #6A555C is Cyan = 0, Magento = 0.20, Yellow = 0.13 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 106 | 85 | 92 | - |
| CMYK | 0 | 0.20 | 0.13 | 0.58 |
| HSL | 340º | 0.11% | 0.37% | - |
| HSV(B) | 340º | 0.2% | 0.42% | - |
| XYZ | 11.12 | 10.33 | 11.53 | - |
| YUV | 92.08 | 127.96 | 137.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 85 | 92 | 0 | 0.20 | 0.13 | 0.58 | 340 | 0.11 | 0.37 |
| Hex | 6A | 55 | 5C | 0 | 14 | D | 3A | 154 | B | 25 |
| Octal | 152 | 125 | 134 | 0 | 24 | 15 | 72 | 524 | 13 | 45 |
| Binary | 1101010 | 1010101 | 1011100 | 0 | 10100 | 1101 | 111010 | 101010100 | 1011 | 100101 |
Color Harmonies of #6A555C
Complementary color
Monochromatic Colors of #6A555C
Black with #6A555C
Text Example
Text Example
White with #6A555C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6A555C; }
p { color: rgb(106,85,92); }
H1.HeaderClassName
{
color: #6A555C;
}
.AnyTagClassName
{
color: #6A555C;
}
</style>
background-color css
<style>
a { background-color: #6A555C; }
a { background-color: rgb(106,85,92); }
div.DivClassName
{
background-color: #6A555C;
}
.BgClassName
{
background-color: #6A555C;
}
</style>
border-color css
<style>
span { border-color: #6A555C; }
span { border-color: rgb(106,85,92); }
td.TdClassName
{
border-color: #6A555C;
}
.TagClassName
{
border-color: #6A555C;
}
</style>