COLOR #6D538C

HEX: #6D538C
RGB: (109,83,140)

Color info

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

RGB color model

#6D538C color RGB value is (109,83,140).

  • red value is 109;
  • green value is 83;
  • blue value is 140.
RGB:
(109,83,140)
(43%,33%,55%)

RGB channels and saturation

R 109 of 255 = 43%
G 83 of 255 = 33%
B 140 of 255 = 55%

109
83
140

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

Portions of RGB colors in percentages

R + G + B =
109 + 83 + 140 = 332 (100%)
R 109 of 332 ~ 32.83%
G 83 of 332 ~ 25%
B 140 of 332 ~ 42.17%

%32.83
%25
%42.17

CMYK color model

#6D538C color CMYK value is (22,41,0,45).

  • cyan value is 22.14%
  • magenta value is 40.71%
  • yellow value is 0.00%
  • key color value is 45.10%
CMYK:
(22,41,0,45)
C22M41Y0K45 
(22%,41%,0%,45%)
(0.22/0.41/0.00/0.45)	

CMYK percentages

%22.14
%40.71
%0
%45.1

Codes

Color #6D538C in popluar color models

6D538C
RGB10983140
HSL267°25.56%43.73%
HSB/HSV267°40.71%54.90%
CMYK22.14%40.71%0.00%
45.10%

Color #6D538C in popluar number systems.

HEX6D538C
Decimal10983140
Binary1101101101001110001100
Octal155123214

Shades and tints

Shades of #6D538C

#6D538C
(109,83,140)
#644C80
(100,76,128)
#5B4574
(91,69,116)
#523E68
(82,62,104)
#49375C
(73,55,92)
#403050
(64,48,80)
#372944
(55,41,68)
#2E2238
(46,34,56)
#251B2C
(37,27,44)
#1C1420
(28,20,32)
#130D14
(19,13,20)
#000000
(0,0,0)

Tints of #6D538C

#6D538C
(109,83,140)
#7A6296
(122,98,150)
#8771A0
(135,113,160)
#9480AA
(148,128,170)
#A18FB4
(161,143,180)
#AE9EBE
(174,158,190)
#BBADC8
(187,173,200)
#C8BCD2
(200,188,210)
#D5CBDC
(213,203,220)
#E2DAE6
(226,218,230)
#EFE9F0
(239,233,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6D538C color. Also use rgb(109,83,140) instead hex code.

Text Font Color

.myTextColor { color: #6D538C; }

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

This text font color is #6D538C.


Background Color

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

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

This div background color is #6D538C.


Border color

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

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

This div border color is #6D538C.


Opacity

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

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

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

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

This text has shadow with #6D538C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6D538C on black background.


Color preview on white background

This text has color #6D538C on white background.



Black color preview on #6D538C background

This text has black color on #6D538C background.


White color preview on #6D538C background

This text has white color on #6D538C background.