Shades of Scorpion #6E6369
Tints of Scorpion #6E6369
RGB
CMYK
RGB Variations
Color information
#6E6369 (or 0x6E6369) is known color: Scorpion. HEX triplet: 6E, 63 and 69. RGB value is (110,99,105). Sum of RGB (Red+Green+Blue) = 110+99+105=314 (41% of max value = 765). Red value is 110 (43.36% from 255 or 35.03% from 314); Green value is 99 (39.06% from 255 or 31.53% from 314); Blue value is 105 (41.41% from 255 or 33.44% from 314); Max value from RGB is 110 - color contains mainly: red. Hex color #6E6369 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6E6369 is #919C96. Grayscale: #666666. Windows color (decimal): -9542807 or 6906734. OLE color: 6906734.
HSL color Cylindrical-coordinate representation of color #6E6369: hue angle of 327.27º degrees, saturation: 0.05, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #6E6369 is Cyan = 0, Magento = 0.1, Yellow = 0.05 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 110 | 99 | 105 | - |
| CMYK | 0 | 0.1 | 0.05 | 0.57 |
| HSL | 327.27º | 0.05% | 0.41% | - |
| HSV(B) | 327.27º | 0.1% | 0.43% | - |
| XYZ | 13.44 | 13.26 | 15.22 | - |
| YUV | 102.97 | 129.14 | 133.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 99 | 105 | 0 | 0.1 | 0.05 | 0.57 | 327.27 | 0.05 | 0.41 |
| Hex | 6E | 63 | 69 | 0 | A | 5 | 39 | 147 | 5 | 29 |
| Octal | 156 | 143 | 151 | 0 | 12 | 5 | 71 | 507 | 5 | 51 |
| Binary | 1101110 | 1100011 | 1101001 | 0 | 1010 | 101 | 111001 | 101000111 | 101 | 101001 |
Color Harmonies of #6E6369
Complementary color
Monochromatic Colors of #6E6369
Black with #6E6369
Text Example
Text Example
White with #6E6369
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E6369; }
p { color: rgb(110,99,105); }
H1.HeaderClassName
{
color: #6E6369;
}
.AnyTagClassName
{
color: #6E6369;
}
</style>
background-color css
<style>
a { background-color: #6E6369; }
a { background-color: rgb(110,99,105); }
div.DivClassName
{
background-color: #6E6369;
}
.BgClassName
{
background-color: #6E6369;
}
</style>
border-color css
<style>
span { border-color: #6E6369; }
span { border-color: rgb(110,99,105); }
td.TdClassName
{
border-color: #6E6369;
}
.TagClassName
{
border-color: #6E6369;
}
</style>