Shades of Scorpion #696063
Tints of Scorpion #696063
RGB
CMYK
RGB Variations
Color information
#696063 (or 0x696063) is known color: Scorpion. HEX triplet: 69, 60 and 63. RGB value is (105,96,99). Sum of RGB (Red+Green+Blue) = 105+96+99=300 (39% of max value = 765). Red value is 105 (41.41% from 255 or 35% from 300); Green value is 96 (37.89% from 255 or 32% from 300); Blue value is 99 (39.06% from 255 or 33% from 300); Max value from RGB is 105 - color contains mainly: red. Hex color #696063 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #696063 is #969F9C. Grayscale: #636363. Windows color (decimal): -9871261 or 6512745. OLE color: 6512745.
HSL color Cylindrical-coordinate representation of color #696063: hue angle of 340º degrees, saturation: 0.04, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #696063 is Cyan = 0, Magento = 0.09, Yellow = 0.06 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 105 | 96 | 99 | - |
| CMYK | 0 | 0.09 | 0.06 | 0.59 |
| HSL | 340º | 0.04% | 0.39% | - |
| HSV(B) | 340º | 0.09% | 0.41% | - |
| XYZ | 12.26 | 12.27 | 13.53 | - |
| YUV | 99.03 | 127.98 | 132.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 96 | 99 | 0 | 0.09 | 0.06 | 0.59 | 340 | 0.04 | 0.39 |
| Hex | 69 | 60 | 63 | 0 | 9 | 6 | 3B | 154 | 4 | 27 |
| Octal | 151 | 140 | 143 | 0 | 11 | 6 | 73 | 524 | 4 | 47 |
| Binary | 1101001 | 1100000 | 1100011 | 0 | 1001 | 110 | 111011 | 101010100 | 100 | 100111 |
Color Harmonies of #696063
Complementary color
Monochromatic Colors of #696063
Black with #696063
Text Example
Text Example
White with #696063
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #696063; }
p { color: rgb(105,96,99); }
H1.HeaderClassName
{
color: #696063;
}
.AnyTagClassName
{
color: #696063;
}
</style>
background-color css
<style>
a { background-color: #696063; }
a { background-color: rgb(105,96,99); }
div.DivClassName
{
background-color: #696063;
}
.BgClassName
{
background-color: #696063;
}
</style>
border-color css
<style>
span { border-color: #696063; }
span { border-color: rgb(105,96,99); }
td.TdClassName
{
border-color: #696063;
}
.TagClassName
{
border-color: #696063;
}
</style>