HEX: #609DAB
RGB: (96,157,171)
#609DAB contains mainly green and blue colors. Web safe color of #609DAB is #669999 (or #699).
#609DAB color RGB value is (96,157,171).
RGB: (96,157,171)
(38%, 62%, 67%)
R 96 of 255 = 38%
G 157 of 255 = 62%
B 171 of 255 = 67%
R + G + B ~ 56%. #609DAB is middle color (not dark and not light).
R + G + B = 96 + 157 + 171 = 424 (100%)
R 96 of 424 ~ 22.64%
G 157 of 424 ~ 37.03%
B 171 of 424 ~ 40.33'%
#609DAB color CMYK value is (44,8,0,33).
CMYK: (44,8,0,33)
C44M8Y0K33 (44%, 8%, 0%, 33%)
(0.44 / 0.08 / 0.00 / 0.33)
Color #609DAB in popluar color models
60 | 9D | AB | |
---|---|---|---|
RGB | 96 | 157 | 171 |
HSL | 191° | 30.86% | 52.35% |
HSB/HSV | 191° | 43.86% | 67.06% |
CMYK | 43.86% | 8.19% | 0.00% |
32.94% |
Color #609DAB in popluar number systems.
HEX | 60 | 9D | AB |
Decimal | 96 | 157 | 171 |
Binary | 1100000 | 10011101 | 10101011 |
Octal | 140 | 235 | 253 |
Shades of #609DAB
Tints of #609DAB
Examples of css and html codes for elements with #609DAB color. Also use rgb(96,157,171) instead hex code.
.myTextColor { color: #609DAB; }
<p style="color:#609DAB">This sample text font color is #609DAB.</p>
This text font color is #609DAB.
.myBgColor { background-color: #609DAB; }
<div style="background-color:#609DAB">Inner text</div>
This div background color is #609DAB.
.myBorderColor { border: 1px solid #609DAB; }
<div style="border:3px solid #609DAB">Div</div>
This div border color is #609DAB.
.myOpacity80 { color: #609DAB; opacity: 0.8; }
<p style="color:#609DAB;opacity:0.8;">80%</p>
Text with #609DAB color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #609DAB;}
<p style="text-shadow: 3px 3px 1px #609DAB">Text here.</p>
This text has shadow with #609DAB color.
.textShadow {text-shadow: 3px 3px 1px #609DAB', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #609DAB, 5px 5px 20px red">Text here.</p>
This text has shadow with #609DAB primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#609DAB, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#609DAB, Direction=45, Strength=4)">Text</p>
This text has shadow with #609DAB and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #609DAB;
-webkit-box-shadow: 1px 1px 3px 2px #609DAB;
box-shadow: 1px 1px 3px 2px #609DAB;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #609DAB; -webkit-box-shadow: 1px 1px 3px 2px #609DAB; box-shadow:1px 1px 3px 2px #609DAB;">
Div content here
</div>
This text has color #609DAB on black background.
This text has color #609DAB on white background.
This text has black color on #609DAB background.
This text has white color on #609DAB background.
Complementary color for #hex is #9F6254.