COLOR #6D6896

HEX: #6D6896 RGB: (109,104,150)

Color info

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

RGB color model

#6D6896 color RGB value is (109,104,150).

RGB: (109,104,150) (43%, 41%, 59%)

RGB channels and saturation

R 109 of 255 = 43%
G 104 of 255 = 41%
B 150 of 255 = 59%

109
104
150

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

Portions of RGB colors in percentages

R + G + B = 109 + 104 + 150 = 363 (100%)
R 109 of 363 ~ 30.03%
G 104 of 363 ~ 28.65%
B 150 of 363 ~ 41.32'%

%30.03
%28.65
%41.32

CMYK color model

#6D6896 color CMYK value is (27,31,0,41).

  • cyan value is 27.33%
  • magenta value is 30.67%
  • yellow value is 0.00%
  • key color value is 41.18%

CMYK: (27,31,0,41)
C27M31Y0K41 (27%, 31%, 0%, 41%)
(0.27 / 0.31 / 0.00 / 0.41)

CMYK percentages

%27.33
%30.67
%0
%41.18

Codes

Color #6D6896 in popluar color models

6D 68 96
RGB 109 104 150
HSL 247° 18.11% 49.80%
HSB/HSV 247° 30.67% 58.82%
CMYK 27.33% 30.67% 0.00%
41.18%

Color #6D6896 in popluar number systems.

HEX 6D 68 96
Decimal 109 104 150
Binary 1101101 1101000 10010110
Octal 155 150 226

Shades and tints

Shades of #6D6896

#6D6896
(109,104,150)
#645F89
(100,95,137)
#5B567C
(91,86,124)
#524D6F
(82,77,111)
#494462
(73,68,98)
#403B55
(64,59,85)
#373248
(55,50,72)
#2E293B
(46,41,59)
#25202E
(37,32,46)
#1C1721
(28,23,33)
#130E14
(19,14,20)
#000000
(0,0,0)

Tints of #6D6896

#6D6896
(109,104,150)
#7A759F
(122,117,159)
#8782A8
(135,130,168)
#948FB1
(148,143,177)
#A19CBA
(161,156,186)
#AEA9C3
(174,169,195)
#BBB6CC
(187,182,204)
#C8C3D5
(200,195,213)
#D5D0DE
(213,208,222)
#E2DDE7
(226,221,231)
#EFEAF0
(239,234,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6D6896; }

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

This text font color is #6D6896.

Background Color

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

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

This div background color is #6D6896.

Border color

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

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

This div border color is #6D6896.

Opacity

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

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

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

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

This text has shadow with #6D6896 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #6D6896.

Preview

Color preview on black background

This text has color #6D6896 on black background.


Color preview on white background

This text has color #6D6896 on white background.


Black color preview on #6D6896 background

This text has black color on #6D6896 background.


White color preview on #6D6896 background

This text has white color on #6D6896 background.


Related colors

Complementary color

Complementary color for #hex is #929769.


I love getcolorcode.com

Triadic colors

1 #966D68 and #68966D with #6D6896 are triadic colors.

2 #96686D and #686D96 with #6D6896 are triadic colors.