HEX: #6684BE
RGB: (102,132,190)
#6684BE contains mainly green and blue colors. Web safe color of #6684BE is #6699CC (or #69C).
#6684BE color RGB value is (102,132,190).
RGB: (102,132,190)
(40%, 52%, 75%)
R 102 of 255 = 40%
G 132 of 255 = 52%
B 190 of 255 = 75%
R + G + B ~ 56%. #6684BE is middle color (not dark and not light).
R + G + B = 102 + 132 + 190 = 424 (100%)
R 102 of 424 ~ 24.06%
G 132 of 424 ~ 31.13%
B 190 of 424 ~ 44.81'%
#6684BE color CMYK value is (46,31,0,25).
CMYK: (46,31,0,25)
C46M31Y0K25 (46%, 31%, 0%, 25%)
(0.46 / 0.31 / 0.00 / 0.25)
Color #6684BE in popluar color models
66 | 84 | BE | |
---|---|---|---|
RGB | 102 | 132 | 190 |
HSL | 220° | 40.37% | 57.25% |
HSB/HSV | 220° | 46.32% | 74.51% |
CMYK | 46.32% | 30.53% | 0.00% |
25.49% |
Color #6684BE in popluar number systems.
HEX | 66 | 84 | BE |
Decimal | 102 | 132 | 190 |
Binary | 1100110 | 10000100 | 10111110 |
Octal | 146 | 204 | 276 |
Shades of #6684BE
Tints of #6684BE
Examples of css and html codes for elements with #6684BE color. Also use rgb(102,132,190) instead hex code.
.myTextColor { color: #6684BE; }
<p style="color:#6684BE">This sample text font color is #6684BE.</p>
This text font color is #6684BE.
.myBgColor { background-color: #6684BE; }
<div style="background-color:#6684BE">Inner text</div>
This div background color is #6684BE.
.myBorderColor { border: 1px solid #6684BE; }
<div style="border:3px solid #6684BE">Div</div>
This div border color is #6684BE.
.myOpacity80 { color: #6684BE; opacity: 0.8; }
<p style="color:#6684BE;opacity:0.8;">80%</p>
Text with #6684BE color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #6684BE;}
<p style="text-shadow: 3px 3px 1px #6684BE">Text here.</p>
This text has shadow with #6684BE color.
.textShadow {text-shadow: 3px 3px 1px #6684BE', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #6684BE, 5px 5px 20px red">Text here.</p>
This text has shadow with #6684BE primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#6684BE, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#6684BE, Direction=45, Strength=4)">Text</p>
This text has shadow with #6684BE and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #6684BE;
-webkit-box-shadow: 1px 1px 3px 2px #6684BE;
box-shadow: 1px 1px 3px 2px #6684BE;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #6684BE; -webkit-box-shadow: 1px 1px 3px 2px #6684BE; box-shadow:1px 1px 3px 2px #6684BE;">
Div content here
</div>
This text has color #6684BE on black background.
This text has color #6684BE on white background.
This text has black color on #6684BE background.
This text has white color on #6684BE background.
Complementary color for #hex is #997B41.