HEX: #6A6EAA
RGB: (106,110,170)
#6A6EAA contains mainly blue color. Web safe color of #6A6EAA is #666699 (or #669).
#6A6EAA color RGB value is (106,110,170).
RGB: (106,110,170)
(42%, 43%, 67%)
R 106 of 255 = 42%
G 110 of 255 = 43%
B 170 of 255 = 67%
R + G + B ~ 51%. #6A6EAA is middle color (not dark and not light).
R + G + B = 106 + 110 + 170 = 386 (100%)
R 106 of 386 ~ 27.46%
G 110 of 386 ~ 28.5%
B 170 of 386 ~ 44.04'%
#6A6EAA color CMYK value is (38,35,0,33).
CMYK: (38,35,0,33)
C38M35Y0K33 (38%, 35%, 0%, 33%)
(0.38 / 0.35 / 0.00 / 0.33)
Color #6A6EAA in popluar color models
6A | 6E | AA | |
---|---|---|---|
RGB | 106 | 110 | 170 |
HSL | 236° | 27.35% | 54.12% |
HSB/HSV | 236° | 37.65% | 66.67% |
CMYK | 37.65% | 35.29% | 0.00% |
33.33% |
Color #6A6EAA in popluar number systems.
HEX | 6A | 6E | AA |
Decimal | 106 | 110 | 170 |
Binary | 1101010 | 1101110 | 10101010 |
Octal | 152 | 156 | 252 |
Shades of #6A6EAA
Tints of #6A6EAA
Examples of css and html codes for elements with #6A6EAA color. Also use rgb(106,110,170) instead hex code.
.myTextColor { color: #6A6EAA; }
<p style="color:#6A6EAA">This sample text font color is #6A6EAA.</p>
This text font color is #6A6EAA.
.myBgColor { background-color: #6A6EAA; }
<div style="background-color:#6A6EAA">Inner text</div>
This div background color is #6A6EAA.
.myBorderColor { border: 1px solid #6A6EAA; }
<div style="border:3px solid #6A6EAA">Div</div>
This div border color is #6A6EAA.
.myOpacity80 { color: #6A6EAA; opacity: 0.8; }
<p style="color:#6A6EAA;opacity:0.8;">80%</p>
Text with #6A6EAA color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #6A6EAA;}
<p style="text-shadow: 3px 3px 1px #6A6EAA">Text here.</p>
This text has shadow with #6A6EAA color.
.textShadow {text-shadow: 3px 3px 1px #6A6EAA', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #6A6EAA, 5px 5px 20px red">Text here.</p>
This text has shadow with #6A6EAA primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#6A6EAA, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#6A6EAA, Direction=45, Strength=4)">Text</p>
This text has shadow with #6A6EAA and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #6A6EAA;
-webkit-box-shadow: 1px 1px 3px 2px #6A6EAA;
box-shadow: 1px 1px 3px 2px #6A6EAA;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #6A6EAA; -webkit-box-shadow: 1px 1px 3px 2px #6A6EAA; box-shadow:1px 1px 3px 2px #6A6EAA;">
Div content here
</div>
This text has color #6A6EAA on black background.
This text has color #6A6EAA on white background.
This text has black color on #6A6EAA background.
This text has white color on #6A6EAA background.
Complementary color for #hex is #959155.