COLOR #6D6593

HEX: #6D6593
RGB: (109,101,147)

Color info

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

RGB color model

#6D6593 color RGB value is (109,101,147).

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

RGB channels and saturation

R 109 of 255 = 43%
G 101 of 255 = 40%
B 147 of 255 = 58%

109
101
147

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

Portions of RGB colors in percentages

R + G + B =
109 + 101 + 147 = 357 (100%)
R 109 of 357 ~ 30.53%
G 101 of 357 ~ 28.29%
B 147 of 357 ~ 41.18%

%30.53
%28.29
%41.18

CMYK color model

#6D6593 color CMYK value is (26,31,0,42).

  • cyan value is 25.85%
  • magenta value is 31.29%
  • yellow value is 0.00%
  • key color value is 42.35%
CMYK:
(26,31,0,42)
C26M31Y0K42 
(26%,31%,0%,42%)
(0.26/0.31/0.00/0.42)	

CMYK percentages

%25.85
%31.29
%0
%42.35

Codes

Color #6D6593 in popluar color models

6D6593
RGB109101147
HSL250°18.55%48.63%
HSB/HSV250°31.29%57.65%
CMYK25.85%31.29%0.00%
42.35%

Color #6D6593 in popluar number systems.

HEX6D6593
Decimal109101147
Binary1101101110010110010011
Octal155145223

Shades and tints

Shades of #6D6593

#6D6593
(109,101,147)
#645C86
(100,92,134)
#5B5379
(91,83,121)
#524A6C
(82,74,108)
#49415F
(73,65,95)
#403852
(64,56,82)
#372F45
(55,47,69)
#2E2638
(46,38,56)
#251D2B
(37,29,43)
#1C141E
(28,20,30)
#130B11
(19,11,17)
#000000
(0,0,0)

Tints of #6D6593

#6D6593
(109,101,147)
#7A739C
(122,115,156)
#8781A5
(135,129,165)
#948FAE
(148,143,174)
#A19DB7
(161,157,183)
#AEABC0
(174,171,192)
#BBB9C9
(187,185,201)
#C8C7D2
(200,199,210)
#D5D5DB
(213,213,219)
#E2E3E4
(226,227,228)
#EFF1ED
(239,241,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6D6593; }

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

This text font color is #6D6593.


Background Color

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

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

This div background color is #6D6593.


Border color

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

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

This div border color is #6D6593.


Opacity

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

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

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

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

This text has shadow with #6D6593 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6D6593 on black background.


Color preview on white background

This text has color #6D6593 on white background.



Black color preview on #6D6593 background

This text has black color on #6D6593 background.


White color preview on #6D6593 background

This text has white color on #6D6593 background.