COLOR #6D6897

HEX: #6D6897
RGB: (109,104,151)

Color info

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

RGB color model

#6D6897 color RGB value is (109,104,151).

  • red value is 109;
  • green value is 104;
  • blue value is 151.
RGB:
(109,104,151)
(43%,41%,59%)

RGB channels and saturation

R 109 of 255 = 43%
G 104 of 255 = 41%
B 151 of 255 = 59%

109
104
151

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

Portions of RGB colors in percentages

R + G + B =
109 + 104 + 151 = 364 (100%)
R 109 of 364 ~ 29.95%
G 104 of 364 ~ 28.57%
B 151 of 364 ~ 41.48%

%29.95
%28.57
%41.48

CMYK color model

#6D6897 color CMYK value is (28,31,0,41).

  • cyan value is 27.81%
  • magenta value is 31.13%
  • yellow value is 0.00%
  • key color value is 40.78%
CMYK:
(28,31,0,41)
C28M31Y0K41 
(28%,31%,0%,41%)
(0.28/0.31/0.00/0.41)	

CMYK percentages

%27.81
%31.13
%0
%40.78

Codes

Color #6D6897 in popluar color models

6D6897
RGB109104151
HSL246°18.43%50.00%
HSB/HSV246°31.13%59.22%
CMYK27.81%31.13%0.00%
40.78%

Color #6D6897 in popluar number systems.

HEX6D6897
Decimal109104151
Binary1101101110100010010111
Octal155150227

Shades and tints

Shades of #6D6897

#6D6897
(109,104,151)
#645F8A
(100,95,138)
#5B567D
(91,86,125)
#524D70
(82,77,112)
#494463
(73,68,99)
#403B56
(64,59,86)
#373249
(55,50,73)
#2E293C
(46,41,60)
#25202F
(37,32,47)
#1C1722
(28,23,34)
#130E15
(19,14,21)
#000000
(0,0,0)

Tints of #6D6897

#6D6897
(109,104,151)
#7A75A0
(122,117,160)
#8782A9
(135,130,169)
#948FB2
(148,143,178)
#A19CBB
(161,156,187)
#AEA9C4
(174,169,196)
#BBB6CD
(187,182,205)
#C8C3D6
(200,195,214)
#D5D0DF
(213,208,223)
#E2DDE8
(226,221,232)
#EFEAF1
(239,234,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6D6897 color. Also use rgb(109,104,151) instead hex code.

Text Font Color

.myTextColor { color: #6D6897; }

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

This text font color is #6D6897.


Background Color

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

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

This div background color is #6D6897.


Border color

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

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

This div border color is #6D6897.


Opacity

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

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

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

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

This text has shadow with #6D6897 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6D6897 on black background.


Color preview on white background

This text has color #6D6897 on white background.



Black color preview on #6D6897 background

This text has black color on #6D6897 background.


White color preview on #6D6897 background

This text has white color on #6D6897 background.