COLOR #6D66CD

HEX: #6D66CD RGB: (109,102,205)

Color info

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

RGB color model

#6D66CD color RGB value is (109,102,205).

RGB: (109,102,205) (43%, 40%, 80%)

RGB channels and saturation

R 109 of 255 = 43%
G 102 of 255 = 40%
B 205 of 255 = 80%

109
102
205

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

Portions of RGB colors in percentages

R + G + B = 109 + 102 + 205 = 416 (100%)
R 109 of 416 ~ 26.2%
G 102 of 416 ~ 24.52%
B 205 of 416 ~ 49.28'%

%26.2
%24.52
%49.28

CMYK color model

#6D66CD color CMYK value is (47,50,0,20).

  • cyan value is 46.83%
  • magenta value is 50.24%
  • yellow value is 0.00%
  • key color value is 19.61%

CMYK: (47,50,0,20)
C47M50Y0K20 (47%, 50%, 0%, 20%)
(0.47 / 0.50 / 0.00 / 0.20)

CMYK percentages

%46.83
%50.24
%0
%19.61

Codes

Color #6D66CD in popluar color models

6D 66 CD
RGB 109 102 205
HSL 244° 50.74% 60.20%
HSB/HSV 244° 50.24% 80.39%
CMYK 46.83% 50.24% 0.00%
19.61%

Color #6D66CD in popluar number systems.

HEX 6D 66 CD
Decimal 109 102 205
Binary 1101101 1100110 11001101
Octal 155 146 315

Shades and tints

Shades of #6D66CD

#6D66CD
(109,102,205)
#645DBB
(100,93,187)
#5B54A9
(91,84,169)
#524B97
(82,75,151)
#494285
(73,66,133)
#403973
(64,57,115)
#373061
(55,48,97)
#2E274F
(46,39,79)
#251E3D
(37,30,61)
#1C152B
(28,21,43)
#130C19
(19,12,25)
#000000
(0,0,0)

Tints of #6D66CD

#6D66CD
(109,102,205)
#7A73D1
(122,115,209)
#8780D5
(135,128,213)
#948DD9
(148,141,217)
#A19ADD
(161,154,221)
#AEA7E1
(174,167,225)
#BBB4E5
(187,180,229)
#C8C1E9
(200,193,233)
#D5CEED
(213,206,237)
#E2DBF1
(226,219,241)
#EFE8F5
(239,232,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6D66CD color. Also use rgb(109,102,205) instead hex code.

Text Font Color

.myTextColor { color: #6D66CD; }

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

This text font color is #6D66CD.

Background Color

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

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

This div background color is #6D66CD.

Border color

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

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

This div border color is #6D66CD.

Opacity

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

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

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

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

This text has shadow with #6D66CD color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #6D66CD.

Preview

Color preview on black background

This text has color #6D66CD on black background.


Color preview on white background

This text has color #6D66CD on white background.


Black color preview on #6D66CD background

This text has black color on #6D66CD background.


White color preview on #6D66CD background

This text has white color on #6D66CD background.


Related colors

Complementary color

Complementary color for #hex is #929932.


I love getcolorcode.com

Triadic colors

1 #CD6D66 and #66CD6D with #6D66CD are triadic colors.

2 #CD666D and #666DCD with #6D66CD are triadic colors.