COLOR #6D529C

HEX: #6D529C RGB: (109,82,156)

Color info

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

RGB color model

#6D529C color RGB value is (109,82,156).

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

RGB channels and saturation

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

109
82
156

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

Portions of RGB colors in percentages

R + G + B = 109 + 82 + 156 = 347 (100%)
R 109 of 347 ~ 31.41%
G 82 of 347 ~ 23.63%
B 156 of 347 ~ 44.96'%

%31.41
%23.63
%44.96

CMYK color model

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

  • cyan value is 30.13%
  • magenta value is 47.44%
  • yellow value is 0.00%
  • key color value is 38.82%

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

CMYK percentages

%30.13
%47.44
%0
%38.82

Codes

Color #6D529C in popluar color models

6D 52 9C
RGB 109 82 156
HSL 262° 31.09% 46.67%
HSB/HSV 262° 47.44% 61.18%
CMYK 30.13% 47.44% 0.00%
38.82%

Color #6D529C in popluar number systems.

HEX 6D 52 9C
Decimal 109 82 156
Binary 1101101 1010010 10011100
Octal 155 122 234

Shades and tints

Shades of #6D529C

#6D529C
(109,82,156)
#644B8E
(100,75,142)
#5B4480
(91,68,128)
#523D72
(82,61,114)
#493664
(73,54,100)
#402F56
(64,47,86)
#372848
(55,40,72)
#2E213A
(46,33,58)
#251A2C
(37,26,44)
#1C131E
(28,19,30)
#130C10
(19,12,16)
#000000
(0,0,0)

Tints of #6D529C

#6D529C
(109,82,156)
#7A61A5
(122,97,165)
#8770AE
(135,112,174)
#947FB7
(148,127,183)
#A18EC0
(161,142,192)
#AE9DC9
(174,157,201)
#BBACD2
(187,172,210)
#C8BBDB
(200,187,219)
#D5CAE4
(213,202,228)
#E2D9ED
(226,217,237)
#EFE8F6
(239,232,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6D529C; }

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

This text font color is #6D529C.

Background Color

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

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

This div background color is #6D529C.

Border color

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

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

This div border color is #6D529C.

Opacity

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

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

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

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

This text has shadow with #6D529C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #6D529C.

Preview

Color preview on black background

This text has color #6D529C on black background.


Color preview on white background

This text has color #6D529C on white background.


Black color preview on #6D529C background

This text has black color on #6D529C background.


White color preview on #6D529C background

This text has white color on #6D529C background.


Related colors

Complementary color

Complementary color for #hex is #92AD63.


I love getcolorcode.com

Triadic colors

1 #9C6D52 and #529C6D with #6D529C are triadic colors.

2 #9C526D and #526D9C with #6D529C are triadic colors.