HEX: #6381CC
RGB: (99,129,204)
#6381CC contains mainly blue color. Web safe color of #6381CC is #6699CC (or #69C).
#6381CC color RGB value is (99,129,204).
RGB: (99,129,204)
(39%, 51%, 80%)
R 99 of 255 = 39%
G 129 of 255 = 51%
B 204 of 255 = 80%
R + G + B ~ 57%. #6381CC is middle color (not dark and not light).
R + G + B = 99 + 129 + 204 = 432 (100%)
R 99 of 432 ~ 22.92%
G 129 of 432 ~ 29.86%
B 204 of 432 ~ 47.22'%
#6381CC color CMYK value is (51,37,0,20).
CMYK: (51,37,0,20)
C51M37Y0K20 (51%, 37%, 0%, 20%)
(0.51 / 0.37 / 0.00 / 0.20)
Color #6381CC in popluar color models
63 | 81 | CC | |
---|---|---|---|
RGB | 99 | 129 | 204 |
HSL | 223° | 50.72% | 59.41% |
HSB/HSV | 223° | 51.47% | 80.00% |
CMYK | 51.47% | 36.76% | 0.00% |
20.00% |
Color #6381CC in popluar number systems.
HEX | 63 | 81 | CC |
Decimal | 99 | 129 | 204 |
Binary | 1100011 | 10000001 | 11001100 |
Octal | 143 | 201 | 314 |
Shades of #6381CC
Tints of #6381CC
Examples of css and html codes for elements with #6381CC color. Also use rgb(99,129,204) instead hex code.
.myTextColor { color: #6381CC; }
<p style="color:#6381CC">This sample text font color is #6381CC.</p>
This text font color is #6381CC.
.myBgColor { background-color: #6381CC; }
<div style="background-color:#6381CC">Inner text</div>
This div background color is #6381CC.
.myBorderColor { border: 1px solid #6381CC; }
<div style="border:3px solid #6381CC">Div</div>
This div border color is #6381CC.
.myOpacity80 { color: #6381CC; opacity: 0.8; }
<p style="color:#6381CC;opacity:0.8;">80%</p>
Text with #6381CC color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #6381CC;}
<p style="text-shadow: 3px 3px 1px #6381CC">Text here.</p>
This text has shadow with #6381CC color.
.textShadow {text-shadow: 3px 3px 1px #6381CC', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #6381CC, 5px 5px 20px red">Text here.</p>
This text has shadow with #6381CC primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#6381CC, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#6381CC, Direction=45, Strength=4)">Text</p>
This text has shadow with #6381CC and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #6381CC;
-webkit-box-shadow: 1px 1px 3px 2px #6381CC;
box-shadow: 1px 1px 3px 2px #6381CC;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #6381CC; -webkit-box-shadow: 1px 1px 3px 2px #6381CC; box-shadow:1px 1px 3px 2px #6381CC;">
Div content here
</div>
This text has color #6381CC on black background.
This text has color #6381CC on white background.
This text has black color on #6381CC background.
This text has white color on #6381CC background.
Complementary color for #hex is #9C7E33.