COLOR #6D689B

HEX: #6D689B RGB: (109,104,155)

Color info

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

RGB color model

#6D689B color RGB value is (109,104,155).

RGB: (109,104,155) (43%, 41%, 61%)

RGB channels and saturation

R 109 of 255 = 43%
G 104 of 255 = 41%
B 155 of 255 = 61%

109
104
155

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

Portions of RGB colors in percentages

R + G + B = 109 + 104 + 155 = 368 (100%)
R 109 of 368 ~ 29.62%
G 104 of 368 ~ 28.26%
B 155 of 368 ~ 42.12'%

%29.62
%28.26
%42.12

CMYK color model

#6D689B color CMYK value is (30,33,0,39).

  • cyan value is 29.68%
  • magenta value is 32.90%
  • yellow value is 0.00%
  • key color value is 39.22%
CMYK: (30,33,0,39) C30M33Y0K39 (30%,33%,0%,39%) (0.30/0.33/0.00/0.39) 

CMYK percentages

%29.68
%32.9
%0
%39.22

Codes

Color #6D689B in popluar color models

6D 68 9B
RGB 109 104 155
HSL 246° 20.32% 50.78%
HSB/HSV 246° 32.90% 60.78%
CMYK 29.68% 32.90% 0.00%
39.22%

Color #6D689B in popluar number systems.

HEX 6D 68 9B
Decimal 109 104 155
Binary 1101101 1101000 10011011
Octal 155 150 233

Shades and tints

Shades of #6D689B

#6D689B
(109,104,155)
#645F8D
(100,95,141)
#5B567F
(91,86,127)
#524D71
(82,77,113)
#494463
(73,68,99)
#403B55
(64,59,85)
#373247
(55,50,71)
#2E2939
(46,41,57)
#25202B
(37,32,43)
#1C171D
(28,23,29)
#130E0F
(19,14,15)
#000000
(0,0,0)

Tints of #6D689B

#6D689B
(109,104,155)
#7A75A4
(122,117,164)
#8782AD
(135,130,173)
#948FB6
(148,143,182)
#A19CBF
(161,156,191)
#AEA9C8
(174,169,200)
#BBB6D1
(187,182,209)
#C8C3DA
(200,195,218)
#D5D0E3
(213,208,227)
#E2DDEC
(226,221,236)
#EFEAF5
(239,234,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6D689B color. Also use rgb(109,104,155) instead hex code.

Text Font Color

.myTextColor { color: #6D689B; }

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

This text font color is #6D689B.

Background Color

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

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

This div background color is #6D689B.

Border color

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

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

This div border color is #6D689B.

Opacity

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

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

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

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

This text has shadow with #6D689B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #6D689B.

Preview

Color preview on black background

This text has color #6D689B on black background.


Color preview on white background

This text has color #6D689B on white background.


Black color preview on #6D689B background

This text has black color on #6D689B background.


White color preview on #6D689B background

This text has white color on #6D689B background.


Related colors

Complementary color

Complementary color for #hex is #929764.


I love getcolorcode.com

Triadic colors

1 #9B6D68 and #689B6D with #6D689B are triadic colors.

2 #9B686D and #686D9B with #6D689B are triadic colors.