Shades of Scorpion #6C6569
Tints of Scorpion #6C6569
RGB
CMYK
RGB Variations
Color information
#6C6569 (or 0x6C6569) is known color: Scorpion. HEX triplet: 6C, 65 and 69. RGB value is (108,101,105). Sum of RGB (Red+Green+Blue) = 108+101+105=314 (41% of max value = 765). Red value is 108 (42.58% from 255 or 34.39% from 314); Green value is 101 (39.84% from 255 or 32.17% from 314); Blue value is 105 (41.41% from 255 or 33.44% from 314); Max value from RGB is 108 - color contains mainly: red. Hex color #6C6569 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6C6569 is #939A96. Grayscale: #676767. Windows color (decimal): -9673367 or 6907244. OLE color: 6907244.
HSL color Cylindrical-coordinate representation of color #6C6569: hue angle of 325.71º degrees, saturation: 0.03, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #6C6569 is Cyan = 0, Magento = 0.06, Yellow = 0.03 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 108 | 101 | 105 | - |
| CMYK | 0 | 0.06 | 0.03 | 0.58 |
| HSL | 325.71º | 0.03% | 0.41% | - |
| HSV(B) | 325.71º | 0.06% | 0.42% | - |
| XYZ | 13.39 | 13.52 | 15.27 | - |
| YUV | 103.55 | 128.82 | 131.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 101 | 105 | 0 | 0.06 | 0.03 | 0.58 | 325.71 | 0.03 | 0.41 |
| Hex | 6C | 65 | 69 | 0 | 6 | 3 | 3A | 146 | 3 | 29 |
| Octal | 154 | 145 | 151 | 0 | 6 | 3 | 72 | 506 | 3 | 51 |
| Binary | 1101100 | 1100101 | 1101001 | 0 | 110 | 11 | 111010 | 101000110 | 11 | 101001 |
Color Harmonies of #6C6569
Complementary color
Monochromatic Colors of #6C6569
Black with #6C6569
Text Example
Text Example
White with #6C6569
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6C6569; }
p { color: rgb(108,101,105); }
H1.HeaderClassName
{
color: #6C6569;
}
.AnyTagClassName
{
color: #6C6569;
}
</style>
background-color css
<style>
a { background-color: #6C6569; }
a { background-color: rgb(108,101,105); }
div.DivClassName
{
background-color: #6C6569;
}
.BgClassName
{
background-color: #6C6569;
}
</style>
border-color css
<style>
span { border-color: #6C6569; }
span { border-color: rgb(108,101,105); }
td.TdClassName
{
border-color: #6C6569;
}
.TagClassName
{
border-color: #6C6569;
}
</style>