Shades of Scorpion #6A6869
Tints of Scorpion #6A6869
RGB
CMYK
RGB Variations
Color information
#6A6869 (or 0x6A6869) is known color: Scorpion. HEX triplet: 6A, 68 and 69. RGB value is (106,104,105). Sum of RGB (Red+Green+Blue) = 106+104+105=315 (41% of max value = 765). Red value is 106 (41.80% from 255 or 33.65% from 315); Green value is 104 (41.02% from 255 or 33.02% from 315); Blue value is 105 (41.41% from 255 or 33.33% from 315); Max value from RGB is 106 - color contains mainly: red. Hex color #6A6869 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6A6869 is #959796. Grayscale: #686868. Windows color (decimal): -9803671 or 6908010. OLE color: 6908010.
HSL color Cylindrical-coordinate representation of color #6A6869: hue angle of 330º degrees, saturation: 0.01, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.02%. Process color model (Four color, CMYK) of #6A6869 is Cyan = 0, Magento = 0.02, Yellow = 0.01 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 106 | 104 | 105 | - |
| CMYK | 0 | 0.02 | 0.01 | 0.58 |
| HSL | 330º | 0.01% | 0.41% | - |
| HSV(B) | 330º | 0.02% | 0.42% | - |
| XYZ | 13.44 | 13.98 | 15.36 | - |
| YUV | 104.71 | 128.16 | 128.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 104 | 105 | 0 | 0.02 | 0.01 | 0.58 | 330 | 0.01 | 0.41 |
| Hex | 6A | 68 | 69 | 0 | 2 | 1 | 3A | 14A | 1 | 29 |
| Octal | 152 | 150 | 151 | 0 | 2 | 1 | 72 | 512 | 1 | 51 |
| Binary | 1101010 | 1101000 | 1101001 | 0 | 10 | 1 | 111010 | 101001010 | 1 | 101001 |
Color Harmonies of #6A6869
Complementary color
Monochromatic Colors of #6A6869
Black with #6A6869
Text Example
Text Example
White with #6A6869
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6A6869; }
p { color: rgb(106,104,105); }
H1.HeaderClassName
{
color: #6A6869;
}
.AnyTagClassName
{
color: #6A6869;
}
</style>
background-color css
<style>
a { background-color: #6A6869; }
a { background-color: rgb(106,104,105); }
div.DivClassName
{
background-color: #6A6869;
}
.BgClassName
{
background-color: #6A6869;
}
</style>
border-color css
<style>
span { border-color: #6A6869; }
span { border-color: rgb(106,104,105); }
td.TdClassName
{
border-color: #6A6869;
}
.TagClassName
{
border-color: #6A6869;
}
</style>