HEX: #6474CC
RGB: (100,116,204)
#6474CC contains mainly blue color. Web safe color of #6474CC is #6666CC (or #66C).
#6474CC color RGB value is (100,116,204).
RGB: (100,116,204)
(39%, 45%, 80%)
R 100 of 255 = 39%
G 116 of 255 = 45%
B 204 of 255 = 80%
R + G + B ~ 55%. #6474CC is middle color (not dark and not light).
R + G + B = 100 + 116 + 204 = 420 (100%)
R 100 of 420 ~ 23.81%
G 116 of 420 ~ 27.62%
B 204 of 420 ~ 48.57'%
#6474CC color CMYK value is (51,43,0,20).
CMYK: (51,43,0,20) C51M43Y0K20 (51%,43%,0%,20%) (0.51/0.43/0.00/0.20)
Color #6474CC in popluar color models
64 | 74 | CC | |
---|---|---|---|
RGB | 100 | 116 | 204 |
HSL | 231° | 50.49% | 59.61% |
HSB/HSV | 231° | 50.98% | 80.00% |
CMYK | 50.98% | 43.14% | 0.00% |
20.00% |
Color #6474CC in popluar number systems.
HEX | 64 | 74 | CC |
Decimal | 100 | 116 | 204 |
Binary | 1100100 | 1110100 | 11001100 |
Octal | 144 | 164 | 314 |
Shades of #6474CC
Tints of #6474CC
Examples of css and html codes for elements with #6474CC color. Also use rgb(100,116,204) instead hex code.
.myTextColor { color: #6474CC; }
<p style="color:#6474CC">This sample text font color is #6474CC.</p>
This text font color is #6474CC.
.myBgColor { background-color: #6474CC; }
<div style="background-color:#6474CC">Inner text</div>
This div background color is #6474CC.
.myBorderColor { border: 1px solid #6474CC; }
<div style="border:3px solid #6474CC">Div</div>
This div border color is #6474CC.
.myOpacity80 { color: #6474CC; opacity: 0.8; }
<p style="color:#6474CC;opacity:0.8;">80%</p>
Text with #6474CC color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #6474CC;}
<p style="text-shadow: 3px 3px 1px #6474CC">Text here.</p>
This text has shadow with #6474CC color.
.textShadow {text-shadow: 3px 3px 1px #6474CC', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #6474CC, 5px 5px 20px red">Text here.</p>
This text has shadow with #6474CC primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#6474CC, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#6474CC, Direction=45, Strength=4)">Text</p>
This text has shadow with #6474CC and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #6474CC;
-webkit-box-shadow: 1px 1px 3px 2px #6474CC;
box-shadow: 1px 1px 3px 2px #6474CC;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #6474CC; -webkit-box-shadow: 1px 1px 3px 2px #6474CC; box-shadow:1px 1px 3px 2px #6474CC;">
Div content here
</div>
This text has color #6474CC on black background.
This text has color #6474CC on white background.
This text has black color on #6474CC background.
This text has white color on #6474CC background.
Complementary color for #hex is #9B8B33.