HEX: #6593AB
RGB: (101,147,171)
#6593AB contains mainly green and blue colors. Web safe color of #6593AB is #669999 (or #699).
#6593AB color RGB value is (101,147,171).
RGB: (101,147,171)
(40%, 58%, 67%)
R 101 of 255 = 40%
G 147 of 255 = 58%
B 171 of 255 = 67%
R + G + B ~ 55%. #6593AB is middle color (not dark and not light).
R + G + B = 101 + 147 + 171 = 419 (100%)
R 101 of 419 ~ 24.11%
G 147 of 419 ~ 35.08%
B 171 of 419 ~ 40.81'%
#6593AB color CMYK value is (41,14,0,33).
CMYK: (41,14,0,33)
C41M14Y0K33 (41%, 14%, 0%, 33%)
(0.41 / 0.14 / 0.00 / 0.33)
Color #6593AB in popluar color models
65 | 93 | AB | |
---|---|---|---|
RGB | 101 | 147 | 171 |
HSL | 201° | 29.41% | 53.33% |
HSB/HSV | 201° | 40.94% | 67.06% |
CMYK | 40.94% | 14.04% | 0.00% |
32.94% |
Color #6593AB in popluar number systems.
HEX | 65 | 93 | AB |
Decimal | 101 | 147 | 171 |
Binary | 1100101 | 10010011 | 10101011 |
Octal | 145 | 223 | 253 |
Shades of #6593AB
Tints of #6593AB
Examples of css and html codes for elements with #6593AB color. Also use rgb(101,147,171) instead hex code.
.myTextColor { color: #6593AB; }
<p style="color:#6593AB">This sample text font color is #6593AB.</p>
This text font color is #6593AB.
.myBgColor { background-color: #6593AB; }
<div style="background-color:#6593AB">Inner text</div>
This div background color is #6593AB.
.myBorderColor { border: 1px solid #6593AB; }
<div style="border:3px solid #6593AB">Div</div>
This div border color is #6593AB.
.myOpacity80 { color: #6593AB; opacity: 0.8; }
<p style="color:#6593AB;opacity:0.8;">80%</p>
Text with #6593AB color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #6593AB;}
<p style="text-shadow: 3px 3px 1px #6593AB">Text here.</p>
This text has shadow with #6593AB color.
.textShadow {text-shadow: 3px 3px 1px #6593AB', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #6593AB, 5px 5px 20px red">Text here.</p>
This text has shadow with #6593AB primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#6593AB, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#6593AB, Direction=45, Strength=4)">Text</p>
This text has shadow with #6593AB and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #6593AB;
-webkit-box-shadow: 1px 1px 3px 2px #6593AB;
box-shadow: 1px 1px 3px 2px #6593AB;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #6593AB; -webkit-box-shadow: 1px 1px 3px 2px #6593AB; box-shadow:1px 1px 3px 2px #6593AB;">
Div content here
</div>
This text has color #6593AB on black background.
This text has color #6593AB on white background.
This text has black color on #6593AB background.
This text has white color on #6593AB background.
Complementary color for #hex is #9A6C54.