COLOR #6D568F

HEX: #6D568F
RGB: (109,86,143)

Color info

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

RGB color model

#6D568F color RGB value is (109,86,143).

  • red value is 109;
  • green value is 86;
  • blue value is 143.
RGB:
(109,86,143)
(43%,34%,56%)

RGB channels and saturation

R 109 of 255 = 43%
G 86 of 255 = 34%
B 143 of 255 = 56%

109
86
143

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

Portions of RGB colors in percentages

R + G + B =
109 + 86 + 143 = 338 (100%)
R 109 of 338 ~ 32.25%
G 86 of 338 ~ 25.44%
B 143 of 338 ~ 42.31%

%32.25
%25.44
%42.31

CMYK color model

#6D568F color CMYK value is (24,40,0,44).

  • cyan value is 23.78%
  • magenta value is 39.86%
  • yellow value is 0.00%
  • key color value is 43.92%
CMYK:
(24,40,0,44)
C24M40Y0K44 
(24%,40%,0%,44%)
(0.24/0.40/0.00/0.44)	

CMYK percentages

%23.78
%39.86
%0
%43.92

Codes

Color #6D568F in popluar color models

6D568F
RGB10986143
HSL264°24.89%44.90%
HSB/HSV264°39.86%56.08%
CMYK23.78%39.86%0.00%
43.92%

Color #6D568F in popluar number systems.

HEX6D568F
Decimal10986143
Binary1101101101011010001111
Octal155126217

Shades and tints

Shades of #6D568F

#6D568F
(109,86,143)
#644F82
(100,79,130)
#5B4875
(91,72,117)
#524168
(82,65,104)
#493A5B
(73,58,91)
#40334E
(64,51,78)
#372C41
(55,44,65)
#2E2534
(46,37,52)
#251E27
(37,30,39)
#1C171A
(28,23,26)
#13100D
(19,16,13)
#000000
(0,0,0)

Tints of #6D568F

#6D568F
(109,86,143)
#7A6599
(122,101,153)
#8774A3
(135,116,163)
#9483AD
(148,131,173)
#A192B7
(161,146,183)
#AEA1C1
(174,161,193)
#BBB0CB
(187,176,203)
#C8BFD5
(200,191,213)
#D5CEDF
(213,206,223)
#E2DDE9
(226,221,233)
#EFECF3
(239,236,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6D568F color. Also use rgb(109,86,143) instead hex code.

Text Font Color

.myTextColor { color: #6D568F; }

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

This text font color is #6D568F.


Background Color

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

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

This div background color is #6D568F.


Border color

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

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

This div border color is #6D568F.


Opacity

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

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

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

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

This text has shadow with #6D568F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6D568F on black background.


Color preview on white background

This text has color #6D568F on white background.



Black color preview on #6D568F background

This text has black color on #6D568F background.


White color preview on #6D568F background

This text has white color on #6D568F background.