Shades of Mardi Gras #060506
Tints of Mardi Gras #060506
RGB
CMYK
RGB Variations
Color information
#060506 (or 0x060506) is known color: Mardi Gras. HEX triplet: 06, 05 and 06. RGB value is (6,5,6). Sum of RGB (Red+Green+Blue) = 6+5+6=17 (2% of max value = 765). Red value is 6 (2.73% from 255 or 35.29% from 17); Green value is 5 (2.34% from 255 or 29.41% from 17); Blue value is 6 (2.73% from 255 or 35.29% from 17); Max value from RGB is 6 - color contains mainly: red, blue. Hex color #060506 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #060506 is #F9FAF9. Grayscale: #050505. Windows color (decimal): -16382714 or 394502. OLE color: 394502.
HSL color Cylindrical-coordinate representation of color #060506: hue angle of 300º degrees, saturation: 0.09, lightness: 0.02%. HSV value (or HSB Brightness) of color is 0.02% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #060506 is Cyan = 0, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.98.
Color convert
RGB | 6 | 5 | 6 | - |
CMYK | 0 | 0.17 | 0 | 0.98 |
HSL | 300º | 0.09% | 0.02% | - |
HSV(B) | 300º | 0.17% | 0.02% | - |
XYZ | 0.16 | 0.16 | 0.19 | - |
YUV | 5.41 | 128.33 | 128.42 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 6 | 5 | 6 | 0 | 0.17 | 0 | 0.98 | 300 | 0.09 | 0.02 |
Hex | 6 | 5 | 6 | 0 | 11 | 0 | 62 | 12C | 9 | 2 |
Octal | 6 | 5 | 6 | 0 | 21 | 0 | 142 | 454 | 11 | 2 |
Binary | 110 | 101 | 110 | 0 | 10001 | 0 | 1100010 | 100101100 | 1001 | 10 |
Color Harmonies of #060506
Complementary color
Monochromatic Colors of #060506
Black with #060506
Text Example
Text Example
White with #060506
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #060506; }
p { color: rgb(6,5,6); }
H1.HeaderClassName
{
color: #060506;
}
.AnyTagClassName
{
color: #060506;
}
</style>
background-color css
<style>
a { background-color: #060506; }
a { background-color: rgb(6,5,6); }
div.DivClassName
{
background-color: #060506;
}
.BgClassName
{
background-color: #060506;
}
</style>
border-color css
<style>
span { border-color: #060506; }
span { border-color: rgb(6,5,6); }
td.TdClassName
{
border-color: #060506;
}
.TagClassName
{
border-color: #060506;
}
</style>