Shades of Maire #060602
Tints of Maire #060602
RGB
CMYK
RGB Variations
Color information
#060602 (or 0x060602) is known color: Maire. HEX triplet: 06, 06 and 02. RGB value is (6,6,2). Sum of RGB (Red+Green+Blue) = 6+6+2=14 (1% of max value = 765). Red value is 6 (2.73% from 255 or 42.86% from 14); Green value is 6 (2.73% from 255 or 42.86% from 14); Blue value is 2 (1.17% from 255 or 14.29% from 14); Max value from RGB is 6 - color contains mainly: red, green. Hex color #060602 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #060602 is #F9F9FD. Grayscale: #050505. Windows color (decimal): -16382462 or 132614. OLE color: 132614.
HSL color Cylindrical-coordinate representation of color #060602: hue angle of 60º 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 #060602 is Cyan = 0, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.98.
Color convert
| RGB | 6 | 6 | 2 | - |
| CMYK | 0 | 0 | 0.67 | 0.98 |
| HSL | 60º | 0.5% | 0.02% | - |
| HSV(B) | 60º | 0.67% | 0.02% | - |
| XYZ | 0.15 | 0.17 | 0.08 | - |
| YUV | 5.54 | 126 | 128.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 6 | 2 | 0 | 0 | 0.67 | 0.98 | 60 | 0.5 | 0.02 |
| Hex | 6 | 6 | 2 | 0 | 0 | 43 | 62 | 3C | 32 | 2 |
| Octal | 6 | 6 | 2 | 0 | 0 | 103 | 142 | 74 | 62 | 2 |
| Binary | 110 | 110 | 10 | 0 | 0 | 1000011 | 1100010 | 111100 | 110010 | 10 |
Color Harmonies of #060602
Complementary color
Monochromatic Colors of #060602
Black with #060602
Text Example
Text Example
White with #060602
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #060602; }
p { color: rgb(6,6,2); }
H1.HeaderClassName
{
color: #060602;
}
.AnyTagClassName
{
color: #060602;
}
</style>
background-color css
<style>
a { background-color: #060602; }
a { background-color: rgb(6,6,2); }
div.DivClassName
{
background-color: #060602;
}
.BgClassName
{
background-color: #060602;
}
</style>
border-color css
<style>
span { border-color: #060602; }
span { border-color: rgb(6,6,2); }
td.TdClassName
{
border-color: #060602;
}
.TagClassName
{
border-color: #060602;
}
</style>