COLOR #6B5DC1

HEX: #6B5DC1
RGB: (107,93,193)

Color info

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

RGB color model

#6B5DC1 color RGB value is (107,93,193).

  • red value is 107;
  • green value is 93;
  • blue value is 193.
RGB:
(107,93,193)
(42%,36%,76%)

RGB channels and saturation

R 107 of 255 = 42%
G 93 of 255 = 36%
B 193 of 255 = 76%

107
93
193

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

Portions of RGB colors in percentages

R + G + B =
107 + 93 + 193 = 393 (100%)
R 107 of 393 ~ 27.23%
G 93 of 393 ~ 23.66%
B 193 of 393 ~ 49.11%

%27.23
%23.66
%49.11

CMYK color model

#6B5DC1 color CMYK value is (45,52,0,24).

  • cyan value is 44.56%
  • magenta value is 51.81%
  • yellow value is 0.00%
  • key color value is 24.31%
CMYK:
(45,52,0,24)
C45M52Y0K24 
(45%,52%,0%,24%)
(0.45/0.52/0.00/0.24)	

CMYK percentages

%44.56
%51.81
%0
%24.31

Codes

Color #6B5DC1 in popluar color models

6B5DC1
RGB10793193
HSL248°44.64%56.08%
HSB/HSV248°51.81%75.69%
CMYK44.56%51.81%0.00%
24.31%

Color #6B5DC1 in popluar number systems.

HEX6B5DC1
Decimal10793193
Binary1101011101110111000001
Octal153135301

Shades and tints

Shades of #6B5DC1

#6B5DC1
(107,93,193)
#6255B0
(98,85,176)
#594D9F
(89,77,159)
#50458E
(80,69,142)
#473D7D
(71,61,125)
#3E356C
(62,53,108)
#352D5B
(53,45,91)
#2C254A
(44,37,74)
#231D39
(35,29,57)
#1A1528
(26,21,40)
#110D17
(17,13,23)
#000000
(0,0,0)

Tints of #6B5DC1

#6B5DC1
(107,93,193)
#786BC6
(120,107,198)
#8579CB
(133,121,203)
#9287D0
(146,135,208)
#9F95D5
(159,149,213)
#ACA3DA
(172,163,218)
#B9B1DF
(185,177,223)
#C6BFE4
(198,191,228)
#D3CDE9
(211,205,233)
#E0DBEE
(224,219,238)
#EDE9F3
(237,233,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6B5DC1; }

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

This text font color is #6B5DC1.


Background Color

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

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

This div background color is #6B5DC1.


Border color

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

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

This div border color is #6B5DC1.


Opacity

.myOpacity80 { color: #6B5DC1; opacity: 0.8; }

<p style="color:#6B5DC1;opacity:0.8;">80%</p>

Text with #6B5DC1 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 #6B5DC1;}

<p style="text-shadow: 3px 3px 1px #6B5DC1">Text here.</p>

This text has shadow with #6B5DC1 color.

.textShadow {text-shadow: 3px 3px 1px #6B5DC1, 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #6B5DC1, 5px 5px 20px red">Text here.</p>

This text has shadow with #6B5DC1 primary color and red secondary color.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#6B5DC1, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#6B5DC1, Direction=45, Strength=4)">Text</p>

This text has shadow with #6B5DC1 and red colors in old Internet Explorer.


Div box shadow color

/* css code */
.divShadow
{
  -moz-box-shadow:	1px 1px 3px 2px #6B5DC1;
  -webkit-box-shadow:	1px 1px 3px 2px #6B5DC1;
  box-shadow:		1px 1px 3px 2px #6B5DC1;
}

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #6B5DC1;
-webkit-box-shadow: 1px 1px 3px 2px #6B5DC1;
box-shadow:1px 1px 3px 2px #6B5DC1;">
Div content here</div>
This div box has shadow with color #6B5DC1.

Preview

Color preview on black background

This text has color #6B5DC1 on black background.


Color preview on white background

This text has color #6B5DC1 on white background.



Black color preview on #6B5DC1 background

This text has black color on #6B5DC1 background.


White color preview on #6B5DC1 background

This text has white color on #6B5DC1 background.