COLOR #6D6693

HEX: #6D6693
RGB: (109,102,147)

Color info

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

RGB color model

#6D6693 color RGB value is (109,102,147).

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

RGB channels and saturation

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

109
102
147

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

Portions of RGB colors in percentages

R + G + B =
109 + 102 + 147 = 358 (100%)
R 109 of 358 ~ 30.45%
G 102 of 358 ~ 28.49%
B 147 of 358 ~ 41.06%

%30.45
%28.49
%41.06

CMYK color model

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

  • cyan value is 25.85%
  • magenta value is 30.61%
  • 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
%30.61
%0
%42.35

Codes

Color #6D6693 in popluar color models

6D6693
RGB109102147
HSL249°18.07%48.82%
HSB/HSV249°30.61%57.65%
CMYK25.85%30.61%0.00%
42.35%

Color #6D6693 in popluar number systems.

HEX6D6693
Decimal109102147
Binary1101101110011010010011
Octal155146223

Shades and tints

Shades of #6D6693

#6D6693
(109,102,147)
#645D86
(100,93,134)
#5B5479
(91,84,121)
#524B6C
(82,75,108)
#49425F
(73,66,95)
#403952
(64,57,82)
#373045
(55,48,69)
#2E2738
(46,39,56)
#251E2B
(37,30,43)
#1C151E
(28,21,30)
#130C11
(19,12,17)
#000000
(0,0,0)

Tints of #6D6693

#6D6693
(109,102,147)
#7A739C
(122,115,156)
#8780A5
(135,128,165)
#948DAE
(148,141,174)
#A19AB7
(161,154,183)
#AEA7C0
(174,167,192)
#BBB4C9
(187,180,201)
#C8C1D2
(200,193,210)
#D5CEDB
(213,206,219)
#E2DBE4
(226,219,228)
#EFE8ED
(239,232,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6D6693; }

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

This text font color is #6D6693.


Background Color

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

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

This div background color is #6D6693.


Border color

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

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

This div border color is #6D6693.


Opacity

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

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

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

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

This text has shadow with #6D6693 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6D6693 on black background.


Color preview on white background

This text has color #6D6693 on white background.



Black color preview on #6D6693 background

This text has black color on #6D6693 background.


White color preview on #6D6693 background

This text has white color on #6D6693 background.