HEX: #6B76BE
RGB: (107,118,190)
#6B76BE contains mainly blue color. Web safe color of #6B76BE is #6666CC (or #66C).
#6B76BE color RGB value is (107,118,190).
RGB: (107,118,190)
(42%, 46%, 75%)
R 107 of 255 = 42%
G 118 of 255 = 46%
B 190 of 255 = 75%
R + G + B ~ 54%. #6B76BE is middle color (not dark and not light).
R + G + B = 107 + 118 + 190 = 415 (100%)
R 107 of 415 ~ 25.78%
G 118 of 415 ~ 28.43%
B 190 of 415 ~ 45.78'%
#6B76BE color CMYK value is (44,38,0,25).
CMYK: (44,38,0,25)
C44M38Y0K25 (44%, 38%, 0%, 25%)
(0.44 / 0.38 / 0.00 / 0.25)
Color #6B76BE in popluar color models
6B | 76 | BE | |
---|---|---|---|
RGB | 107 | 118 | 190 |
HSL | 232° | 38.97% | 58.24% |
HSB/HSV | 232° | 43.68% | 74.51% |
CMYK | 43.68% | 37.89% | 0.00% |
25.49% |
Color #6B76BE in popluar number systems.
HEX | 6B | 76 | BE |
Decimal | 107 | 118 | 190 |
Binary | 1101011 | 1110110 | 10111110 |
Octal | 153 | 166 | 276 |
Shades of #6B76BE
Tints of #6B76BE
Examples of css and html codes for elements with #6B76BE color. Also use rgb(107,118,190) instead hex code.
.myTextColor { color: #6B76BE; }
<p style="color:#6B76BE">This sample text font color is #6B76BE.</p>
This text font color is #6B76BE.
.myBgColor { background-color: #6B76BE; }
<div style="background-color:#6B76BE">Inner text</div>
This div background color is #6B76BE.
.myBorderColor { border: 1px solid #6B76BE; }
<div style="border:3px solid #6B76BE">Div</div>
This div border color is #6B76BE.
.myOpacity80 { color: #6B76BE; opacity: 0.8; }
<p style="color:#6B76BE;opacity:0.8;">80%</p>
Text with #6B76BE color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #6B76BE;}
<p style="text-shadow: 3px 3px 1px #6B76BE">Text here.</p>
This text has shadow with #6B76BE color.
.textShadow {text-shadow: 3px 3px 1px #6B76BE', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #6B76BE, 5px 5px 20px red">Text here.</p>
This text has shadow with #6B76BE primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#6B76BE, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#6B76BE, Direction=45, Strength=4)">Text</p>
This text has shadow with #6B76BE and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #6B76BE;
-webkit-box-shadow: 1px 1px 3px 2px #6B76BE;
box-shadow: 1px 1px 3px 2px #6B76BE;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #6B76BE; -webkit-box-shadow: 1px 1px 3px 2px #6B76BE; box-shadow:1px 1px 3px 2px #6B76BE;">
Div content here
</div>
This text has color #6B76BE on black background.
This text has color #6B76BE on white background.
This text has black color on #6B76BE background.
This text has white color on #6B76BE background.
Complementary color for #hex is #948941.