Shades of Scorpion #6B6163
Tints of Scorpion #6B6163
RGB
CMYK
RGB Variations
Color information
#6B6163 (or 0x6B6163) is known color: Scorpion. HEX triplet: 6B, 61 and 63. RGB value is (107,97,99). Sum of RGB (Red+Green+Blue) = 107+97+99=303 (40% of max value = 765). Red value is 107 (42.19% from 255 or 35.31% from 303); Green value is 97 (38.28% from 255 or 32.01% from 303); Blue value is 99 (39.06% from 255 or 32.67% from 303); Max value from RGB is 107 - color contains mainly: red. Hex color #6B6163 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6B6163 is #949E9C. Grayscale: #646464. Windows color (decimal): -9739933 or 6513003. OLE color: 6513003.
HSL color Cylindrical-coordinate representation of color #6B6163: hue angle of 348º degrees, saturation: 0.05, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #6B6163 is Cyan = 0, Magento = 0.09, Yellow = 0.07 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 107 | 97 | 99 | - |
| CMYK | 0 | 0.09 | 0.07 | 0.58 |
| HSL | 348º | 0.05% | 0.4% | - |
| HSV(B) | 348º | 0.09% | 0.42% | - |
| XYZ | 12.59 | 12.58 | 13.57 | - |
| YUV | 100.22 | 127.31 | 132.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 97 | 99 | 0 | 0.09 | 0.07 | 0.58 | 348 | 0.05 | 0.4 |
| Hex | 6B | 61 | 63 | 0 | 9 | 7 | 3A | 15C | 5 | 28 |
| Octal | 153 | 141 | 143 | 0 | 11 | 7 | 72 | 534 | 5 | 50 |
| Binary | 1101011 | 1100001 | 1100011 | 0 | 1001 | 111 | 111010 | 101011100 | 101 | 101000 |
Color Harmonies of #6B6163
Complementary color
Monochromatic Colors of #6B6163
Black with #6B6163
Text Example
Text Example
White with #6B6163
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B6163; }
p { color: rgb(107,97,99); }
H1.HeaderClassName
{
color: #6B6163;
}
.AnyTagClassName
{
color: #6B6163;
}
</style>
background-color css
<style>
a { background-color: #6B6163; }
a { background-color: rgb(107,97,99); }
div.DivClassName
{
background-color: #6B6163;
}
.BgClassName
{
background-color: #6B6163;
}
</style>
border-color css
<style>
span { border-color: #6B6163; }
span { border-color: rgb(107,97,99); }
td.TdClassName
{
border-color: #6B6163;
}
.TagClassName
{
border-color: #6B6163;
}
</style>