Shades of Scorpion #6B5F62
Tints of Scorpion #6B5F62
RGB
CMYK
RGB Variations
Color information
#6B5F62 (or 0x6B5F62) is known color: Scorpion. HEX triplet: 6B, 5F and 62. RGB value is (107,95,98). Sum of RGB (Red+Green+Blue) = 107+95+98=300 (39% of max value = 765). Red value is 107 (42.19% from 255 or 35.67% from 300); Green value is 95 (37.5% from 255 or 31.67% from 300); Blue value is 98 (38.67% from 255 or 32.67% from 300); Max value from RGB is 107 - color contains mainly: red. Hex color #6B5F62 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6B5F62 is #94A09D. Grayscale: #626262. Windows color (decimal): -9740446 or 6446955. OLE color: 6446955.
HSL color Cylindrical-coordinate representation of color #6B5F62: hue angle of 345º 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 #6B5F62 is Cyan = 0, Magento = 0.11, Yellow = 0.08 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 107 | 95 | 98 | - |
| CMYK | 0 | 0.11 | 0.08 | 0.58 |
| HSL | 345º | 0.06% | 0.4% | - |
| HSV(B) | 345º | 0.11% | 0.42% | - |
| XYZ | 12.36 | 12.19 | 13.26 | - |
| YUV | 98.93 | 127.48 | 133.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 95 | 98 | 0 | 0.11 | 0.08 | 0.58 | 345 | 0.06 | 0.4 |
| Hex | 6B | 5F | 62 | 0 | B | 8 | 3A | 159 | 6 | 28 |
| Octal | 153 | 137 | 142 | 0 | 13 | 10 | 72 | 531 | 6 | 50 |
| Binary | 1101011 | 1011111 | 1100010 | 0 | 1011 | 1000 | 111010 | 101011001 | 110 | 101000 |
Color Harmonies of #6B5F62
Complementary color
Monochromatic Colors of #6B5F62
Black with #6B5F62
Text Example
Text Example
White with #6B5F62
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B5F62; }
p { color: rgb(107,95,98); }
H1.HeaderClassName
{
color: #6B5F62;
}
.AnyTagClassName
{
color: #6B5F62;
}
</style>
background-color css
<style>
a { background-color: #6B5F62; }
a { background-color: rgb(107,95,98); }
div.DivClassName
{
background-color: #6B5F62;
}
.BgClassName
{
background-color: #6B5F62;
}
</style>
border-color css
<style>
span { border-color: #6B5F62; }
span { border-color: rgb(107,95,98); }
td.TdClassName
{
border-color: #6B5F62;
}
.TagClassName
{
border-color: #6B5F62;
}
</style>