Shades of Scorpion #6B6165
Tints of Scorpion #6B6165
RGB
CMYK
RGB Variations
Color information
#6B6165 (or 0x6B6165) is known color: Scorpion. HEX triplet: 6B, 61 and 65. RGB value is (107,97,101). Sum of RGB (Red+Green+Blue) = 107+97+101=305 (40% of max value = 765). Red value is 107 (42.19% from 255 or 35.08% from 305); Green value is 97 (38.28% from 255 or 31.80% from 305); Blue value is 101 (39.84% from 255 or 33.11% from 305); Max value from RGB is 107 - color contains mainly: red. Hex color #6B6165 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6B6165 is #949E9A. Grayscale: #646464. Windows color (decimal): -9739931 or 6644075. OLE color: 6644075.
HSL color Cylindrical-coordinate representation of color #6B6165: hue angle of 336º degrees, saturation: 0.05, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #6B6165 is Cyan = 0, Magento = 0.09, Yellow = 0.06 and Black (K on CMYK) = 0.58.
Color convert
RGB | 107 | 97 | 101 | - |
CMYK | 0 | 0.09 | 0.06 | 0.58 |
HSL | 336º | 0.05% | 0.4% | - |
HSV(B) | 336º | 0.09% | 0.42% | - |
XYZ | 12.69 | 12.61 | 14.08 | - |
YUV | 100.45 | 128.31 | 132.67 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 107 | 97 | 101 | 0 | 0.09 | 0.06 | 0.58 | 336 | 0.05 | 0.4 |
Hex | 6B | 61 | 65 | 0 | 9 | 6 | 3A | 150 | 5 | 28 |
Octal | 153 | 141 | 145 | 0 | 11 | 6 | 72 | 520 | 5 | 50 |
Binary | 1101011 | 1100001 | 1100101 | 0 | 1001 | 110 | 111010 | 101010000 | 101 | 101000 |
Color Harmonies of #6B6165
Complementary color
Monochromatic Colors of #6B6165
Black with #6B6165
Text Example
Text Example
White with #6B6165
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B6165; }
p { color: rgb(107,97,101); }
H1.HeaderClassName
{
color: #6B6165;
}
.AnyTagClassName
{
color: #6B6165;
}
</style>
background-color css
<style>
a { background-color: #6B6165; }
a { background-color: rgb(107,97,101); }
div.DivClassName
{
background-color: #6B6165;
}
.BgClassName
{
background-color: #6B6165;
}
</style>
border-color css
<style>
span { border-color: #6B6165; }
span { border-color: rgb(107,97,101); }
td.TdClassName
{
border-color: #6B6165;
}
.TagClassName
{
border-color: #6B6165;
}
</style>