COLOR #6D4F8E

HEX: #6D4F8E
RGB: (109,79,142)

Color info

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

RGB color model

#6D4F8E color RGB value is (109,79,142).

  • red value is 109;
  • green value is 79;
  • blue value is 142.
RGB:
(109,79,142)
(43%,31%,56%)

RGB channels and saturation

R 109 of 255 = 43%
G 79 of 255 = 31%
B 142 of 255 = 56%

109
79
142

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

Portions of RGB colors in percentages

R + G + B =
109 + 79 + 142 = 330 (100%)
R 109 of 330 ~ 33.03%
G 79 of 330 ~ 23.94%
B 142 of 330 ~ 43.03%

%33.03
%23.94
%43.03

CMYK color model

#6D4F8E color CMYK value is (23,44,0,44).

  • cyan value is 23.24%
  • magenta value is 44.37%
  • yellow value is 0.00%
  • key color value is 44.31%
CMYK:
(23,44,0,44)
C23M44Y0K44 
(23%,44%,0%,44%)
(0.23/0.44/0.00/0.44)	

CMYK percentages

%23.24
%44.37
%0
%44.31

Codes

Color #6D4F8E in popluar color models

6D4F8E
RGB10979142
HSL269°28.51%43.33%
HSB/HSV269°44.37%55.69%
CMYK23.24%44.37%0.00%
44.31%

Color #6D4F8E in popluar number systems.

HEX6D4F8E
Decimal10979142
Binary1101101100111110001110
Octal155117216

Shades and tints

Shades of #6D4F8E

#6D4F8E
(109,79,142)
#644882
(100,72,130)
#5B4176
(91,65,118)
#523A6A
(82,58,106)
#49335E
(73,51,94)
#402C52
(64,44,82)
#372546
(55,37,70)
#2E1E3A
(46,30,58)
#25172E
(37,23,46)
#1C1022
(28,16,34)
#130916
(19,9,22)
#000000
(0,0,0)

Tints of #6D4F8E

#6D4F8E
(109,79,142)
#7A5F98
(122,95,152)
#876FA2
(135,111,162)
#947FAC
(148,127,172)
#A18FB6
(161,143,182)
#AE9FC0
(174,159,192)
#BBAFCA
(187,175,202)
#C8BFD4
(200,191,212)
#D5CFDE
(213,207,222)
#E2DFE8
(226,223,232)
#EFEFF2
(239,239,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6D4F8E color. Also use rgb(109,79,142) instead hex code.

Text Font Color

.myTextColor { color: #6D4F8E; }

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

This text font color is #6D4F8E.


Background Color

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

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

This div background color is #6D4F8E.


Border color

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

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

This div border color is #6D4F8E.


Opacity

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

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

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

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

This text has shadow with #6D4F8E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6D4F8E on black background.


Color preview on white background

This text has color #6D4F8E on white background.



Black color preview on #6D4F8E background

This text has black color on #6D4F8E background.


White color preview on #6D4F8E background

This text has white color on #6D4F8E background.