COLOR #6D6888

HEX: #6D6888
RGB: (109,104,136)

Color info

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

RGB color model

#6D6888 color RGB value is (109,104,136).

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

RGB channels and saturation

R 109 of 255 = 43%
G 104 of 255 = 41%
B 136 of 255 = 53%

109
104
136

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

Portions of RGB colors in percentages

R + G + B =
109 + 104 + 136 = 349 (100%)
R 109 of 349 ~ 31.23%
G 104 of 349 ~ 29.8%
B 136 of 349 ~ 38.97%

%31.23
%29.8
%38.97

CMYK color model

#6D6888 color CMYK value is (20,24,0,47).

  • cyan value is 19.85%
  • magenta value is 23.53%
  • yellow value is 0.00%
  • key color value is 46.67%
CMYK:
(20,24,0,47)
C20M24Y0K47 
(20%,24%,0%,47%)
(0.20/0.24/0.00/0.47)	

CMYK percentages

%19.85
%23.53
%0
%46.67

Codes

Color #6D6888 in popluar color models

6D6888
RGB109104136
HSL249°13.33%47.06%
HSB/HSV249°23.53%53.33%
CMYK19.85%23.53%0.00%
46.67%

Color #6D6888 in popluar number systems.

HEX6D6888
Decimal109104136
Binary1101101110100010001000
Octal155150210

Shades and tints

Shades of #6D6888

#6D6888
(109,104,136)
#645F7C
(100,95,124)
#5B5670
(91,86,112)
#524D64
(82,77,100)
#494458
(73,68,88)
#403B4C
(64,59,76)
#373240
(55,50,64)
#2E2934
(46,41,52)
#252028
(37,32,40)
#1C171C
(28,23,28)
#130E10
(19,14,16)
#000000
(0,0,0)

Tints of #6D6888

#6D6888
(109,104,136)
#7A7592
(122,117,146)
#87829C
(135,130,156)
#948FA6
(148,143,166)
#A19CB0
(161,156,176)
#AEA9BA
(174,169,186)
#BBB6C4
(187,182,196)
#C8C3CE
(200,195,206)
#D5D0D8
(213,208,216)
#E2DDE2
(226,221,226)
#EFEAEC
(239,234,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6D6888; }

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

This text font color is #6D6888.


Background Color

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

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

This div background color is #6D6888.


Border color

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

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

This div border color is #6D6888.


Opacity

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

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

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

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

This text has shadow with #6D6888 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6D6888 on black background.


Color preview on white background

This text has color #6D6888 on white background.



Black color preview on #6D6888 background

This text has black color on #6D6888 background.


White color preview on #6D6888 background

This text has white color on #6D6888 background.