HEX: #688589
RGB: (104,133,137)
#688589 contains red, green and blue colors in about the same proportion. Web safe color of #688589 is #669999 (or #699).
#688589 color RGB value is (104,133,137).
RGB: (104,133,137)
(41%, 52%, 54%)
R 104 of 255 = 41%
G 133 of 255 = 52%
B 137 of 255 = 54%
R + G + B ~ 49%. #688589 is middle color (not dark and not light).
R + G + B = 104 + 133 + 137 = 374 (100%)
R 104 of 374 ~ 27.81%
G 133 of 374 ~ 35.56%
B 137 of 374 ~ 36.63'%
#688589 color CMYK value is (24,3,0,46).
CMYK: (24,3,0,46) C24M3Y0K46 (24%,3%,0%,46%) (0.24/0.03/0.00/0.46)
Color #688589 in popluar color models
68 | 85 | 89 | |
---|---|---|---|
RGB | 104 | 133 | 137 |
HSL | 187° | 13.69% | 47.25% |
HSB/HSV | 187° | 24.09% | 53.73% |
CMYK | 24.09% | 2.92% | 0.00% |
46.27% |
Color #688589 in popluar number systems.
HEX | 68 | 85 | 89 |
Decimal | 104 | 133 | 137 |
Binary | 1101000 | 10000101 | 10001001 |
Octal | 150 | 205 | 211 |
Shades of #688589
Tints of #688589
Examples of css and html codes for elements with #688589 color. Also use rgb(104,133,137) instead hex code.
.myTextColor { color: #688589; }
<p style="color:#688589">This sample text font color is #688589.</p>
This text font color is #688589.
.myBgColor { background-color: #688589; }
<div style="background-color:#688589">Inner text</div>
This div background color is #688589.
.myBorderColor { border: 1px solid #688589; }
<div style="border:3px solid #688589">Div</div>
This div border color is #688589.
.myOpacity80 { color: #688589; opacity: 0.8; }
<p style="color:#688589;opacity:0.8;">80%</p>
Text with #688589 color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #688589;}
<p style="text-shadow: 3px 3px 1px #688589">Text here.</p>
This text has shadow with #688589 color.
.textShadow {text-shadow: 3px 3px 1px #688589', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #688589, 5px 5px 20px red">Text here.</p>
This text has shadow with #688589 primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#688589, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#688589, Direction=45, Strength=4)">Text</p>
This text has shadow with #688589 and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #688589;
-webkit-box-shadow: 1px 1px 3px 2px #688589;
box-shadow: 1px 1px 3px 2px #688589;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #688589; -webkit-box-shadow: 1px 1px 3px 2px #688589; box-shadow:1px 1px 3px 2px #688589;">
Div content here
</div>
This text has color #688589 on black background.
This text has color #688589 on white background.
This text has black color on #688589 background.
This text has white color on #688589 background.
Complementary color for #hex is #977A76.