COLOR #6D6793

HEX: #6D6793
RGB: (109,103,147)

Color info

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

RGB color model

#6D6793 color RGB value is (109,103,147).

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

RGB channels and saturation

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

109
103
147

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

Portions of RGB colors in percentages

R + G + B =
109 + 103 + 147 = 359 (100%)
R 109 of 359 ~ 30.36%
G 103 of 359 ~ 28.69%
B 147 of 359 ~ 40.95%

%30.36
%28.69
%40.95

CMYK color model

#6D6793 color CMYK value is (26,30,0,42).

  • cyan value is 25.85%
  • magenta value is 29.93%
  • yellow value is 0.00%
  • key color value is 42.35%
CMYK:
(26,30,0,42)
C26M30Y0K42 
(26%,30%,0%,42%)
(0.26/0.30/0.00/0.42)	

CMYK percentages

%25.85
%29.93
%0
%42.35

Codes

Color #6D6793 in popluar color models

6D6793
RGB109103147
HSL248°17.60%49.02%
HSB/HSV248°29.93%57.65%
CMYK25.85%29.93%0.00%
42.35%

Color #6D6793 in popluar number systems.

HEX6D6793
Decimal109103147
Binary1101101110011110010011
Octal155147223

Shades and tints

Shades of #6D6793

#6D6793
(109,103,147)
#645E86
(100,94,134)
#5B5579
(91,85,121)
#524C6C
(82,76,108)
#49435F
(73,67,95)
#403A52
(64,58,82)
#373145
(55,49,69)
#2E2838
(46,40,56)
#251F2B
(37,31,43)
#1C161E
(28,22,30)
#130D11
(19,13,17)
#000000
(0,0,0)

Tints of #6D6793

#6D6793
(109,103,147)
#7A749C
(122,116,156)
#8781A5
(135,129,165)
#948EAE
(148,142,174)
#A19BB7
(161,155,183)
#AEA8C0
(174,168,192)
#BBB5C9
(187,181,201)
#C8C2D2
(200,194,210)
#D5CFDB
(213,207,219)
#E2DCE4
(226,220,228)
#EFE9ED
(239,233,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6D6793; }

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

This text font color is #6D6793.


Background Color

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

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

This div background color is #6D6793.


Border color

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

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

This div border color is #6D6793.


Opacity

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

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

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

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

This text has shadow with #6D6793 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6D6793 on black background.


Color preview on white background

This text has color #6D6793 on white background.



Black color preview on #6D6793 background

This text has black color on #6D6793 background.


White color preview on #6D6793 background

This text has white color on #6D6793 background.