Shades of Scorpion #68585C
Tints of Scorpion #68585C
RGB
CMYK
RGB Variations
Color information
#68585C (or 0x68585C) is known color: Scorpion. HEX triplet: 68, 58 and 5C. RGB value is (104,88,92). Sum of RGB (Red+Green+Blue) = 104+88+92=284 (37% of max value = 765). Red value is 104 (41.02% from 255 or 36.62% from 284); Green value is 88 (34.77% from 255 or 30.99% from 284); Blue value is 92 (36.33% from 255 or 32.39% from 284); Max value from RGB is 104 - color contains mainly: red. Hex color #68585C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #68585C is #97A7A3. Grayscale: #5D5D5D. Windows color (decimal): -9938852 or 6051944. OLE color: 6051944.
HSL color Cylindrical-coordinate representation of color #68585C: hue angle of 345º degrees, saturation: 0.08, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #68585C is Cyan = 0, Magento = 0.15, Yellow = 0.12 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 104 | 88 | 92 | - |
| CMYK | 0 | 0.15 | 0.12 | 0.59 |
| HSL | 345º | 0.08% | 0.38% | - |
| HSV(B) | 345º | 0.15% | 0.41% | - |
| XYZ | 11.13 | 10.7 | 11.6 | - |
| YUV | 93.24 | 127.3 | 135.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 88 | 92 | 0 | 0.15 | 0.12 | 0.59 | 345 | 0.08 | 0.38 |
| Hex | 68 | 58 | 5C | 0 | F | C | 3B | 159 | 8 | 26 |
| Octal | 150 | 130 | 134 | 0 | 17 | 14 | 73 | 531 | 10 | 46 |
| Binary | 1101000 | 1011000 | 1011100 | 0 | 1111 | 1100 | 111011 | 101011001 | 1000 | 100110 |
Color Harmonies of #68585C
Complementary color
Monochromatic Colors of #68585C
Black with #68585C
Text Example
Text Example
White with #68585C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68585C; }
p { color: rgb(104,88,92); }
H1.HeaderClassName
{
color: #68585C;
}
.AnyTagClassName
{
color: #68585C;
}
</style>
background-color css
<style>
a { background-color: #68585C; }
a { background-color: rgb(104,88,92); }
div.DivClassName
{
background-color: #68585C;
}
.BgClassName
{
background-color: #68585C;
}
</style>
border-color css
<style>
span { border-color: #68585C; }
span { border-color: rgb(104,88,92); }
td.TdClassName
{
border-color: #68585C;
}
.TagClassName
{
border-color: #68585C;
}
</style>