Shades of Scorpion #6A5D63
Tints of Scorpion #6A5D63
RGB
CMYK
RGB Variations
Color information
#6A5D63 (or 0x6A5D63) is known color: Scorpion. HEX triplet: 6A, 5D and 63. RGB value is (106,93,99). Sum of RGB (Red+Green+Blue) = 106+93+99=298 (39% of max value = 765). Red value is 106 (41.80% from 255 or 35.57% from 298); Green value is 93 (36.72% from 255 or 31.21% from 298); Blue value is 99 (39.06% from 255 or 33.22% from 298); Max value from RGB is 106 - color contains mainly: red. Hex color #6A5D63 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6A5D63 is #95A29C. Grayscale: #616161. Windows color (decimal): -9806493 or 6511978. OLE color: 6511978.
HSL color Cylindrical-coordinate representation of color #6A5D63: hue angle of 332.31º degrees, saturation: 0.07, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #6A5D63 is Cyan = 0, Magento = 0.12, Yellow = 0.07 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 106 | 93 | 99 | - |
| CMYK | 0 | 0.12 | 0.07 | 0.58 |
| HSL | 332.31º | 0.07% | 0.39% | - |
| HSV(B) | 332.31º | 0.12% | 0.42% | - |
| XYZ | 12.11 | 11.79 | 13.44 | - |
| YUV | 97.57 | 128.81 | 134.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 93 | 99 | 0 | 0.12 | 0.07 | 0.58 | 332.31 | 0.07 | 0.39 |
| Hex | 6A | 5D | 63 | 0 | C | 7 | 3A | 14C | 7 | 27 |
| Octal | 152 | 135 | 143 | 0 | 14 | 7 | 72 | 514 | 7 | 47 |
| Binary | 1101010 | 1011101 | 1100011 | 0 | 1100 | 111 | 111010 | 101001100 | 111 | 100111 |
Color Harmonies of #6A5D63
Complementary color
Monochromatic Colors of #6A5D63
Black with #6A5D63
Text Example
Text Example
White with #6A5D63
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6A5D63; }
p { color: rgb(106,93,99); }
H1.HeaderClassName
{
color: #6A5D63;
}
.AnyTagClassName
{
color: #6A5D63;
}
</style>
background-color css
<style>
a { background-color: #6A5D63; }
a { background-color: rgb(106,93,99); }
div.DivClassName
{
background-color: #6A5D63;
}
.BgClassName
{
background-color: #6A5D63;
}
</style>
border-color css
<style>
span { border-color: #6A5D63; }
span { border-color: rgb(106,93,99); }
td.TdClassName
{
border-color: #6A5D63;
}
.TagClassName
{
border-color: #6A5D63;
}
</style>