HEX: #667DAF
RGB: (102,125,175)
#667DAF contains mainly green and blue colors. Web safe color of #667DAF is #666699 (or #669).
#667DAF color RGB value is (102,125,175).
RGB: (102,125,175)
(40%, 49%, 69%)
R 102 of 255 = 40%
G 125 of 255 = 49%
B 175 of 255 = 69%
R + G + B ~ 53%. #667DAF is middle color (not dark and not light).
R + G + B = 102 + 125 + 175 = 402 (100%)
R 102 of 402 ~ 25.37%
G 125 of 402 ~ 31.09%
B 175 of 402 ~ 43.53'%
#667DAF color CMYK value is (42,29,0,31).
CMYK: (42,29,0,31) C42M29Y0K31 (42%,29%,0%,31%) (0.42/0.29/0.00/0.31)
Color #667DAF in popluar color models
66 | 7D | AF | |
---|---|---|---|
RGB | 102 | 125 | 175 |
HSL | 221° | 31.33% | 54.31% |
HSB/HSV | 221° | 41.71% | 68.63% |
CMYK | 41.71% | 28.57% | 0.00% |
31.37% |
Color #667DAF in popluar number systems.
HEX | 66 | 7D | AF |
Decimal | 102 | 125 | 175 |
Binary | 1100110 | 1111101 | 10101111 |
Octal | 146 | 175 | 257 |
Shades of #667DAF
Tints of #667DAF
Examples of css and html codes for elements with #667DAF color. Also use rgb(102,125,175) instead hex code.
.myTextColor { color: #667DAF; }
<p style="color:#667DAF">This sample text font color is #667DAF.</p>
This text font color is #667DAF.
.myBgColor { background-color: #667DAF; }
<div style="background-color:#667DAF">Inner text</div>
This div background color is #667DAF.
.myBorderColor { border: 1px solid #667DAF; }
<div style="border:3px solid #667DAF">Div</div>
This div border color is #667DAF.
.myOpacity80 { color: #667DAF; opacity: 0.8; }
<p style="color:#667DAF;opacity:0.8;">80%</p>
Text with #667DAF color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #667DAF;}
<p style="text-shadow: 3px 3px 1px #667DAF">Text here.</p>
This text has shadow with #667DAF color.
.textShadow {text-shadow: 3px 3px 1px #667DAF', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #667DAF, 5px 5px 20px red">Text here.</p>
This text has shadow with #667DAF primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#667DAF, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#667DAF, Direction=45, Strength=4)">Text</p>
This text has shadow with #667DAF and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #667DAF;
-webkit-box-shadow: 1px 1px 3px 2px #667DAF;
box-shadow: 1px 1px 3px 2px #667DAF;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #667DAF; -webkit-box-shadow: 1px 1px 3px 2px #667DAF; box-shadow:1px 1px 3px 2px #667DAF;">
Div content here
</div>
This text has color #667DAF on black background.
This text has color #667DAF on white background.
This text has black color on #667DAF background.
This text has white color on #667DAF background.
Complementary color for #hex is #998250.