Shades of Scorpion #6B6567
Tints of Scorpion #6B6567
RGB
CMYK
RGB Variations
Color information
#6B6567 (or 0x6B6567) is known color: Scorpion. HEX triplet: 6B, 65 and 67. RGB value is (107,101,103). Sum of RGB (Red+Green+Blue) = 107+101+103=311 (41% of max value = 765). Red value is 107 (42.19% from 255 or 34.41% from 311); Green value is 101 (39.84% from 255 or 32.48% from 311); Blue value is 103 (40.62% from 255 or 33.12% from 311); Max value from RGB is 107 - color contains mainly: red. Hex color #6B6567 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6B6567 is #949A98. Grayscale: #676767. Windows color (decimal): -9738905 or 6776171. OLE color: 6776171.
HSL color Cylindrical-coordinate representation of color #6B6567: hue angle of 340º degrees, saturation: 0.03, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #6B6567 is Cyan = 0, Magento = 0.06, Yellow = 0.04 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 107 | 101 | 103 | - |
| CMYK | 0 | 0.06 | 0.04 | 0.58 |
| HSL | 340º | 0.03% | 0.41% | - |
| HSV(B) | 340º | 0.06% | 0.42% | - |
| XYZ | 13.17 | 13.41 | 14.73 | - |
| YUV | 103.02 | 127.99 | 130.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 101 | 103 | 0 | 0.06 | 0.04 | 0.58 | 340 | 0.03 | 0.41 |
| Hex | 6B | 65 | 67 | 0 | 6 | 4 | 3A | 154 | 3 | 29 |
| Octal | 153 | 145 | 147 | 0 | 6 | 4 | 72 | 524 | 3 | 51 |
| Binary | 1101011 | 1100101 | 1100111 | 0 | 110 | 100 | 111010 | 101010100 | 11 | 101001 |
Color Harmonies of #6B6567
Complementary color
Monochromatic Colors of #6B6567
Black with #6B6567
Text Example
Text Example
White with #6B6567
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B6567; }
p { color: rgb(107,101,103); }
H1.HeaderClassName
{
color: #6B6567;
}
.AnyTagClassName
{
color: #6B6567;
}
</style>
background-color css
<style>
a { background-color: #6B6567; }
a { background-color: rgb(107,101,103); }
div.DivClassName
{
background-color: #6B6567;
}
.BgClassName
{
background-color: #6B6567;
}
</style>
border-color css
<style>
span { border-color: #6B6567; }
span { border-color: rgb(107,101,103); }
td.TdClassName
{
border-color: #6B6567;
}
.TagClassName
{
border-color: #6B6567;
}
</style>