Shades of Scorpion #6B5C60
Tints of Scorpion #6B5C60
RGB
CMYK
RGB Variations
Color information
#6B5C60 (or 0x6B5C60) is known color: Scorpion. HEX triplet: 6B, 5C and 60. RGB value is (107,92,96). Sum of RGB (Red+Green+Blue) = 107+92+96=295 (39% of max value = 765). Red value is 107 (42.19% from 255 or 36.27% from 295); Green value is 92 (36.33% from 255 or 31.19% from 295); Blue value is 96 (37.89% from 255 or 32.54% from 295); Max value from RGB is 107 - color contains mainly: red. Hex color #6B5C60 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6B5C60 is #94A39F. Grayscale: #606060. Windows color (decimal): -9741216 or 6315115. OLE color: 6315115.
HSL color Cylindrical-coordinate representation of color #6B5C60: hue angle of 344º degrees, saturation: 0.08, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #6B5C60 is Cyan = 0, Magento = 0.14, Yellow = 0.10 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 107 | 92 | 96 | - |
| CMYK | 0 | 0.14 | 0.10 | 0.58 |
| HSL | 344º | 0.08% | 0.39% | - |
| HSV(B) | 344º | 0.14% | 0.42% | - |
| XYZ | 12 | 11.62 | 12.68 | - |
| YUV | 96.94 | 127.47 | 135.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 92 | 96 | 0 | 0.14 | 0.10 | 0.58 | 344 | 0.08 | 0.39 |
| Hex | 6B | 5C | 60 | 0 | E | A | 3A | 158 | 8 | 27 |
| Octal | 153 | 134 | 140 | 0 | 16 | 12 | 72 | 530 | 10 | 47 |
| Binary | 1101011 | 1011100 | 1100000 | 0 | 1110 | 1010 | 111010 | 101011000 | 1000 | 100111 |
Color Harmonies of #6B5C60
Complementary color
Monochromatic Colors of #6B5C60
Black with #6B5C60
Text Example
Text Example
White with #6B5C60
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B5C60; }
p { color: rgb(107,92,96); }
H1.HeaderClassName
{
color: #6B5C60;
}
.AnyTagClassName
{
color: #6B5C60;
}
</style>
background-color css
<style>
a { background-color: #6B5C60; }
a { background-color: rgb(107,92,96); }
div.DivClassName
{
background-color: #6B5C60;
}
.BgClassName
{
background-color: #6B5C60;
}
</style>
border-color css
<style>
span { border-color: #6B5C60; }
span { border-color: rgb(107,92,96); }
td.TdClassName
{
border-color: #6B5C60;
}
.TagClassName
{
border-color: #6B5C60;
}
</style>