COLOR #6D6985

HEX: #6D6985
RGB: (109,105,133)

Color info

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

RGB color model

#6D6985 color RGB value is (109,105,133).

  • red value is 109;
  • green value is 105;
  • blue value is 133.
RGB:
(109,105,133)
(43%,41%,52%)

RGB channels and saturation

R 109 of 255 = 43%
G 105 of 255 = 41%
B 133 of 255 = 52%

109
105
133

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

Portions of RGB colors in percentages

R + G + B =
109 + 105 + 133 = 347 (100%)
R 109 of 347 ~ 31.41%
G 105 of 347 ~ 30.26%
B 133 of 347 ~ 38.33%

%31.41
%30.26
%38.33

CMYK color model

#6D6985 color CMYK value is (18,21,0,48).

  • cyan value is 18.05%
  • magenta value is 21.05%
  • yellow value is 0.00%
  • key color value is 47.84%
CMYK:
(18,21,0,48)
C18M21Y0K48 
(18%,21%,0%,48%)
(0.18/0.21/0.00/0.48)	

CMYK percentages

%18.05
%21.05
%0
%47.84

Codes

Color #6D6985 in popluar color models

6D6985
RGB109105133
HSL249°11.76%46.67%
HSB/HSV249°21.05%52.16%
CMYK18.05%21.05%0.00%
47.84%

Color #6D6985 in popluar number systems.

HEX6D6985
Decimal109105133
Binary1101101110100110000101
Octal155151205

Shades and tints

Shades of #6D6985

#6D6985
(109,105,133)
#646079
(100,96,121)
#5B576D
(91,87,109)
#524E61
(82,78,97)
#494555
(73,69,85)
#403C49
(64,60,73)
#37333D
(55,51,61)
#2E2A31
(46,42,49)
#252125
(37,33,37)
#1C1819
(28,24,25)
#130F0D
(19,15,13)
#000000
(0,0,0)

Tints of #6D6985

#6D6985
(109,105,133)
#7A7690
(122,118,144)
#87839B
(135,131,155)
#9490A6
(148,144,166)
#A19DB1
(161,157,177)
#AEAABC
(174,170,188)
#BBB7C7
(187,183,199)
#C8C4D2
(200,196,210)
#D5D1DD
(213,209,221)
#E2DEE8
(226,222,232)
#EFEBF3
(239,235,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6D6985 color. Also use rgb(109,105,133) instead hex code.

Text Font Color

.myTextColor { color: #6D6985; }

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

This text font color is #6D6985.


Background Color

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

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

This div background color is #6D6985.


Border color

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

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

This div border color is #6D6985.


Opacity

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

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

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

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

This text has shadow with #6D6985 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6D6985 on black background.


Color preview on white background

This text has color #6D6985 on white background.



Black color preview on #6D6985 background

This text has black color on #6D6985 background.


White color preview on #6D6985 background

This text has white color on #6D6985 background.