COLOR #6D66AD

HEX: #6D66AD RGB: (109,102,173)

Color info

#6D66AD contains mainly blue color. Web safe color of #6D66AD is #666699 (or #669).

RGB color model

#6D66AD color RGB value is (109,102,173).

RGB: (109,102,173) (43%, 40%, 68%)

RGB channels and saturation

R 109 of 255 = 43%
G 102 of 255 = 40%
B 173 of 255 = 68%

109
102
173

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

Portions of RGB colors in percentages

R + G + B = 109 + 102 + 173 = 384 (100%)
R 109 of 384 ~ 28.39%
G 102 of 384 ~ 26.56%
B 173 of 384 ~ 45.05'%

%28.39
%26.56
%45.05

CMYK color model

#6D66AD color CMYK value is (37,41,0,32).

  • cyan value is 36.99%
  • magenta value is 41.04%
  • yellow value is 0.00%
  • key color value is 32.16%

CMYK: (37,41,0,32)
C37M41Y0K32 (37%, 41%, 0%, 32%)
(0.37 / 0.41 / 0.00 / 0.32)

CMYK percentages

%36.99
%41.04
%0
%32.16

Codes

Color #6D66AD in popluar color models

6D 66 AD
RGB 109 102 173
HSL 246° 30.21% 53.92%
HSB/HSV 246° 41.04% 67.84%
CMYK 36.99% 41.04% 0.00%
32.16%

Color #6D66AD in popluar number systems.

HEX 6D 66 AD
Decimal 109 102 173
Binary 1101101 1100110 10101101
Octal 155 146 255

Shades and tints

Shades of #6D66AD

#6D66AD
(109,102,173)
#645D9E
(100,93,158)
#5B548F
(91,84,143)
#524B80
(82,75,128)
#494271
(73,66,113)
#403962
(64,57,98)
#373053
(55,48,83)
#2E2744
(46,39,68)
#251E35
(37,30,53)
#1C1526
(28,21,38)
#130C17
(19,12,23)
#000000
(0,0,0)

Tints of #6D66AD

#6D66AD
(109,102,173)
#7A73B4
(122,115,180)
#8780BB
(135,128,187)
#948DC2
(148,141,194)
#A19AC9
(161,154,201)
#AEA7D0
(174,167,208)
#BBB4D7
(187,180,215)
#C8C1DE
(200,193,222)
#D5CEE5
(213,206,229)
#E2DBEC
(226,219,236)
#EFE8F3
(239,232,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6D66AD; }

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

This text font color is #6D66AD.

Background Color

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

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

This div background color is #6D66AD.

Border color

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

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

This div border color is #6D66AD.

Opacity

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

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

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

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

This text has shadow with #6D66AD color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #6D66AD.

Preview

Color preview on black background

This text has color #6D66AD on black background.


Color preview on white background

This text has color #6D66AD on white background.


Black color preview on #6D66AD background

This text has black color on #6D66AD background.


White color preview on #6D66AD background

This text has white color on #6D66AD background.


Related colors

Complementary color

Complementary color for #hex is #929952.


I love getcolorcode.com

Triadic colors

1 #AD6D66 and #66AD6D with #6D66AD are triadic colors.

2 #AD666D and #666DAD with #6D66AD are triadic colors.