COLOR #6D6CDB

HEX: #6D6CDB
RGB: (109,108,219)

Color info

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

RGB color model

#6D6CDB color RGB value is (109,108,219).

  • red value is 109;
  • green value is 108;
  • blue value is 219.
RGB:
(109,108,219)
(43%,42%,86%)

RGB channels and saturation

R 109 of 255 = 43%
G 108 of 255 = 42%
B 219 of 255 = 86%

109
108
219

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

Portions of RGB colors in percentages

R + G + B =
109 + 108 + 219 = 436 (100%)
R 109 of 436 ~ 25%
G 108 of 436 ~ 24.77%
B 219 of 436 ~ 50.23%

%25
%24.77
%50.23

CMYK color model

#6D6CDB color CMYK value is (50,51,0,14).

  • cyan value is 50.23%
  • magenta value is 50.68%
  • yellow value is 0.00%
  • key color value is 14.12%
CMYK:
(50,51,0,14)
C50M51Y0K14 
(50%,51%,0%,14%)
(0.50/0.51/0.00/0.14)	

CMYK percentages

%50.23
%50.68
%0
%14.12

Codes

Color #6D6CDB in popluar color models

6D6CDB
RGB109108219
HSL241°60.66%64.12%
HSB/HSV241°50.68%85.88%
CMYK50.23%50.68%0.00%
14.12%

Color #6D6CDB in popluar number systems.

HEX6D6CDB
Decimal109108219
Binary1101101110110011011011
Octal155154333

Shades and tints

Shades of #6D6CDB

#6D6CDB
(109,108,219)
#6463C8
(100,99,200)
#5B5AB5
(91,90,181)
#5251A2
(82,81,162)
#49488F
(73,72,143)
#403F7C
(64,63,124)
#373669
(55,54,105)
#2E2D56
(46,45,86)
#252443
(37,36,67)
#1C1B30
(28,27,48)
#13121D
(19,18,29)
#000000
(0,0,0)

Tints of #6D6CDB

#6D6CDB
(109,108,219)
#7A79DE
(122,121,222)
#8786E1
(135,134,225)
#9493E4
(148,147,228)
#A1A0E7
(161,160,231)
#AEADEA
(174,173,234)
#BBBAED
(187,186,237)
#C8C7F0
(200,199,240)
#D5D4F3
(213,212,243)
#E2E1F6
(226,225,246)
#EFEEF9
(239,238,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6D6CDB color. Also use rgb(109,108,219) instead hex code.

Text Font Color

.myTextColor { color: #6D6CDB; }

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

This text font color is #6D6CDB.


Background Color

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

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

This div background color is #6D6CDB.


Border color

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

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

This div border color is #6D6CDB.


Opacity

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

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

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

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

This text has shadow with #6D6CDB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6D6CDB on black background.


Color preview on white background

This text has color #6D6CDB on white background.



Black color preview on #6D6CDB background

This text has black color on #6D6CDB background.


White color preview on #6D6CDB background

This text has white color on #6D6CDB background.