COLOR #6D529B

HEX: #6D529B RGB: (109,82,155)

Color info

#6D529B contains mainly red and blue colors. Web safe color of #6D529B is #666699 (or #669).

RGB color model

#6D529B color RGB value is (109,82,155).

RGB: (109,82,155) (43%, 32%, 61%)

RGB channels and saturation

R 109 of 255 = 43%
G 82 of 255 = 32%
B 155 of 255 = 61%

109
82
155

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

Portions of RGB colors in percentages

R + G + B = 109 + 82 + 155 = 346 (100%)
R 109 of 346 ~ 31.5%
G 82 of 346 ~ 23.7%
B 155 of 346 ~ 44.8'%

%31.5
%23.7
%44.8

CMYK color model

#6D529B color CMYK value is (30,47,0,39).

  • cyan value is 29.68%
  • magenta value is 47.10%
  • yellow value is 0.00%
  • key color value is 39.22%

CMYK: (30,47,0,39)
C30M47Y0K39 (30%, 47%, 0%, 39%)
(0.30 / 0.47 / 0.00 / 0.39)

CMYK percentages

%29.68
%47.1
%0
%39.22

Codes

Color #6D529B in popluar color models

6D 52 9B
RGB 109 82 155
HSL 262° 30.80% 46.47%
HSB/HSV 262° 47.10% 60.78%
CMYK 29.68% 47.10% 0.00%
39.22%

Color #6D529B in popluar number systems.

HEX 6D 52 9B
Decimal 109 82 155
Binary 1101101 1010010 10011011
Octal 155 122 233

Shades and tints

Shades of #6D529B

#6D529B
(109,82,155)
#644B8D
(100,75,141)
#5B447F
(91,68,127)
#523D71
(82,61,113)
#493663
(73,54,99)
#402F55
(64,47,85)
#372847
(55,40,71)
#2E2139
(46,33,57)
#251A2B
(37,26,43)
#1C131D
(28,19,29)
#130C0F
(19,12,15)
#000000
(0,0,0)

Tints of #6D529B

#6D529B
(109,82,155)
#7A61A4
(122,97,164)
#8770AD
(135,112,173)
#947FB6
(148,127,182)
#A18EBF
(161,142,191)
#AE9DC8
(174,157,200)
#BBACD1
(187,172,209)
#C8BBDA
(200,187,218)
#D5CAE3
(213,202,227)
#E2D9EC
(226,217,236)
#EFE8F5
(239,232,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6D529B color. Also use rgb(109,82,155) instead hex code.

Text Font Color

.myTextColor { color: #6D529B; }

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

This text font color is #6D529B.

Background Color

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

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

This div background color is #6D529B.

Border color

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

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

This div border color is #6D529B.

Opacity

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

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

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

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

This text has shadow with #6D529B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #6D529B.

Preview

Color preview on black background

This text has color #6D529B on black background.


Color preview on white background

This text has color #6D529B on white background.


Black color preview on #6D529B background

This text has black color on #6D529B background.


White color preview on #6D529B background

This text has white color on #6D529B background.


Related colors

Complementary color

Complementary color for #hex is #92AD64.


I love getcolorcode.com

Triadic colors

1 #9B6D52 and #529B6D with #6D529B are triadic colors.

2 #9B526D and #526D9B with #6D529B are triadic colors.