Shades of Scorpion #6B6869
Tints of Scorpion #6B6869
RGB
CMYK
RGB Variations
Color information
#6B6869 (or 0x6B6869) is known color: Scorpion. HEX triplet: 6B, 68 and 69. RGB value is (107,104,105). Sum of RGB (Red+Green+Blue) = 107+104+105=316 (41% of max value = 765). Red value is 107 (42.19% from 255 or 33.86% from 316); Green value is 104 (41.02% from 255 or 32.91% from 316); Blue value is 105 (41.41% from 255 or 33.23% from 316); Max value from RGB is 107 - color contains mainly: red. Hex color #6B6869 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6B6869 is #949796. Grayscale: #696969. Windows color (decimal): -9738135 or 6908011. OLE color: 6908011.
HSL color Cylindrical-coordinate representation of color #6B6869: hue angle of 340º degrees, saturation: 0.01, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.03%. Process color model (Four color, CMYK) of #6B6869 is Cyan = 0, Magento = 0.03, Yellow = 0.02 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 107 | 104 | 105 | - |
| CMYK | 0 | 0.03 | 0.02 | 0.58 |
| HSL | 340º | 0.01% | 0.41% | - |
| HSV(B) | 340º | 0.03% | 0.42% | - |
| XYZ | 13.56 | 14.05 | 15.36 | - |
| YUV | 105.01 | 127.99 | 129.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 104 | 105 | 0 | 0.03 | 0.02 | 0.58 | 340 | 0.01 | 0.41 |
| Hex | 6B | 68 | 69 | 0 | 3 | 2 | 3A | 154 | 1 | 29 |
| Octal | 153 | 150 | 151 | 0 | 3 | 2 | 72 | 524 | 1 | 51 |
| Binary | 1101011 | 1101000 | 1101001 | 0 | 11 | 10 | 111010 | 101010100 | 1 | 101001 |
Color Harmonies of #6B6869
Complementary color
Monochromatic Colors of #6B6869
Black with #6B6869
Text Example
Text Example
White with #6B6869
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B6869; }
p { color: rgb(107,104,105); }
H1.HeaderClassName
{
color: #6B6869;
}
.AnyTagClassName
{
color: #6B6869;
}
</style>
background-color css
<style>
a { background-color: #6B6869; }
a { background-color: rgb(107,104,105); }
div.DivClassName
{
background-color: #6B6869;
}
.BgClassName
{
background-color: #6B6869;
}
</style>
border-color css
<style>
span { border-color: #6B6869; }
span { border-color: rgb(107,104,105); }
td.TdClassName
{
border-color: #6B6869;
}
.TagClassName
{
border-color: #6B6869;
}
</style>