HEX: #06073E
RGB: (6,7,62)
#06073E contains red, green and blue colors in about the same proportion. Web safe color of #06073E is #000033 (or #003).
#06073E color RGB value is (6,7,62).
RGB: (6,7,62)
(2%, 3%, 24%)
R 6 of 255 = 2%
G 7 of 255 = 3%
B 62 of 255 = 24%
R + G + B ~ 10%. #06073E is dark color.
R + G + B = 6 + 7 + 62 = 75 (100%)
R 6 of 75 ~ 8%
G 7 of 75 ~ 9.33%
B 62 of 75 ~ 82.67'%
#06073E color CMYK value is (90,89,0,76).
CMYK: (90,89,0,76)
C90M89Y0K76 (90%, 89%, 0%, 76%)
(0.90 / 0.89 / 0.00 / 0.76)
Color #06073E in popluar color models
06 | 07 | 3E | |
---|---|---|---|
RGB | 6 | 7 | 62 |
HSL | 239° | 82.35% | 13.33% |
HSB/HSV | 239° | 90.32% | 24.31% |
CMYK | 90.32% | 88.71% | 0.00% |
75.69% |
Color #06073E in popluar number systems.
HEX | 06 | 07 | 3E |
Decimal | 6 | 7 | 62 |
Binary | 110 | 111 | 111110 |
Octal | 6 | 7 | 76 |
Shades of #06073E
Tints of #06073E
Examples of css and html codes for elements with #06073E color. Also use rgb(6,7,62) instead hex code.
.myTextColor { color: #06073E; }
<p style="color:#06073E">This sample text font color is #06073E.</p>
This text font color is #06073E.
.myBgColor { background-color: #06073E; }
<div style="background-color:#06073E">Inner text</div>
This div background color is #06073E.
.myBorderColor { border: 1px solid #06073E; }
<div style="border:3px solid #06073E">Div</div>
This div border color is #06073E.
.myOpacity80 { color: #06073E; opacity: 0.8; }
<p style="color:#06073E;opacity:0.8;">80%</p>
Text with #06073E color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #06073E;}
<p style="text-shadow: 3px 3px 1px #06073E">Text here.</p>
This text has shadow with #06073E color.
.textShadow {text-shadow: 3px 3px 1px #06073E', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #06073E, 5px 5px 20px red">Text here.</p>
This text has shadow with #06073E primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#06073E, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#06073E, Direction=45, Strength=4)">Text</p>
This text has shadow with #06073E and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #06073E;
-webkit-box-shadow: 1px 1px 3px 2px #06073E;
box-shadow: 1px 1px 3px 2px #06073E;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #06073E; -webkit-box-shadow: 1px 1px 3px 2px #06073E; box-shadow:1px 1px 3px 2px #06073E;">
Div content here
</div>
This text has color #06073E on black background.
This text has color #06073E on white background.
This text has black color on #06073E background.
This text has white color on #06073E background.
Complementary color for #hex is #F9F8C1.