HEX: #6B96AB
RGB: (107,150,171)
#6B96AB contains mainly green and blue colors. Web safe color of #6B96AB is #669999 (or #699).
#6B96AB color RGB value is (107,150,171).
RGB: (107,150,171)
(42%, 59%, 67%)
R 107 of 255 = 42%
G 150 of 255 = 59%
B 171 of 255 = 67%
R + G + B ~ 56%. #6B96AB is middle color (not dark and not light).
R + G + B = 107 + 150 + 171 = 428 (100%)
R 107 of 428 ~ 25%
G 150 of 428 ~ 35.05%
B 171 of 428 ~ 39.95'%
#6B96AB color CMYK value is (37,12,0,33).
CMYK: (37,12,0,33)
C37M12Y0K33 (37%, 12%, 0%, 33%)
(0.37 / 0.12 / 0.00 / 0.33)
Color #6B96AB in popluar color models
6B | 96 | AB | |
---|---|---|---|
RGB | 107 | 150 | 171 |
HSL | 200° | 27.59% | 54.51% |
HSB/HSV | 200° | 37.43% | 67.06% |
CMYK | 37.43% | 12.28% | 0.00% |
32.94% |
Color #6B96AB in popluar number systems.
HEX | 6B | 96 | AB |
Decimal | 107 | 150 | 171 |
Binary | 1101011 | 10010110 | 10101011 |
Octal | 153 | 226 | 253 |
Shades of #6B96AB
Tints of #6B96AB
Examples of css and html codes for elements with #6B96AB color. Also use rgb(107,150,171) instead hex code.
.myTextColor { color: #6B96AB; }
<p style="color:#6B96AB">This sample text font color is #6B96AB.</p>
This text font color is #6B96AB.
.myBgColor { background-color: #6B96AB; }
<div style="background-color:#6B96AB">Inner text</div>
This div background color is #6B96AB.
.myBorderColor { border: 1px solid #6B96AB; }
<div style="border:3px solid #6B96AB">Div</div>
This div border color is #6B96AB.
.myOpacity80 { color: #6B96AB; opacity: 0.8; }
<p style="color:#6B96AB;opacity:0.8;">80%</p>
Text with #6B96AB color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #6B96AB;}
<p style="text-shadow: 3px 3px 1px #6B96AB">Text here.</p>
This text has shadow with #6B96AB color.
.textShadow {text-shadow: 3px 3px 1px #6B96AB', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #6B96AB, 5px 5px 20px red">Text here.</p>
This text has shadow with #6B96AB primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#6B96AB, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#6B96AB, Direction=45, Strength=4)">Text</p>
This text has shadow with #6B96AB and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #6B96AB;
-webkit-box-shadow: 1px 1px 3px 2px #6B96AB;
box-shadow: 1px 1px 3px 2px #6B96AB;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #6B96AB; -webkit-box-shadow: 1px 1px 3px 2px #6B96AB; box-shadow:1px 1px 3px 2px #6B96AB;">
Div content here
</div>
This text has color #6B96AB on black background.
This text has color #6B96AB on white background.
This text has black color on #6B96AB background.
This text has white color on #6B96AB background.
Complementary color for #hex is #946954.