HEX: #061801
RGB: (6,24,1)
#061801 contains red, green and blue colors in about the same proportion. Web safe color of #061801 is #000000 (or #000).
#061801 color RGB value is (6,24,1).
RGB: (6,24,1)
(2%, 9%, 0%)
R 6 of 255 = 2%
G 24 of 255 = 9%
B 1 of 255 = 0%
R + G + B ~ 4%. #061801 is dark color.
R + G + B = 6 + 24 + 1 = 31 (100%)
R 6 of 31 ~ 19.35%
G 24 of 31 ~ 77.42%
B 1 of 31 ~ 3.23'%
#061801 color CMYK value is (75,0,96,91).
CMYK: (75,0,96,91)
C75M0Y96K91 (75%, 0%, 96%, 91%)
(0.75 / 0.00 / 0.96 / 0.91)
Color #061801 in popluar color models
06 | 18 | 01 | |
---|---|---|---|
RGB | 6 | 24 | 1 |
HSL | 107° | 92.00% | 4.90% |
HSB/HSV | 107° | 95.83% | 9.41% |
CMYK | 75.00% | 0.00% | 95.83% |
90.59% |
Color #061801 in popluar number systems.
HEX | 06 | 18 | 01 |
Decimal | 6 | 24 | 1 |
Binary | 110 | 11000 | 1 |
Octal | 6 | 30 | 1 |
Shades of #061801
Tints of #061801
Examples of css and html codes for elements with #061801 color. Also use rgb(6,24,1) instead hex code.
.myTextColor { color: #061801; }
<p style="color:#061801">This sample text font color is #061801.</p>
This text font color is #061801.
.myBgColor { background-color: #061801; }
<div style="background-color:#061801">Inner text</div>
This div background color is #061801.
.myBorderColor { border: 1px solid #061801; }
<div style="border:3px solid #061801">Div</div>
This div border color is #061801.
.myOpacity80 { color: #061801; opacity: 0.8; }
<p style="color:#061801;opacity:0.8;">80%</p>
Text with #061801 color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #061801;}
<p style="text-shadow: 3px 3px 1px #061801">Text here.</p>
This text has shadow with #061801 color.
.textShadow {text-shadow: 3px 3px 1px #061801', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #061801, 5px 5px 20px red">Text here.</p>
This text has shadow with #061801 primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#061801, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#061801, Direction=45, Strength=4)">Text</p>
This text has shadow with #061801 and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #061801;
-webkit-box-shadow: 1px 1px 3px 2px #061801;
box-shadow: 1px 1px 3px 2px #061801;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #061801; -webkit-box-shadow: 1px 1px 3px 2px #061801; box-shadow:1px 1px 3px 2px #061801;">
Div content here
</div>
This text has color #061801 on black background.
This text has color #061801 on white background.
This text has black color on #061801 background.
This text has white color on #061801 background.
Complementary color for #hex is #F9E7FE.