HEX: #6563AA
RGB: (101,99,170)
#6563AA contains mainly blue color. Web safe color of #6563AA is #666699 (or #669).
#6563AA color RGB value is (101,99,170).
RGB: (101,99,170)
(40%, 39%, 67%)
R 101 of 255 = 40%
G 99 of 255 = 39%
B 170 of 255 = 67%
R + G + B ~ 49%. #6563AA is middle color (not dark and not light).
R + G + B = 101 + 99 + 170 = 370 (100%)
R 101 of 370 ~ 27.3%
G 99 of 370 ~ 26.76%
B 170 of 370 ~ 45.95'%
#6563AA color CMYK value is (41,42,0,33).
CMYK: (41,42,0,33)
C41M42Y0K33 (41%, 42%, 0%, 33%)
(0.41 / 0.42 / 0.00 / 0.33)
Color #6563AA in popluar color models
65 | 63 | AA | |
---|---|---|---|
RGB | 101 | 99 | 170 |
HSL | 242° | 29.46% | 52.75% |
HSB/HSV | 242° | 41.76% | 66.67% |
CMYK | 40.59% | 41.76% | 0.00% |
33.33% |
Color #6563AA in popluar number systems.
HEX | 65 | 63 | AA |
Decimal | 101 | 99 | 170 |
Binary | 1100101 | 1100011 | 10101010 |
Octal | 145 | 143 | 252 |
Shades of #6563AA
Tints of #6563AA
Examples of css and html codes for elements with #6563AA color. Also use rgb(101,99,170) instead hex code.
.myTextColor { color: #6563AA; }
<p style="color:#6563AA">This sample text font color is #6563AA.</p>
This text font color is #6563AA.
.myBgColor { background-color: #6563AA; }
<div style="background-color:#6563AA">Inner text</div>
This div background color is #6563AA.
.myBorderColor { border: 1px solid #6563AA; }
<div style="border:3px solid #6563AA">Div</div>
This div border color is #6563AA.
.myOpacity80 { color: #6563AA; opacity: 0.8; }
<p style="color:#6563AA;opacity:0.8;">80%</p>
Text with #6563AA color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #6563AA;}
<p style="text-shadow: 3px 3px 1px #6563AA">Text here.</p>
This text has shadow with #6563AA color.
.textShadow {text-shadow: 3px 3px 1px #6563AA', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #6563AA, 5px 5px 20px red">Text here.</p>
This text has shadow with #6563AA primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#6563AA, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#6563AA, Direction=45, Strength=4)">Text</p>
This text has shadow with #6563AA and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #6563AA;
-webkit-box-shadow: 1px 1px 3px 2px #6563AA;
box-shadow: 1px 1px 3px 2px #6563AA;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #6563AA; -webkit-box-shadow: 1px 1px 3px 2px #6563AA; box-shadow:1px 1px 3px 2px #6563AA;">
Div content here
</div>
This text has color #6563AA on black background.
This text has color #6563AA on white background.
This text has black color on #6563AA background.
This text has white color on #6563AA background.
Complementary color for #hex is #9A9C55.