In the RGB color space, #061012 is composed of 2.3529% red, 6.2745% green, and 7.0588% blue.
In the CMYK color space, #061012 is composed of 66.71% cyan, 11.19% magenta, 0% yellow, and 92.94% black,
It has a hue angle of 190.1 degrees, a saturation of 50.05%, and a lightness of 4.7%.
The closest websafe color is #000000.
The hexadecimal color #061012 has RGB values of R:6, G:16, B:18 and CMYK values of C:66.71, M:11.19, Y:0, K:92.94. It has a decimal value of 397330.
Hexadecimal | #061012 | #061012 |
RGB Decimal | 6, 16, 18 | rgb(6, 16, 18) |
RGB Percent | 2.3529, 6.2745, 7.0588 | rgb(2.3529%, 6.2745%, 7.0588%) |
RGB Proportion | 0.0235, 0.0627, 0.0706 | rgb(0.0235, 0.0627, 0.0706) |
CMYK | 66.71, 11.19, 0, 92.94 | |
HSL | 190.1ยบ, 50.05, 4.7 | hsl(190.1, 50.05%, 4.7%) |
Websafe | 000000 | #000000 |
XYZ | 0.369, 0.453, 0.64 | |
Yxy | 0.453, 0.252, 0.31 | |
CIE-LAB | 4.092, -2.522, -2.099 | |
CIE-LCH | 4.092, 3.281, 219.77 | |
CIE-LUV | 4.092, -1.881, -1.039 | |
Hunter-Lab | 6.731, -1.992, -0.926 |
Colors that go well with #061012.
Common HTML and CSS shortcodes for #061012.
<div style="color: #061012;">The quick brown fox jumps over the lazy dog.</div>
<div style="background-color: #061012;">The quick brown fox jumps over the lazy dog.</div>
<div style="border: 1px solid #061012;">The quick brown fox jumps over the lazy dog.</div>
Linear gradient from #061012 to transparent.
<div style="background: linear-gradient(#061012, rgba(255, 255, 255, 0));">The quick brown fox jumps over the lazy dog.</div>
Radial gradient from #061012 to transparent.
<div style="background: radial-gradient(#061012, rgba(255, 255, 255, 0));">The quick brown fox jumps over the lazy dog.</div>
Linear gradient from #061012 to #F9EFED.
<div style="background: linear-gradient(#061012, #F9EFED);">The quick brown fox jumps over the lazy dog.</div>
Radial gradient from #061012 to #F9EFED.
<div style="background: radial-gradient(#061012, #F9EFED);">The quick brown fox jumps over the lazy dog.</div>
Handy CSS code and shortcuts.
.text { color: #061012; }
.background { background-color: #061012; }
.border { border: 1px solid #061012; }
.linear-gradient { background: linear-gradient(#faf310, rgba(255, 255, 255, 0)); }
.radial-gradient { background: radial-gradient(#faf310, rgba(255, 255, 255, 0)); }
Shades are created by adding black to the color, while a tint is created by mixing white. The darkest shade in this example is #000000 while the lightest tint is #FAFAFA.