COLOR #6B5DCD

HEX: #6B5DCD RGB: (107,93,205)

Color info

#6B5DCD contains mainly blue color. Web safe color of #6B5DCD is #6666CC (or #66C).

RGB color model

#6B5DCD color RGB value is (107,93,205).

RGB: (107,93,205) (42%, 36%, 80%)

RGB channels and saturation

R 107 of 255 = 42%
G 93 of 255 = 36%
B 205 of 255 = 80%

107
93
205

R + G + B ~ 53%. #6B5DCD is middle color (not dark and not light).

Portions of RGB colors in percentages

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'%

%26.42
%22.96
%50.62

CMYK color model

#6B5DCD color CMYK value is (48,55,0,20).

  • cyan value is 47.80%
  • magenta value is 54.63%
  • yellow value is 0.00%
  • key color value is 19.61%

CMYK: (48,55,0,20)
C48M55Y0K20 (48%, 55%, 0%, 20%)
(0.48 / 0.55 / 0.00 / 0.20)

CMYK percentages

%47.8
%54.63
%0
%19.61

Codes

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 and tints

Shades of #6B5DCD

#6B5DCD
(107,93,205)
#6255BB
(98,85,187)
#594DA9
(89,77,169)
#504597
(80,69,151)
#473D85
(71,61,133)
#3E3573
(62,53,115)
#352D61
(53,45,97)
#2C254F
(44,37,79)
#231D3D
(35,29,61)
#1A152B
(26,21,43)
#110D19
(17,13,25)
#000000
(0,0,0)

Tints of #6B5DCD

#6B5DCD
(107,93,205)
#786BD1
(120,107,209)
#8579D5
(133,121,213)
#9287D9
(146,135,217)
#9F95DD
(159,149,221)
#ACA3E1
(172,163,225)
#B9B1E5
(185,177,229)
#C6BFE9
(198,191,233)
#D3CDED
(211,205,237)
#E0DBF1
(224,219,241)
#EDE9F5
(237,233,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6B5DCD color. Also use rgb(107,93,205) instead hex code.

Text Font Color

.myTextColor { color: #6B5DCD; }

<p style="color:#6B5DCD">This sample text font color is #6B5DCD.</p>

This text font color is #6B5DCD.

Background Color

.myBgColor { background-color: #6B5DCD; }

<div style="background-color:#6B5DCD">Inner text</div>

This div background color is #6B5DCD.

Border color

.myBorderColor { border: 1px solid #6B5DCD; }

<div style="border:3px solid #6B5DCD">Div</div>

This div border color is #6B5DCD.

Opacity

.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%.

Background with opacity value 100%.
Background with opacity value 80%.
Background with opacity value 50%.
Background with opacity value 30%.

Text shadow color

.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.

Div box shadow color

/* 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 div box has shadow with color #6B5DCD.

Preview

Color preview on black background

This text has color #6B5DCD on black background.


Color preview on white background

This text has color #6B5DCD on white background.


Black color preview on #6B5DCD background

This text has black color on #6B5DCD background.


White color preview on #6B5DCD background

This text has white color on #6B5DCD background.


Related colors

Complementary color

Complementary color for #hex is #94A232.


I love getcolorcode.com

Triadic colors

1 #CD6B5D and #5DCD6B with #6B5DCD are triadic colors.

2 #CD5D6B and #5D6BCD with #6B5DCD are triadic colors.