Shades of Scorpion #6E5D67
Tints of Scorpion #6E5D67
RGB
CMYK
RGB Variations
Color information
#6E5D67 (or 0x6E5D67) is known color: Scorpion. HEX triplet: 6E, 5D and 67. RGB value is (110,93,103). Sum of RGB (Red+Green+Blue) = 110+93+103=306 (40% of max value = 765). Red value is 110 (43.36% from 255 or 35.95% from 306); Green value is 93 (36.72% from 255 or 30.39% from 306); Blue value is 103 (40.62% from 255 or 33.66% from 306); Max value from RGB is 110 - color contains mainly: red. Hex color #6E5D67 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6E5D67 is #91A298. Grayscale: #636363. Windows color (decimal): -9544345 or 6774126. OLE color: 6774126.
HSL color Cylindrical-coordinate representation of color #6E5D67: hue angle of 324.71º degrees, saturation: 0.08, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #6E5D67 is Cyan = 0, Magento = 0.15, Yellow = 0.06 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 110 | 93 | 103 | - |
| CMYK | 0 | 0.15 | 0.06 | 0.57 |
| HSL | 324.71º | 0.08% | 0.4% | - |
| HSV(B) | 324.71º | 0.15% | 0.43% | - |
| XYZ | 12.79 | 12.12 | 14.5 | - |
| YUV | 99.22 | 130.13 | 135.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 93 | 103 | 0 | 0.15 | 0.06 | 0.57 | 324.71 | 0.08 | 0.4 |
| Hex | 6E | 5D | 67 | 0 | F | 6 | 39 | 145 | 8 | 28 |
| Octal | 156 | 135 | 147 | 0 | 17 | 6 | 71 | 505 | 10 | 50 |
| Binary | 1101110 | 1011101 | 1100111 | 0 | 1111 | 110 | 111001 | 101000101 | 1000 | 101000 |
Color Harmonies of #6E5D67
Complementary color
Monochromatic Colors of #6E5D67
Black with #6E5D67
Text Example
Text Example
White with #6E5D67
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E5D67; }
p { color: rgb(110,93,103); }
H1.HeaderClassName
{
color: #6E5D67;
}
.AnyTagClassName
{
color: #6E5D67;
}
</style>
background-color css
<style>
a { background-color: #6E5D67; }
a { background-color: rgb(110,93,103); }
div.DivClassName
{
background-color: #6E5D67;
}
.BgClassName
{
background-color: #6E5D67;
}
</style>
border-color css
<style>
span { border-color: #6E5D67; }
span { border-color: rgb(110,93,103); }
td.TdClassName
{
border-color: #6E5D67;
}
.TagClassName
{
border-color: #6E5D67;
}
</style>