HEX: #0690AD
RGB: (6,144,173)
#0690AD contains mainly green and blue colors. Web safe color of #0690AD is #009999 (or #099).
#0690AD color RGB value is (6,144,173).
RGB: (6,144,173)
(2%, 56%, 68%)
R 6 of 255 = 2%
G 144 of 255 = 56%
B 173 of 255 = 68%
R + G + B ~ 42%. #0690AD is middle color (not dark and not light).
R + G + B = 6 + 144 + 173 = 323 (100%)
R 6 of 323 ~ 1.86%
G 144 of 323 ~ 44.58%
B 173 of 323 ~ 53.56'%
#0690AD color CMYK value is (97,17,0,32).
CMYK: (97,17,0,32)
C97M17Y0K32 (97%, 17%, 0%, 32%)
(0.97 / 0.17 / 0.00 / 0.32)
Color #0690AD in popluar color models
06 | 90 | AD | |
---|---|---|---|
RGB | 6 | 144 | 173 |
HSL | 190° | 93.30% | 35.10% |
HSB/HSV | 190° | 96.53% | 67.84% |
CMYK | 96.53% | 16.76% | 0.00% |
32.16% |
Color #0690AD in popluar number systems.
HEX | 06 | 90 | AD |
Decimal | 6 | 144 | 173 |
Binary | 110 | 10010000 | 10101101 |
Octal | 6 | 220 | 255 |
Shades of #0690AD
Tints of #0690AD
Examples of css and html codes for elements with #0690AD color. Also use rgb(6,144,173) instead hex code.
.myTextColor { color: #0690AD; }
<p style="color:#0690AD">This sample text font color is #0690AD.</p>
This text font color is #0690AD.
.myBgColor { background-color: #0690AD; }
<div style="background-color:#0690AD">Inner text</div>
This div background color is #0690AD.
.myBorderColor { border: 1px solid #0690AD; }
<div style="border:3px solid #0690AD">Div</div>
This div border color is #0690AD.
.myOpacity80 { color: #0690AD; opacity: 0.8; }
<p style="color:#0690AD;opacity:0.8;">80%</p>
Text with #0690AD color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #0690AD;}
<p style="text-shadow: 3px 3px 1px #0690AD">Text here.</p>
This text has shadow with #0690AD color.
.textShadow {text-shadow: 3px 3px 1px #0690AD', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #0690AD, 5px 5px 20px red">Text here.</p>
This text has shadow with #0690AD primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#0690AD, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#0690AD, Direction=45, Strength=4)">Text</p>
This text has shadow with #0690AD and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #0690AD;
-webkit-box-shadow: 1px 1px 3px 2px #0690AD;
box-shadow: 1px 1px 3px 2px #0690AD;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #0690AD; -webkit-box-shadow: 1px 1px 3px 2px #0690AD; box-shadow:1px 1px 3px 2px #0690AD;">
Div content here
</div>
This text has color #0690AD on black background.
This text has color #0690AD on white background.
This text has black color on #0690AD background.
This text has white color on #0690AD background.
Complementary color for #hex is #F96F52.