HEX: #6189AC
RGB: (97,137,172)
#6189AC contains mainly green and blue colors. Web safe color of #6189AC is #669999 (or #699).
#6189AC color RGB value is (97,137,172).
RGB: (97,137,172)
(38%, 54%, 67%)
R 97 of 255 = 38%
G 137 of 255 = 54%
B 172 of 255 = 67%
R + G + B ~ 53%. #6189AC is middle color (not dark and not light).
R + G + B = 97 + 137 + 172 = 406 (100%)
R 97 of 406 ~ 23.89%
G 137 of 406 ~ 33.74%
B 172 of 406 ~ 42.36'%
#6189AC color CMYK value is (44,20,0,33).
CMYK: (44,20,0,33)
C44M20Y0K33 (44%, 20%, 0%, 33%)
(0.44 / 0.20 / 0.00 / 0.33)
Color #6189AC in popluar color models
61 | 89 | AC | |
---|---|---|---|
RGB | 97 | 137 | 172 |
HSL | 208° | 31.12% | 52.75% |
HSB/HSV | 208° | 43.60% | 67.45% |
CMYK | 43.60% | 20.35% | 0.00% |
32.55% |
Color #6189AC in popluar number systems.
HEX | 61 | 89 | AC |
Decimal | 97 | 137 | 172 |
Binary | 1100001 | 10001001 | 10101100 |
Octal | 141 | 211 | 254 |
Shades of #6189AC
Tints of #6189AC
Examples of css and html codes for elements with #6189AC color. Also use rgb(97,137,172) instead hex code.
.myTextColor { color: #6189AC; }
<p style="color:#6189AC">This sample text font color is #6189AC.</p>
This text font color is #6189AC.
.myBgColor { background-color: #6189AC; }
<div style="background-color:#6189AC">Inner text</div>
This div background color is #6189AC.
.myBorderColor { border: 1px solid #6189AC; }
<div style="border:3px solid #6189AC">Div</div>
This div border color is #6189AC.
.myOpacity80 { color: #6189AC; opacity: 0.8; }
<p style="color:#6189AC;opacity:0.8;">80%</p>
Text with #6189AC color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #6189AC;}
<p style="text-shadow: 3px 3px 1px #6189AC">Text here.</p>
This text has shadow with #6189AC color.
.textShadow {text-shadow: 3px 3px 1px #6189AC', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #6189AC, 5px 5px 20px red">Text here.</p>
This text has shadow with #6189AC primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#6189AC, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#6189AC, Direction=45, Strength=4)">Text</p>
This text has shadow with #6189AC and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #6189AC;
-webkit-box-shadow: 1px 1px 3px 2px #6189AC;
box-shadow: 1px 1px 3px 2px #6189AC;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #6189AC; -webkit-box-shadow: 1px 1px 3px 2px #6189AC; box-shadow:1px 1px 3px 2px #6189AC;">
Div content here
</div>
This text has color #6189AC on black background.
This text has color #6189AC on white background.
This text has black color on #6189AC background.
This text has white color on #6189AC background.
Complementary color for #hex is #9E7653.