Shades of Scorpion #6E6B6C
Tints of Scorpion #6E6B6C
RGB
CMYK
RGB Variations
Color information
#6E6B6C (or 0x6E6B6C) is known color: Scorpion. HEX triplet: 6E, 6B and 6C. RGB value is (110,107,108). Sum of RGB (Red+Green+Blue) = 110+107+108=325 (43% of max value = 765). Red value is 110 (43.36% from 255 or 33.85% from 325); Green value is 107 (42.19% from 255 or 32.92% from 325); Blue value is 108 (42.58% from 255 or 33.23% from 325); Max value from RGB is 110 - color contains mainly: red. Hex color #6E6B6C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6E6B6C is #919493. Grayscale: #6C6C6C. Windows color (decimal): -9540756 or 7105390. OLE color: 7105390.
HSL color Cylindrical-coordinate representation of color #6E6B6C: hue angle of 340º degrees, saturation: 0.01, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.03%. Process color model (Four color, CMYK) of #6E6B6C is Cyan = 0, Magento = 0.03, Yellow = 0.02 and Black (K on CMYK) = 0.57.
Color convert
RGB | 110 | 107 | 108 | - |
CMYK | 0 | 0.03 | 0.02 | 0.57 |
HSL | 340º | 0.01% | 0.43% | - |
HSV(B) | 340º | 0.03% | 0.43% | - |
XYZ | 14.39 | 14.91 | 16.31 | - |
YUV | 108.01 | 127.99 | 129.42 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 110 | 107 | 108 | 0 | 0.03 | 0.02 | 0.57 | 340 | 0.01 | 0.43 |
Hex | 6E | 6B | 6C | 0 | 3 | 2 | 39 | 154 | 1 | 2B |
Octal | 156 | 153 | 154 | 0 | 3 | 2 | 71 | 524 | 1 | 53 |
Binary | 1101110 | 1101011 | 1101100 | 0 | 11 | 10 | 111001 | 101010100 | 1 | 101011 |
Color Harmonies of #6E6B6C
Complementary color
Monochromatic Colors of #6E6B6C
Black with #6E6B6C
Text Example
Text Example
White with #6E6B6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E6B6C; }
p { color: rgb(110,107,108); }
H1.HeaderClassName
{
color: #6E6B6C;
}
.AnyTagClassName
{
color: #6E6B6C;
}
</style>
background-color css
<style>
a { background-color: #6E6B6C; }
a { background-color: rgb(110,107,108); }
div.DivClassName
{
background-color: #6E6B6C;
}
.BgClassName
{
background-color: #6E6B6C;
}
</style>
border-color css
<style>
span { border-color: #6E6B6C; }
span { border-color: rgb(110,107,108); }
td.TdClassName
{
border-color: #6E6B6C;
}
.TagClassName
{
border-color: #6E6B6C;
}
</style>