Shades of Scorpion #6B5F63
Tints of Scorpion #6B5F63
RGB
CMYK
RGB Variations
Color information
#6B5F63 (or 0x6B5F63) is known color: Scorpion. HEX triplet: 6B, 5F and 63. RGB value is (107,95,99). Sum of RGB (Red+Green+Blue) = 107+95+99=301 (39% of max value = 765). Red value is 107 (42.19% from 255 or 35.55% from 301); Green value is 95 (37.5% from 255 or 31.56% from 301); Blue value is 99 (39.06% from 255 or 32.89% from 301); Max value from RGB is 107 - color contains mainly: red. Hex color #6B5F63 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6B5F63 is #94A09C. Grayscale: #636363. Windows color (decimal): -9740445 or 6512491. OLE color: 6512491.
HSL color Cylindrical-coordinate representation of color #6B5F63: hue angle of 340º degrees, saturation: 0.06, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #6B5F63 is Cyan = 0, Magento = 0.11, Yellow = 0.07 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 107 | 95 | 99 | - |
| CMYK | 0 | 0.11 | 0.07 | 0.58 |
| HSL | 340º | 0.06% | 0.4% | - |
| HSV(B) | 340º | 0.11% | 0.42% | - |
| XYZ | 12.41 | 12.21 | 13.51 | - |
| YUV | 99.04 | 127.98 | 133.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 95 | 99 | 0 | 0.11 | 0.07 | 0.58 | 340 | 0.06 | 0.4 |
| Hex | 6B | 5F | 63 | 0 | B | 7 | 3A | 154 | 6 | 28 |
| Octal | 153 | 137 | 143 | 0 | 13 | 7 | 72 | 524 | 6 | 50 |
| Binary | 1101011 | 1011111 | 1100011 | 0 | 1011 | 111 | 111010 | 101010100 | 110 | 101000 |
Color Harmonies of #6B5F63
Complementary color
Monochromatic Colors of #6B5F63
Black with #6B5F63
Text Example
Text Example
White with #6B5F63
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B5F63; }
p { color: rgb(107,95,99); }
H1.HeaderClassName
{
color: #6B5F63;
}
.AnyTagClassName
{
color: #6B5F63;
}
</style>
background-color css
<style>
a { background-color: #6B5F63; }
a { background-color: rgb(107,95,99); }
div.DivClassName
{
background-color: #6B5F63;
}
.BgClassName
{
background-color: #6B5F63;
}
</style>
border-color css
<style>
span { border-color: #6B5F63; }
span { border-color: rgb(107,95,99); }
td.TdClassName
{
border-color: #6B5F63;
}
.TagClassName
{
border-color: #6B5F63;
}
</style>