HEX: #667DBE
RGB: (102,125,190)
#667DBE contains mainly blue color. Web safe color of #667DBE is #6666CC (or #66C).
#667DBE color RGB value is (102,125,190).
RGB: (102,125,190)
(40%, 49%, 75%)
R 102 of 255 = 40%
G 125 of 255 = 49%
B 190 of 255 = 75%
R + G + B ~ 55%. #667DBE is middle color (not dark and not light).
R + G + B = 102 + 125 + 190 = 417 (100%)
R 102 of 417 ~ 24.46%
G 125 of 417 ~ 29.98%
B 190 of 417 ~ 45.56'%
#667DBE color CMYK value is (46,34,0,25).
CMYK: (46,34,0,25)
C46M34Y0K25 (46%, 34%, 0%, 25%)
(0.46 / 0.34 / 0.00 / 0.25)
Color #667DBE in popluar color models
66 | 7D | BE | |
---|---|---|---|
RGB | 102 | 125 | 190 |
HSL | 224° | 40.37% | 57.25% |
HSB/HSV | 224° | 46.32% | 74.51% |
CMYK | 46.32% | 34.21% | 0.00% |
25.49% |
Color #667DBE in popluar number systems.
HEX | 66 | 7D | BE |
Decimal | 102 | 125 | 190 |
Binary | 1100110 | 1111101 | 10111110 |
Octal | 146 | 175 | 276 |
Shades of #667DBE
Tints of #667DBE
Examples of css and html codes for elements with #667DBE color. Also use rgb(102,125,190) instead hex code.
.myTextColor { color: #667DBE; }
<p style="color:#667DBE">This sample text font color is #667DBE.</p>
This text font color is #667DBE.
.myBgColor { background-color: #667DBE; }
<div style="background-color:#667DBE">Inner text</div>
This div background color is #667DBE.
.myBorderColor { border: 1px solid #667DBE; }
<div style="border:3px solid #667DBE">Div</div>
This div border color is #667DBE.
.myOpacity80 { color: #667DBE; opacity: 0.8; }
<p style="color:#667DBE;opacity:0.8;">80%</p>
Text with #667DBE color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #667DBE;}
<p style="text-shadow: 3px 3px 1px #667DBE">Text here.</p>
This text has shadow with #667DBE color.
.textShadow {text-shadow: 3px 3px 1px #667DBE', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #667DBE, 5px 5px 20px red">Text here.</p>
This text has shadow with #667DBE primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#667DBE, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#667DBE, Direction=45, Strength=4)">Text</p>
This text has shadow with #667DBE and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #667DBE;
-webkit-box-shadow: 1px 1px 3px 2px #667DBE;
box-shadow: 1px 1px 3px 2px #667DBE;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #667DBE; -webkit-box-shadow: 1px 1px 3px 2px #667DBE; box-shadow:1px 1px 3px 2px #667DBE;">
Div content here
</div>
This text has color #667DBE on black background.
This text has color #667DBE on white background.
This text has black color on #667DBE background.
This text has white color on #667DBE background.
Complementary color for #hex is #998241.