HEX: #06074B
RGB: (6,7,75)
#06074B contains mainly blue color. Web safe color of #06074B is #000033 (or #003).
#06074B color RGB value is (6,7,75).
RGB: (6,7,75)
(2%, 3%, 29%)
R 6 of 255 = 2%
G 7 of 255 = 3%
B 75 of 255 = 29%
R + G + B ~ 11%. #06074B is dark color.
R + G + B = 6 + 7 + 75 = 88 (100%)
R 6 of 88 ~ 6.82%
G 7 of 88 ~ 7.95%
B 75 of 88 ~ 85.23'%
#06074B color CMYK value is (92,91,0,71).
CMYK: (92,91,0,71)
C92M91Y0K71 (92%, 91%, 0%, 71%)
(0.92 / 0.91 / 0.00 / 0.71)
Color #06074B in popluar color models
06 | 07 | 4B | |
---|---|---|---|
RGB | 6 | 7 | 75 |
HSL | 239° | 85.19% | 15.88% |
HSB/HSV | 239° | 92.00% | 29.41% |
CMYK | 92.00% | 90.67% | 0.00% |
70.59% |
Color #06074B in popluar number systems.
HEX | 06 | 07 | 4B |
Decimal | 6 | 7 | 75 |
Binary | 110 | 111 | 1001011 |
Octal | 6 | 7 | 113 |
Shades of #06074B
Tints of #06074B
Examples of css and html codes for elements with #06074B color. Also use rgb(6,7,75) instead hex code.
.myTextColor { color: #06074B; }
<p style="color:#06074B">This sample text font color is #06074B.</p>
This text font color is #06074B.
.myBgColor { background-color: #06074B; }
<div style="background-color:#06074B">Inner text</div>
This div background color is #06074B.
.myBorderColor { border: 1px solid #06074B; }
<div style="border:3px solid #06074B">Div</div>
This div border color is #06074B.
.myOpacity80 { color: #06074B; opacity: 0.8; }
<p style="color:#06074B;opacity:0.8;">80%</p>
Text with #06074B color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #06074B;}
<p style="text-shadow: 3px 3px 1px #06074B">Text here.</p>
This text has shadow with #06074B color.
.textShadow {text-shadow: 3px 3px 1px #06074B', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #06074B, 5px 5px 20px red">Text here.</p>
This text has shadow with #06074B primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#06074B, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#06074B, Direction=45, Strength=4)">Text</p>
This text has shadow with #06074B and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #06074B;
-webkit-box-shadow: 1px 1px 3px 2px #06074B;
box-shadow: 1px 1px 3px 2px #06074B;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #06074B; -webkit-box-shadow: 1px 1px 3px 2px #06074B; box-shadow:1px 1px 3px 2px #06074B;">
Div content here
</div>
This text has color #06074B on black background.
This text has color #06074B on white background.
This text has black color on #06074B background.
This text has white color on #06074B background.
Complementary color for #hex is #F9F8B4.