HEX: #061019
RGB: (6,16,25)
#061019 contains red, green and blue colors in about the same proportion. Web safe color of #061019 is #000000 (or #000).
#061019 color RGB value is (6,16,25).
RGB: (6,16,25) (2%,6%,10%)
R 6 of 255 = 2%
G 16 of 255 = 6%
B 25 of 255 = 10%
R + G + B ~ 6%. #061019 is dark color.
R + G + B =
6 + 16 + 25 = 47 (100%)
R 6 of 47 ~ 12.77%
G 16 of 47 ~ 34.04%
B 25 of 47 ~ 53.19%
#061019 color CMYK value is (76,36,0,90).
CMYK: (76,36,0,90) C76M36Y0K90 (76%,36%,0%,90%) (0.76/0.36/0.00/0.90)
06 | 10 | 19 | |
---|---|---|---|
RGB | 6 | 16 | 25 |
HSL | 208° | 61.29% | 6.08% |
HSB/HSV | 208° | 76.00% | 9.80% |
CMYK | 76.00% | 36.00% | 0.00% |
90.20% |
HEX | 06 | 10 | 19 |
Decimal | 6 | 16 | 25 |
Binary | 110 | 10000 | 11001 |
Octal | 6 | 20 | 31 |
Examples of css and html codes for elements with #061019 color. Also use rgb(6,16,25) instead hex code.
.myTextColor { color: #061019; }
<p style="color:#061019">This sample text font color is #061019.</p>
This text font color is #061019.
.myBgColor { background-color: #061019; }
<div style="background-color:#061019">Inner text</div>
This div background color is #061019.
.myBorderColor { border: 1px solid #061019; }
<div style="border:3px solid #061019">Div</div>
This div border color is #061019.
.myOpacity80 { color: #061019; opacity: 0.8; }
<p style="color:#061019;opacity:0.8;">80%</p>
Text with #061019 color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #061019;}
<p style="text-shadow: 3px 3px 1px #061019">Text here.</p>
This text has shadow with #061019 color.
.textShadow {text-shadow: 3px 3px 1px #061019, 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #061019, 5px 5px 20px red">Text here.</p>
This text has shadow with #061019 primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#061019, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#061019, Direction=45, Strength=4)">Text</p>
This text has shadow with #061019 and red colors in old Internet Explorer.
/* css code */ .divShadow { -moz-box-shadow: 1px 1px 3px 2px #061019; -webkit-box-shadow: 1px 1px 3px 2px #061019; box-shadow: 1px 1px 3px 2px #061019; } /* html code with inline style */ <div style="-moz-box-shadow: 1px 1px 3px 2px #061019; -webkit-box-shadow: 1px 1px 3px 2px #061019; box-shadow:1px 1px 3px 2px #061019;">
Div content here</div>
This text has color #061019 on black background.
This text has color #061019 on white background.
This text has black color on #061019 background.
This text has white color on #061019 background.