HEX: #6BA599
RGB: (107,165,153)
#6BA599 contains red, green and blue colors in about the same proportion. Web safe color of #6BA599 is #669999 (or #699).
#6BA599 color RGB value is (107,165,153).
RGB: (107,165,153)
(42%, 65%, 60%)
R 107 of 255 = 42%
G 165 of 255 = 65%
B 153 of 255 = 60%
R + G + B ~ 56%. #6BA599 is middle color (not dark and not light).
R + G + B = 107 + 165 + 153 = 425 (100%)
R 107 of 425 ~ 25.18%
G 165 of 425 ~ 38.82%
B 153 of 425 ~ 36'%
#6BA599 color CMYK value is (35,0,7,35).
CMYK: (35,0,7,35)
C35M0Y7K35 (35%, 0%, 7%, 35%)
(0.35 / 0.00 / 0.07 / 0.35)
Color #6BA599 in popluar color models
6B | A5 | 99 | |
---|---|---|---|
RGB | 107 | 165 | 153 |
HSL | 168° | 24.37% | 53.33% |
HSB/HSV | 168° | 35.15% | 64.71% |
CMYK | 35.15% | 0.00% | 7.27% |
35.29% |
Color #6BA599 in popluar number systems.
HEX | 6B | A5 | 99 |
Decimal | 107 | 165 | 153 |
Binary | 1101011 | 10100101 | 10011001 |
Octal | 153 | 245 | 231 |
Shades of #6BA599
Tints of #6BA599
Examples of css and html codes for elements with #6BA599 color. Also use rgb(107,165,153) instead hex code.
.myTextColor { color: #6BA599; }
<p style="color:#6BA599">This sample text font color is #6BA599.</p>
This text font color is #6BA599.
.myBgColor { background-color: #6BA599; }
<div style="background-color:#6BA599">Inner text</div>
This div background color is #6BA599.
.myBorderColor { border: 1px solid #6BA599; }
<div style="border:3px solid #6BA599">Div</div>
This div border color is #6BA599.
.myOpacity80 { color: #6BA599; opacity: 0.8; }
<p style="color:#6BA599;opacity:0.8;">80%</p>
Text with #6BA599 color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #6BA599;}
<p style="text-shadow: 3px 3px 1px #6BA599">Text here.</p>
This text has shadow with #6BA599 color.
.textShadow {text-shadow: 3px 3px 1px #6BA599', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #6BA599, 5px 5px 20px red">Text here.</p>
This text has shadow with #6BA599 primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#6BA599, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#6BA599, Direction=45, Strength=4)">Text</p>
This text has shadow with #6BA599 and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #6BA599;
-webkit-box-shadow: 1px 1px 3px 2px #6BA599;
box-shadow: 1px 1px 3px 2px #6BA599;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #6BA599; -webkit-box-shadow: 1px 1px 3px 2px #6BA599; box-shadow:1px 1px 3px 2px #6BA599;">
Div content here
</div>
This text has color #6BA599 on black background.
This text has color #6BA599 on white background.
This text has black color on #6BA599 background.
This text has white color on #6BA599 background.
Complementary color for #hex is #945A66.