HEX: #06739E
RGB: (6,115,158)
#06739E contains mainly green and blue colors. Web safe color of #06739E is #006699 (or #069).
#06739E color RGB value is (6,115,158).
RGB: (6,115,158)
(2%, 45%, 62%)
R 6 of 255 = 2%
G 115 of 255 = 45%
B 158 of 255 = 62%
R + G + B ~ 36%. #06739E is quite dark color.
R + G + B = 6 + 115 + 158 = 279 (100%)
R 6 of 279 ~ 2.15%
G 115 of 279 ~ 41.22%
B 158 of 279 ~ 56.63'%
#06739E color CMYK value is (96,27,0,38).
CMYK: (96,27,0,38) C96M27Y0K38 (96%,27%,0%,38%) (0.96/0.27/0.00/0.38)
Color #06739E in popluar color models
06 | 73 | 9E | |
---|---|---|---|
RGB | 6 | 115 | 158 |
HSL | 197° | 92.68% | 32.16% |
HSB/HSV | 197° | 96.20% | 61.96% |
CMYK | 96.20% | 27.22% | 0.00% |
38.04% |
Color #06739E in popluar number systems.
HEX | 06 | 73 | 9E |
Decimal | 6 | 115 | 158 |
Binary | 110 | 1110011 | 10011110 |
Octal | 6 | 163 | 236 |
Shades of #06739E
Tints of #06739E
Examples of css and html codes for elements with #06739E color. Also use rgb(6,115,158) instead hex code.
.myTextColor { color: #06739E; }
<p style="color:#06739E">This sample text font color is #06739E.</p>
This text font color is #06739E.
.myBgColor { background-color: #06739E; }
<div style="background-color:#06739E">Inner text</div>
This div background color is #06739E.
.myBorderColor { border: 1px solid #06739E; }
<div style="border:3px solid #06739E">Div</div>
This div border color is #06739E.
.myOpacity80 { color: #06739E; opacity: 0.8; }
<p style="color:#06739E;opacity:0.8;">80%</p>
Text with #06739E color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #06739E;}
<p style="text-shadow: 3px 3px 1px #06739E">Text here.</p>
This text has shadow with #06739E color.
.textShadow {text-shadow: 3px 3px 1px #06739E', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #06739E, 5px 5px 20px red">Text here.</p>
This text has shadow with #06739E primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#06739E, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#06739E, Direction=45, Strength=4)">Text</p>
This text has shadow with #06739E and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #06739E;
-webkit-box-shadow: 1px 1px 3px 2px #06739E;
box-shadow: 1px 1px 3px 2px #06739E;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #06739E; -webkit-box-shadow: 1px 1px 3px 2px #06739E; box-shadow:1px 1px 3px 2px #06739E;">
Div content here
</div>
This text has color #06739E on black background.
This text has color #06739E on white background.
This text has black color on #06739E background.
This text has white color on #06739E background.
Complementary color for #hex is #F98C61.