COLOR #6D6795

HEX: #6D6795
RGB: (109,103,149)

Color info

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

RGB color model

#6D6795 color RGB value is (109,103,149).

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

RGB channels and saturation

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

109
103
149

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

Portions of RGB colors in percentages

R + G + B =
109 + 103 + 149 = 361 (100%)
R 109 of 361 ~ 30.19%
G 103 of 361 ~ 28.53%
B 149 of 361 ~ 41.27%

%30.19
%28.53
%41.27

CMYK color model

#6D6795 color CMYK value is (27,31,0,42).

  • cyan value is 26.85%
  • magenta value is 30.87%
  • yellow value is 0.00%
  • key color value is 41.57%
CMYK:
(27,31,0,42)
C27M31Y0K42 
(27%,31%,0%,42%)
(0.27/0.31/0.00/0.42)	

CMYK percentages

%26.85
%30.87
%0
%41.57

Codes

Color #6D6795 in popluar color models

6D6795
RGB109103149
HSL248°18.25%49.41%
HSB/HSV248°30.87%58.43%
CMYK26.85%30.87%0.00%
41.57%

Color #6D6795 in popluar number systems.

HEX6D6795
Decimal109103149
Binary1101101110011110010101
Octal155147225

Shades and tints

Shades of #6D6795

#6D6795
(109,103,149)
#645E88
(100,94,136)
#5B557B
(91,85,123)
#524C6E
(82,76,110)
#494361
(73,67,97)
#403A54
(64,58,84)
#373147
(55,49,71)
#2E283A
(46,40,58)
#251F2D
(37,31,45)
#1C1620
(28,22,32)
#130D13
(19,13,19)
#000000
(0,0,0)

Tints of #6D6795

#6D6795
(109,103,149)
#7A749E
(122,116,158)
#8781A7
(135,129,167)
#948EB0
(148,142,176)
#A19BB9
(161,155,185)
#AEA8C2
(174,168,194)
#BBB5CB
(187,181,203)
#C8C2D4
(200,194,212)
#D5CFDD
(213,207,221)
#E2DCE6
(226,220,230)
#EFE9EF
(239,233,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6D6795; }

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

This text font color is #6D6795.


Background Color

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

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

This div background color is #6D6795.


Border color

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

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

This div border color is #6D6795.


Opacity

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

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

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

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

This text has shadow with #6D6795 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6D6795 on black background.


Color preview on white background

This text has color #6D6795 on white background.



Black color preview on #6D6795 background

This text has black color on #6D6795 background.


White color preview on #6D6795 background

This text has white color on #6D6795 background.