COLOR #6D6086

HEX: #6D6086 RGB: (109,96,134)

Color info

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

RGB color model

#6D6086 color RGB value is (109,96,134).

RGB: (109,96,134) (43%, 38%, 53%)

RGB channels and saturation

R 109 of 255 = 43%
G 96 of 255 = 38%
B 134 of 255 = 53%

109
96
134

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

Portions of RGB colors in percentages

R + G + B = 109 + 96 + 134 = 339 (100%)
R 109 of 339 ~ 32.15%
G 96 of 339 ~ 28.32%
B 134 of 339 ~ 39.53'%

%32.15
%28.32
%39.53

CMYK color model

#6D6086 color CMYK value is (19,28,0,47).

  • cyan value is 18.66%
  • magenta value is 28.36%
  • yellow value is 0.00%
  • key color value is 47.45%

CMYK: (19,28,0,47)
C19M28Y0K47 (19%, 28%, 0%, 47%)
(0.19 / 0.28 / 0.00 / 0.47)

CMYK percentages

%18.66
%28.36
%0
%47.45

Codes

Color #6D6086 in popluar color models

6D 60 86
RGB 109 96 134
HSL 261° 16.52% 45.10%
HSB/HSV 261° 28.36% 52.55%
CMYK 18.66% 28.36% 0.00%
47.45%

Color #6D6086 in popluar number systems.

HEX 6D 60 86
Decimal 109 96 134
Binary 1101101 1100000 10000110
Octal 155 140 206

Shades and tints

Shades of #6D6086

#6D6086
(109,96,134)
#64587A
(100,88,122)
#5B506E
(91,80,110)
#524862
(82,72,98)
#494056
(73,64,86)
#40384A
(64,56,74)
#37303E
(55,48,62)
#2E2832
(46,40,50)
#252026
(37,32,38)
#1C181A
(28,24,26)
#13100E
(19,16,14)
#000000
(0,0,0)

Tints of #6D6086

#6D6086
(109,96,134)
#7A6E91
(122,110,145)
#877C9C
(135,124,156)
#948AA7
(148,138,167)
#A198B2
(161,152,178)
#AEA6BD
(174,166,189)
#BBB4C8
(187,180,200)
#C8C2D3
(200,194,211)
#D5D0DE
(213,208,222)
#E2DEE9
(226,222,233)
#EFECF4
(239,236,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6D6086 color. Also use rgb(109,96,134) instead hex code.

Text Font Color

.myTextColor { color: #6D6086; }

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

This text font color is #6D6086.

Background Color

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

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

This div background color is #6D6086.

Border color

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

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

This div border color is #6D6086.

Opacity

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

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

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

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

This text has shadow with #6D6086 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #6D6086.

Preview

Color preview on black background

This text has color #6D6086 on black background.


Color preview on white background

This text has color #6D6086 on white background.


Black color preview on #6D6086 background

This text has black color on #6D6086 background.


White color preview on #6D6086 background

This text has white color on #6D6086 background.


Related colors

Complementary color

Complementary color for #hex is #929F79.


I love getcolorcode.com

Triadic colors

1 #866D60 and #60866D with #6D6086 are triadic colors.

2 #86606D and #606D86 with #6D6086 are triadic colors.