HEX: #6B96AC
RGB: (107,150,172)
#6B96AC contains mainly green and blue colors. Web safe color of #6B96AC is #669999 (or #699).
#6B96AC color RGB value is (107,150,172).
RGB: (107,150,172)
(42%, 59%, 67%)
R 107 of 255 = 42%
G 150 of 255 = 59%
B 172 of 255 = 67%
R + G + B ~ 56%. #6B96AC is middle color (not dark and not light).
R + G + B = 107 + 150 + 172 = 429 (100%)
R 107 of 429 ~ 24.94%
G 150 of 429 ~ 34.97%
B 172 of 429 ~ 40.09'%
#6B96AC color CMYK value is (38,13,0,33).
CMYK: (38,13,0,33)
C38M13Y0K33 (38%, 13%, 0%, 33%)
(0.38 / 0.13 / 0.00 / 0.33)
Color #6B96AC in popluar color models
6B | 96 | AC | |
---|---|---|---|
RGB | 107 | 150 | 172 |
HSL | 200° | 28.14% | 54.71% |
HSB/HSV | 200° | 37.79% | 67.45% |
CMYK | 37.79% | 12.79% | 0.00% |
32.55% |
Color #6B96AC in popluar number systems.
HEX | 6B | 96 | AC |
Decimal | 107 | 150 | 172 |
Binary | 1101011 | 10010110 | 10101100 |
Octal | 153 | 226 | 254 |
Shades of #6B96AC
Tints of #6B96AC
Examples of css and html codes for elements with #6B96AC color. Also use rgb(107,150,172) instead hex code.
.myTextColor { color: #6B96AC; }
<p style="color:#6B96AC">This sample text font color is #6B96AC.</p>
This text font color is #6B96AC.
.myBgColor { background-color: #6B96AC; }
<div style="background-color:#6B96AC">Inner text</div>
This div background color is #6B96AC.
.myBorderColor { border: 1px solid #6B96AC; }
<div style="border:3px solid #6B96AC">Div</div>
This div border color is #6B96AC.
.myOpacity80 { color: #6B96AC; opacity: 0.8; }
<p style="color:#6B96AC;opacity:0.8;">80%</p>
Text with #6B96AC color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #6B96AC;}
<p style="text-shadow: 3px 3px 1px #6B96AC">Text here.</p>
This text has shadow with #6B96AC color.
.textShadow {text-shadow: 3px 3px 1px #6B96AC', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #6B96AC, 5px 5px 20px red">Text here.</p>
This text has shadow with #6B96AC primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#6B96AC, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#6B96AC, Direction=45, Strength=4)">Text</p>
This text has shadow with #6B96AC and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #6B96AC;
-webkit-box-shadow: 1px 1px 3px 2px #6B96AC;
box-shadow: 1px 1px 3px 2px #6B96AC;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #6B96AC; -webkit-box-shadow: 1px 1px 3px 2px #6B96AC; box-shadow:1px 1px 3px 2px #6B96AC;">
Div content here
</div>
This text has color #6B96AC on black background.
This text has color #6B96AC on white background.
This text has black color on #6B96AC background.
This text has white color on #6B96AC background.
Complementary color for #hex is #946953.