HEX: #6380BD
RGB: (99,128,189)
#6380BD contains mainly blue color. Web safe color of #6380BD is #6666CC (or #66C).
#6380BD color RGB value is (99,128,189).
RGB: (99,128,189)
(39%, 50%, 74%)
R 99 of 255 = 39%
G 128 of 255 = 50%
B 189 of 255 = 74%
R + G + B ~ 54%. #6380BD is middle color (not dark and not light).
R + G + B = 99 + 128 + 189 = 416 (100%)
R 99 of 416 ~ 23.8%
G 128 of 416 ~ 30.77%
B 189 of 416 ~ 45.43'%
#6380BD color CMYK value is (48,32,0,26).
CMYK: (48,32,0,26) C48M32Y0K26 (48%,32%,0%,26%) (0.48/0.32/0.00/0.26)
Color #6380BD in popluar color models
63 | 80 | BD | |
---|---|---|---|
RGB | 99 | 128 | 189 |
HSL | 221° | 40.54% | 56.47% |
HSB/HSV | 221° | 47.62% | 74.12% |
CMYK | 47.62% | 32.28% | 0.00% |
25.88% |
Color #6380BD in popluar number systems.
HEX | 63 | 80 | BD |
Decimal | 99 | 128 | 189 |
Binary | 1100011 | 10000000 | 10111101 |
Octal | 143 | 200 | 275 |
Shades of #6380BD
Tints of #6380BD
Examples of css and html codes for elements with #6380BD color. Also use rgb(99,128,189) instead hex code.
.myTextColor { color: #6380BD; }
<p style="color:#6380BD">This sample text font color is #6380BD.</p>
This text font color is #6380BD.
.myBgColor { background-color: #6380BD; }
<div style="background-color:#6380BD">Inner text</div>
This div background color is #6380BD.
.myBorderColor { border: 1px solid #6380BD; }
<div style="border:3px solid #6380BD">Div</div>
This div border color is #6380BD.
.myOpacity80 { color: #6380BD; opacity: 0.8; }
<p style="color:#6380BD;opacity:0.8;">80%</p>
Text with #6380BD color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #6380BD;}
<p style="text-shadow: 3px 3px 1px #6380BD">Text here.</p>
This text has shadow with #6380BD color.
.textShadow {text-shadow: 3px 3px 1px #6380BD', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #6380BD, 5px 5px 20px red">Text here.</p>
This text has shadow with #6380BD primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#6380BD, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#6380BD, Direction=45, Strength=4)">Text</p>
This text has shadow with #6380BD and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #6380BD;
-webkit-box-shadow: 1px 1px 3px 2px #6380BD;
box-shadow: 1px 1px 3px 2px #6380BD;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #6380BD; -webkit-box-shadow: 1px 1px 3px 2px #6380BD; box-shadow:1px 1px 3px 2px #6380BD;">
Div content here
</div>
This text has color #6380BD on black background.
This text has color #6380BD on white background.
This text has black color on #6380BD background.
This text has white color on #6380BD background.
Complementary color for #hex is #9C7F42.