Shades of Scorpion #6B6367
Tints of Scorpion #6B6367
RGB
CMYK
RGB Variations
Color information
#6B6367 (or 0x6B6367) is known color: Scorpion. HEX triplet: 6B, 63 and 67. RGB value is (107,99,103). Sum of RGB (Red+Green+Blue) = 107+99+103=309 (40% of max value = 765). Red value is 107 (42.19% from 255 or 34.63% from 309); Green value is 99 (39.06% from 255 or 32.04% from 309); Blue value is 103 (40.62% from 255 or 33.33% from 309); Max value from RGB is 107 - color contains mainly: red. Hex color #6B6367 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6B6367 is #949C98. Grayscale: #656565. Windows color (decimal): -9739417 or 6775659. OLE color: 6775659.
HSL color Cylindrical-coordinate representation of color #6B6367: hue angle of 330º degrees, saturation: 0.04, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #6B6367 is Cyan = 0, Magento = 0.07, Yellow = 0.04 and Black (K on CMYK) = 0.58.
Color convert
RGB | 107 | 99 | 103 | - |
CMYK | 0 | 0.07 | 0.04 | 0.58 |
HSL | 330º | 0.04% | 0.4% | - |
HSV(B) | 330º | 0.07% | 0.42% | - |
XYZ | 12.97 | 13.03 | 14.66 | - |
YUV | 101.85 | 128.65 | 131.67 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 107 | 99 | 103 | 0 | 0.07 | 0.04 | 0.58 | 330 | 0.04 | 0.4 |
Hex | 6B | 63 | 67 | 0 | 7 | 4 | 3A | 14A | 4 | 28 |
Octal | 153 | 143 | 147 | 0 | 7 | 4 | 72 | 512 | 4 | 50 |
Binary | 1101011 | 1100011 | 1100111 | 0 | 111 | 100 | 111010 | 101001010 | 100 | 101000 |
Color Harmonies of #6B6367
Complementary color
Monochromatic Colors of #6B6367
Black with #6B6367
Text Example
Text Example
White with #6B6367
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B6367; }
p { color: rgb(107,99,103); }
H1.HeaderClassName
{
color: #6B6367;
}
.AnyTagClassName
{
color: #6B6367;
}
</style>
background-color css
<style>
a { background-color: #6B6367; }
a { background-color: rgb(107,99,103); }
div.DivClassName
{
background-color: #6B6367;
}
.BgClassName
{
background-color: #6B6367;
}
</style>
border-color css
<style>
span { border-color: #6B6367; }
span { border-color: rgb(107,99,103); }
td.TdClassName
{
border-color: #6B6367;
}
.TagClassName
{
border-color: #6B6367;
}
</style>