HEX: #6B5DCD
RGB: (107,93,205)
#6B5DCD contains mainly blue color. Web safe color of #6B5DCD is #6666CC (or #66C).
#6B5DCD color RGB value is (107,93,205).
RGB: (107,93,205)
(42%, 36%, 80%)
R 107 of 255 = 42%
G 93 of 255 = 36%
B 205 of 255 = 80%
R + G + B ~ 53%. #6B5DCD is middle color (not dark and not light).
R + G + B = 107 + 93 + 205 = 405 (100%)
R 107 of 405 ~ 26.42%
G 93 of 405 ~ 22.96%
B 205 of 405 ~ 50.62'%
#6B5DCD color CMYK value is (48,55,0,20).
CMYK: (48,55,0,20)
C48M55Y0K20 (48%, 55%, 0%, 20%)
(0.48 / 0.55 / 0.00 / 0.20)
Color #6B5DCD in popluar color models
6B | 5D | CD | |
---|---|---|---|
RGB | 107 | 93 | 205 |
HSL | 248° | 52.83% | 58.43% |
HSB/HSV | 248° | 54.63% | 80.39% |
CMYK | 47.80% | 54.63% | 0.00% |
19.61% |
Color #6B5DCD in popluar number systems.
HEX | 6B | 5D | CD |
Decimal | 107 | 93 | 205 |
Binary | 1101011 | 1011101 | 11001101 |
Octal | 153 | 135 | 315 |
Shades of #6B5DCD
Tints of #6B5DCD
Examples of css and html codes for elements with #6B5DCD color. Also use rgb(107,93,205) instead hex code.
.myTextColor { color: #6B5DCD; }
<p style="color:#6B5DCD">This sample text font color is #6B5DCD.</p>
This text font color is #6B5DCD.
.myBgColor { background-color: #6B5DCD; }
<div style="background-color:#6B5DCD">Inner text</div>
This div background color is #6B5DCD.
.myBorderColor { border: 1px solid #6B5DCD; }
<div style="border:3px solid #6B5DCD">Div</div>
This div border color is #6B5DCD.
.myOpacity80 { color: #6B5DCD; opacity: 0.8; }
<p style="color:#6B5DCD;opacity:0.8;">80%</p>
Text with #6B5DCD color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #6B5DCD;}
<p style="text-shadow: 3px 3px 1px #6B5DCD">Text here.</p>
This text has shadow with #6B5DCD color.
.textShadow {text-shadow: 3px 3px 1px #6B5DCD', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #6B5DCD, 5px 5px 20px red">Text here.</p>
This text has shadow with #6B5DCD primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#6B5DCD, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#6B5DCD, Direction=45, Strength=4)">Text</p>
This text has shadow with #6B5DCD and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #6B5DCD;
-webkit-box-shadow: 1px 1px 3px 2px #6B5DCD;
box-shadow: 1px 1px 3px 2px #6B5DCD;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #6B5DCD; -webkit-box-shadow: 1px 1px 3px 2px #6B5DCD; box-shadow:1px 1px 3px 2px #6B5DCD;">
Div content here
</div>
This text has color #6B5DCD on black background.
This text has color #6B5DCD on white background.
This text has black color on #6B5DCD background.
This text has white color on #6B5DCD background.
Complementary color for #hex is #94A232.