Shades of Black #060101
Tints of Black #060101
RGB
CMYK
RGB Variations
Color information
#060101 (or 0x060101) is known color: Black. HEX triplet: 06, 01 and 01. RGB value is (6,1,1). Sum of RGB (Red+Green+Blue) = 6+1+1=8 (1% of max value = 765). Red value is 6 (2.73% from 255 or 75% from 8); Green value is 1 (0.78% from 255 or 12.5% from 8); Blue value is 1 (0.78% from 255 or 12.5% from 8); Max value from RGB is 6 - color contains mainly: red. Hex color #060101 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #060101 is #F9FEFE. Grayscale: #020202. Windows color (decimal): -16383743 or 65798. OLE color: 65798.
HSL color Cylindrical-coordinate representation of color #060101: hue angle of 0º degrees, saturation: 0.71, lightness: 0.01%. HSV value (or HSB Brightness) of color is 0.02% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #060101 is Cyan = 0, Magento = 0.83, Yellow = 0.83 and Black (K on CMYK) = 0.98.
Color convert
RGB | 6 | 1 | 1 | - |
CMYK | 0 | 0.83 | 0.83 | 0.98 |
HSL | 0º | 0.71% | 0.01% | - |
HSV(B) | 0º | 0.83% | 0.02% | - |
XYZ | 0.09 | 0.06 | 0.04 | - |
YUV | 2.5 | 127.16 | 130.5 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 6 | 1 | 1 | 0 | 0.83 | 0.83 | 0.98 | 0 | 0.71 | 0.01 |
Hex | 6 | 1 | 1 | 0 | 53 | 53 | 62 | 0 | 47 | 1 |
Octal | 6 | 1 | 1 | 0 | 123 | 123 | 142 | 0 | 107 | 1 |
Binary | 110 | 1 | 1 | 0 | 1010011 | 1010011 | 1100010 | 0 | 1000111 | 1 |
Color Harmonies of #060101
Complementary color
Monochromatic Colors of #060101
Black with #060101
Text Example
Text Example
White with #060101
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #060101; }
p { color: rgb(6,1,1); }
H1.HeaderClassName
{
color: #060101;
}
.AnyTagClassName
{
color: #060101;
}
</style>
background-color css
<style>
a { background-color: #060101; }
a { background-color: rgb(6,1,1); }
div.DivClassName
{
background-color: #060101;
}
.BgClassName
{
background-color: #060101;
}
</style>
border-color css
<style>
span { border-color: #060101; }
span { border-color: rgb(6,1,1); }
td.TdClassName
{
border-color: #060101;
}
.TagClassName
{
border-color: #060101;
}
</style>