COLOR #6D6596

HEX: #6D6596
RGB: (109,101,150)

Color info

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

RGB color model

#6D6596 color RGB value is (109,101,150).

  • red value is 109;
  • green value is 101;
  • blue value is 150.
RGB:
(109,101,150)
(43%,40%,59%)

RGB channels and saturation

R 109 of 255 = 43%
G 101 of 255 = 40%
B 150 of 255 = 59%

109
101
150

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

Portions of RGB colors in percentages

R + G + B =
109 + 101 + 150 = 360 (100%)
R 109 of 360 ~ 30.28%
G 101 of 360 ~ 28.06%
B 150 of 360 ~ 41.67%

%30.28
%28.06
%41.67

CMYK color model

#6D6596 color CMYK value is (27,33,0,41).

  • cyan value is 27.33%
  • magenta value is 32.67%
  • yellow value is 0.00%
  • key color value is 41.18%
CMYK:
(27,33,0,41)
C27M33Y0K41 
(27%,33%,0%,41%)
(0.27/0.33/0.00/0.41)	

CMYK percentages

%27.33
%32.67
%0
%41.18

Codes

Color #6D6596 in popluar color models

6D6596
RGB109101150
HSL250°19.52%49.22%
HSB/HSV250°32.67%58.82%
CMYK27.33%32.67%0.00%
41.18%

Color #6D6596 in popluar number systems.

HEX6D6596
Decimal109101150
Binary1101101110010110010110
Octal155145226

Shades and tints

Shades of #6D6596

#6D6596
(109,101,150)
#645C89
(100,92,137)
#5B537C
(91,83,124)
#524A6F
(82,74,111)
#494162
(73,65,98)
#403855
(64,56,85)
#372F48
(55,47,72)
#2E263B
(46,38,59)
#251D2E
(37,29,46)
#1C1421
(28,20,33)
#130B14
(19,11,20)
#000000
(0,0,0)

Tints of #6D6596

#6D6596
(109,101,150)
#7A739F
(122,115,159)
#8781A8
(135,129,168)
#948FB1
(148,143,177)
#A19DBA
(161,157,186)
#AEABC3
(174,171,195)
#BBB9CC
(187,185,204)
#C8C7D5
(200,199,213)
#D5D5DE
(213,213,222)
#E2E3E7
(226,227,231)
#EFF1F0
(239,241,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6D6596; }

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

This text font color is #6D6596.


Background Color

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

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

This div background color is #6D6596.


Border color

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

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

This div border color is #6D6596.


Opacity

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

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

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

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

This text has shadow with #6D6596 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6D6596 on black background.


Color preview on white background

This text has color #6D6596 on white background.



Black color preview on #6D6596 background

This text has black color on #6D6596 background.


White color preview on #6D6596 background

This text has white color on #6D6596 background.