COLOR #6D669A

HEX: #6D669A
RGB: (109,102,154)

Color info

#6D669A contains red, green and blue colors in about the same proportion. Web safe color of #6D669A is #666699 (or #669).

RGB color model

#6D669A color RGB value is (109,102,154).

  • red value is 109;
  • green value is 102;
  • blue value is 154.
RGB:
(109,102,154)
(43%,40%,60%)

RGB channels and saturation

R 109 of 255 = 43%
G 102 of 255 = 40%
B 154 of 255 = 60%

109
102
154

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

Portions of RGB colors in percentages

R + G + B =
109 + 102 + 154 = 365 (100%)
R 109 of 365 ~ 29.86%
G 102 of 365 ~ 27.95%
B 154 of 365 ~ 42.19%

%29.86
%27.95
%42.19

CMYK color model

#6D669A color CMYK value is (29,34,0,40).

  • cyan value is 29.22%
  • magenta value is 33.77%
  • yellow value is 0.00%
  • key color value is 39.61%
CMYK:
(29,34,0,40)
C29M34Y0K40 
(29%,34%,0%,40%)
(0.29/0.34/0.00/0.40)	

CMYK percentages

%29.22
%33.77
%0
%39.61

Codes

Color #6D669A in popluar color models

6D669A
RGB109102154
HSL248°20.47%50.20%
HSB/HSV248°33.77%60.39%
CMYK29.22%33.77%0.00%
39.61%

Color #6D669A in popluar number systems.

HEX6D669A
Decimal109102154
Binary1101101110011010011010
Octal155146232

Shades and tints

Shades of #6D669A

#6D669A
(109,102,154)
#645D8C
(100,93,140)
#5B547E
(91,84,126)
#524B70
(82,75,112)
#494262
(73,66,98)
#403954
(64,57,84)
#373046
(55,48,70)
#2E2738
(46,39,56)
#251E2A
(37,30,42)
#1C151C
(28,21,28)
#130C0E
(19,12,14)
#000000
(0,0,0)

Tints of #6D669A

#6D669A
(109,102,154)
#7A73A3
(122,115,163)
#8780AC
(135,128,172)
#948DB5
(148,141,181)
#A19ABE
(161,154,190)
#AEA7C7
(174,167,199)
#BBB4D0
(187,180,208)
#C8C1D9
(200,193,217)
#D5CEE2
(213,206,226)
#E2DBEB
(226,219,235)
#EFE8F4
(239,232,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6D669A; }

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

This text font color is #6D669A.


Background Color

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

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

This div background color is #6D669A.


Border color

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

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

This div border color is #6D669A.


Opacity

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

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

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

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

This text has shadow with #6D669A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6D669A on black background.


Color preview on white background

This text has color #6D669A on white background.



Black color preview on #6D669A background

This text has black color on #6D669A background.


White color preview on #6D669A background

This text has white color on #6D669A background.