Shades of Mardi Gras #060206
Tints of Mardi Gras #060206
RGB
CMYK
RGB Variations
Color information
#060206 (or 0x060206) is known color: Mardi Gras. HEX triplet: 06, 02 and 06. RGB value is (6,2,6). Sum of RGB (Red+Green+Blue) = 6+2+6=14 (1% of max value = 765). Red value is 6 (2.73% from 255 or 42.86% from 14); Green value is 2 (1.17% from 255 or 14.29% from 14); Blue value is 6 (2.73% from 255 or 42.86% from 14); Max value from RGB is 6 - color contains mainly: red, blue. Hex color #060206 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #060206 is #F9FDF9. Grayscale: #030303. Windows color (decimal): -16383482 or 393734. OLE color: 393734.
HSL color Cylindrical-coordinate representation of color #060206: hue angle of 300º degrees, saturation: 0.5, lightness: 0.02%. HSV value (or HSB Brightness) of color is 0.02% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #060206 is Cyan = 0, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.98.
Color convert
RGB | 6 | 2 | 6 | - |
CMYK | 0 | 0.67 | 0 | 0.98 |
HSL | 300º | 0.5% | 0.02% | - |
HSV(B) | 300º | 0.67% | 0.02% | - |
XYZ | 0.13 | 0.1 | 0.18 | - |
YUV | 3.65 | 129.33 | 129.67 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 6 | 2 | 6 | 0 | 0.67 | 0 | 0.98 | 300 | 0.5 | 0.02 |
Hex | 6 | 2 | 6 | 0 | 43 | 0 | 62 | 12C | 32 | 2 |
Octal | 6 | 2 | 6 | 0 | 103 | 0 | 142 | 454 | 62 | 2 |
Binary | 110 | 10 | 110 | 0 | 1000011 | 0 | 1100010 | 100101100 | 110010 | 10 |
Color Harmonies of #060206
Complementary color
Monochromatic Colors of #060206
Black with #060206
Text Example
Text Example
White with #060206
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #060206; }
p { color: rgb(6,2,6); }
H1.HeaderClassName
{
color: #060206;
}
.AnyTagClassName
{
color: #060206;
}
</style>
background-color css
<style>
a { background-color: #060206; }
a { background-color: rgb(6,2,6); }
div.DivClassName
{
background-color: #060206;
}
.BgClassName
{
background-color: #060206;
}
</style>
border-color css
<style>
span { border-color: #060206; }
span { border-color: rgb(6,2,6); }
td.TdClassName
{
border-color: #060206;
}
.TagClassName
{
border-color: #060206;
}
</style>