Shades of Scorpion #6E6167
Tints of Scorpion #6E6167
RGB
CMYK
RGB Variations
Color information
#6E6167 (or 0x6E6167) is known color: Scorpion. HEX triplet: 6E, 61 and 67. RGB value is (110,97,103). Sum of RGB (Red+Green+Blue) = 110+97+103=310 (41% of max value = 765). Red value is 110 (43.36% from 255 or 35.48% from 310); Green value is 97 (38.28% from 255 or 31.29% from 310); Blue value is 103 (40.62% from 255 or 33.23% from 310); Max value from RGB is 110 - color contains mainly: red. Hex color #6E6167 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6E6167 is #919E98. Grayscale: #656565. Windows color (decimal): -9543321 or 6775150. OLE color: 6775150.
HSL color Cylindrical-coordinate representation of color #6E6167: hue angle of 332.31º degrees, saturation: 0.06, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #6E6167 is Cyan = 0, Magento = 0.12, Yellow = 0.06 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 110 | 97 | 103 | - |
| CMYK | 0 | 0.12 | 0.06 | 0.57 |
| HSL | 332.31º | 0.06% | 0.41% | - |
| HSV(B) | 332.31º | 0.12% | 0.43% | - |
| XYZ | 13.15 | 12.84 | 14.62 | - |
| YUV | 101.57 | 128.81 | 134.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 97 | 103 | 0 | 0.12 | 0.06 | 0.57 | 332.31 | 0.06 | 0.41 |
| Hex | 6E | 61 | 67 | 0 | C | 6 | 39 | 14C | 6 | 29 |
| Octal | 156 | 141 | 147 | 0 | 14 | 6 | 71 | 514 | 6 | 51 |
| Binary | 1101110 | 1100001 | 1100111 | 0 | 1100 | 110 | 111001 | 101001100 | 110 | 101001 |
Color Harmonies of #6E6167
Complementary color
Monochromatic Colors of #6E6167
Black with #6E6167
Text Example
Text Example
White with #6E6167
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E6167; }
p { color: rgb(110,97,103); }
H1.HeaderClassName
{
color: #6E6167;
}
.AnyTagClassName
{
color: #6E6167;
}
</style>
background-color css
<style>
a { background-color: #6E6167; }
a { background-color: rgb(110,97,103); }
div.DivClassName
{
background-color: #6E6167;
}
.BgClassName
{
background-color: #6E6167;
}
</style>
border-color css
<style>
span { border-color: #6E6167; }
span { border-color: rgb(110,97,103); }
td.TdClassName
{
border-color: #6E6167;
}
.TagClassName
{
border-color: #6E6167;
}
</style>