HEX: #6B68AB
RGB: (107,104,171)
#6B68AB contains mainly blue color. Web safe color of #6B68AB is #666699 (or #669).
#6B68AB color RGB value is (107,104,171).
RGB: (107,104,171)
(42%, 41%, 67%)
R 107 of 255 = 42%
G 104 of 255 = 41%
B 171 of 255 = 67%
R + G + B ~ 50%. #6B68AB is middle color (not dark and not light).
R + G + B = 107 + 104 + 171 = 382 (100%)
R 107 of 382 ~ 28.01%
G 104 of 382 ~ 27.23%
B 171 of 382 ~ 44.76'%
#6B68AB color CMYK value is (37,39,0,33).
CMYK: (37,39,0,33)
C37M39Y0K33 (37%, 39%, 0%, 33%)
(0.37 / 0.39 / 0.00 / 0.33)
Color #6B68AB in popluar color models
6B | 68 | AB | |
---|---|---|---|
RGB | 107 | 104 | 171 |
HSL | 243° | 28.51% | 53.92% |
HSB/HSV | 243° | 39.18% | 67.06% |
CMYK | 37.43% | 39.18% | 0.00% |
32.94% |
Color #6B68AB in popluar number systems.
HEX | 6B | 68 | AB |
Decimal | 107 | 104 | 171 |
Binary | 1101011 | 1101000 | 10101011 |
Octal | 153 | 150 | 253 |
Shades of #6B68AB
Tints of #6B68AB
Examples of css and html codes for elements with #6B68AB color. Also use rgb(107,104,171) instead hex code.
.myTextColor { color: #6B68AB; }
<p style="color:#6B68AB">This sample text font color is #6B68AB.</p>
This text font color is #6B68AB.
.myBgColor { background-color: #6B68AB; }
<div style="background-color:#6B68AB">Inner text</div>
This div background color is #6B68AB.
.myBorderColor { border: 1px solid #6B68AB; }
<div style="border:3px solid #6B68AB">Div</div>
This div border color is #6B68AB.
.myOpacity80 { color: #6B68AB; opacity: 0.8; }
<p style="color:#6B68AB;opacity:0.8;">80%</p>
Text with #6B68AB color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #6B68AB;}
<p style="text-shadow: 3px 3px 1px #6B68AB">Text here.</p>
This text has shadow with #6B68AB color.
.textShadow {text-shadow: 3px 3px 1px #6B68AB', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #6B68AB, 5px 5px 20px red">Text here.</p>
This text has shadow with #6B68AB primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#6B68AB, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#6B68AB, Direction=45, Strength=4)">Text</p>
This text has shadow with #6B68AB and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #6B68AB;
-webkit-box-shadow: 1px 1px 3px 2px #6B68AB;
box-shadow: 1px 1px 3px 2px #6B68AB;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #6B68AB; -webkit-box-shadow: 1px 1px 3px 2px #6B68AB; box-shadow:1px 1px 3px 2px #6B68AB;">
Div content here
</div>
This text has color #6B68AB on black background.
This text has color #6B68AB on white background.
This text has black color on #6B68AB background.
This text has white color on #6B68AB background.
Complementary color for #hex is #949754.