Shades of Scorpion #6E6368
Tints of Scorpion #6E6368
RGB
CMYK
RGB Variations
Color information
#6E6368 (or 0x6E6368) is known color: Scorpion. HEX triplet: 6E, 63 and 68. RGB value is (110,99,104). Sum of RGB (Red+Green+Blue) = 110+99+104=313 (41% of max value = 765). Red value is 110 (43.36% from 255 or 35.14% from 313); Green value is 99 (39.06% from 255 or 31.63% from 313); Blue value is 104 (41.02% from 255 or 33.23% from 313); Max value from RGB is 110 - color contains mainly: red. Hex color #6E6368 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6E6368 is #919C97. Grayscale: #666666. Windows color (decimal): -9542808 or 6841198. OLE color: 6841198.
HSL color Cylindrical-coordinate representation of color #6E6368: hue angle of 332.73º 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 #6E6368 is Cyan = 0, Magento = 0.1, Yellow = 0.05 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 110 | 99 | 104 | - |
| CMYK | 0 | 0.1 | 0.05 | 0.57 |
| HSL | 332.73º | 0.05% | 0.41% | - |
| HSV(B) | 332.73º | 0.1% | 0.43% | - |
| XYZ | 13.39 | 13.24 | 14.95 | - |
| YUV | 102.86 | 128.64 | 133.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 99 | 104 | 0 | 0.1 | 0.05 | 0.57 | 332.73 | 0.05 | 0.41 |
| Hex | 6E | 63 | 68 | 0 | A | 5 | 39 | 14D | 5 | 29 |
| Octal | 156 | 143 | 150 | 0 | 12 | 5 | 71 | 515 | 5 | 51 |
| Binary | 1101110 | 1100011 | 1101000 | 0 | 1010 | 101 | 111001 | 101001101 | 101 | 101001 |
Color Harmonies of #6E6368
Complementary color
Monochromatic Colors of #6E6368
Black with #6E6368
Text Example
Text Example
White with #6E6368
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E6368; }
p { color: rgb(110,99,104); }
H1.HeaderClassName
{
color: #6E6368;
}
.AnyTagClassName
{
color: #6E6368;
}
</style>
background-color css
<style>
a { background-color: #6E6368; }
a { background-color: rgb(110,99,104); }
div.DivClassName
{
background-color: #6E6368;
}
.BgClassName
{
background-color: #6E6368;
}
</style>
border-color css
<style>
span { border-color: #6E6368; }
span { border-color: rgb(110,99,104); }
td.TdClassName
{
border-color: #6E6368;
}
.TagClassName
{
border-color: #6E6368;
}
</style>