HEX: #060409
RGB: (6,4,9)
#060409 contains red, green and blue colors in about the same proportion. Web safe color of #060409 is #000000 (or #000).
#060409 color RGB value is (6,4,9).
RGB: (6,4,9)
(2%, 2%, 4%)
R 6 of 255 = 2%
G 4 of 255 = 2%
B 9 of 255 = 4%
R + G + B ~ 3%. #060409 is dark color.
R + G + B = 6 + 4 + 9 = 19 (100%)
R 6 of 19 ~ 31.58%
G 4 of 19 ~ 21.05%
B 9 of 19 ~ 47.37'%
#060409 color CMYK value is (33,56,0,96).
CMYK: (33,56,0,96)
C33M56Y0K96 (33%, 56%, 0%, 96%)
(0.33 / 0.56 / 0.00 / 0.96)
Color #060409 in popluar color models
06 | 04 | 09 | |
---|---|---|---|
RGB | 6 | 4 | 9 |
HSL | 264° | 38.46% | 2.55% |
HSB/HSV | 264° | 55.56% | 3.53% |
CMYK | 33.33% | 55.56% | 0.00% |
96.47% |
Color #060409 in popluar number systems.
HEX | 06 | 04 | 09 |
Decimal | 6 | 4 | 9 |
Binary | 110 | 100 | 1001 |
Octal | 6 | 4 | 11 |
Tints of #060409
Examples of css and html codes for elements with #060409 color. Also use rgb(6,4,9) instead hex code.
.myTextColor { color: #060409; }
<p style="color:#060409">This sample text font color is #060409.</p>
This text font color is #060409.
.myBgColor { background-color: #060409; }
<div style="background-color:#060409">Inner text</div>
This div background color is #060409.
.myBorderColor { border: 1px solid #060409; }
<div style="border:3px solid #060409">Div</div>
This div border color is #060409.
.myOpacity80 { color: #060409; opacity: 0.8; }
<p style="color:#060409;opacity:0.8;">80%</p>
Text with #060409 color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #060409;}
<p style="text-shadow: 3px 3px 1px #060409">Text here.</p>
This text has shadow with #060409 color.
.textShadow {text-shadow: 3px 3px 1px #060409', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #060409, 5px 5px 20px red">Text here.</p>
This text has shadow with #060409 primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#060409, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#060409, Direction=45, Strength=4)">Text</p>
This text has shadow with #060409 and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #060409;
-webkit-box-shadow: 1px 1px 3px 2px #060409;
box-shadow: 1px 1px 3px 2px #060409;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #060409; -webkit-box-shadow: 1px 1px 3px 2px #060409; box-shadow:1px 1px 3px 2px #060409;">
Div content here
</div>
This text has color #060409 on black background.
This text has color #060409 on white background.
This text has black color on #060409 background.
This text has white color on #060409 background.
Complementary color for #hex is #F9FBF6.