Shades of Scorpion #6D6B6C
Tints of Scorpion #6D6B6C
RGB
CMYK
RGB Variations
Color information
#6D6B6C (or 0x6D6B6C) is known color: Scorpion. HEX triplet: 6D, 6B and 6C. RGB value is (109,107,108). Sum of RGB (Red+Green+Blue) = 109+107+108=324 (42% of max value = 765). Red value is 109 (42.97% from 255 or 33.64% from 324); Green value is 107 (42.19% from 255 or 33.02% from 324); Blue value is 108 (42.58% from 255 or 33.33% from 324); Max value from RGB is 109 - color contains mainly: red. Hex color #6D6B6C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6D6B6C is #929493. Grayscale: #6B6B6B. Windows color (decimal): -9606292 or 7105389. OLE color: 7105389.
HSL color Cylindrical-coordinate representation of color #6D6B6C: hue angle of 330º degrees, saturation: 0.01, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.02%. Process color model (Four color, CMYK) of #6D6B6C is Cyan = 0, Magento = 0.02, Yellow = 0.01 and Black (K on CMYK) = 0.57.
Color convert
RGB | 109 | 107 | 108 | - |
CMYK | 0 | 0.02 | 0.01 | 0.57 |
HSL | 330º | 0.01% | 0.42% | - |
HSV(B) | 330º | 0.02% | 0.43% | - |
XYZ | 14.27 | 14.85 | 16.3 | - |
YUV | 107.71 | 128.16 | 128.92 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 109 | 107 | 108 | 0 | 0.02 | 0.01 | 0.57 | 330 | 0.01 | 0.42 |
Hex | 6D | 6B | 6C | 0 | 2 | 1 | 39 | 14A | 1 | 2A |
Octal | 155 | 153 | 154 | 0 | 2 | 1 | 71 | 512 | 1 | 52 |
Binary | 1101101 | 1101011 | 1101100 | 0 | 10 | 1 | 111001 | 101001010 | 1 | 101010 |
Color Harmonies of #6D6B6C
Complementary color
Monochromatic Colors of #6D6B6C
Black with #6D6B6C
Text Example
Text Example
White with #6D6B6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D6B6C; }
p { color: rgb(109,107,108); }
H1.HeaderClassName
{
color: #6D6B6C;
}
.AnyTagClassName
{
color: #6D6B6C;
}
</style>
background-color css
<style>
a { background-color: #6D6B6C; }
a { background-color: rgb(109,107,108); }
div.DivClassName
{
background-color: #6D6B6C;
}
.BgClassName
{
background-color: #6D6B6C;
}
</style>
border-color css
<style>
span { border-color: #6D6B6C; }
span { border-color: rgb(109,107,108); }
td.TdClassName
{
border-color: #6D6B6C;
}
.TagClassName
{
border-color: #6D6B6C;
}
</style>