COLOR #6D2F78

HEX: #6D2F78
RGB: (109,47,120)

Color info

#6D2F78 contains mainly red and blue colors. Web safe color of #6D2F78 is #663366 (or #636).

RGB color model

#6D2F78 color RGB value is (109,47,120).

  • red value is 109;
  • green value is 47;
  • blue value is 120.
RGB:
(109,47,120)
(43%,18%,47%)

RGB channels and saturation

R 109 of 255 = 43%
G 47 of 255 = 18%
B 120 of 255 = 47%

109
47
120

R + G + B ~ 36%. #6D2F78 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
109 + 47 + 120 = 276 (100%)
R 109 of 276 ~ 39.49%
G 47 of 276 ~ 17.03%
B 120 of 276 ~ 43.48%

%39.49
%17.03
%43.48

CMYK color model

#6D2F78 color CMYK value is (9,61,0,53).

  • cyan value is 9.17%
  • magenta value is 60.83%
  • yellow value is 0.00%
  • key color value is 52.94%
CMYK:
(9,61,0,53)
C9M61Y0K53 
(9%,61%,0%,53%)
(0.09/0.61/0.00/0.53)	

CMYK percentages

%9.17
%60.83
%0
%52.94

Codes

Color #6D2F78 in popluar color models

6D2F78
RGB10947120
HSL291°43.71%32.75%
HSB/HSV291°60.83%47.06%
CMYK9.17%60.83%0.00%
52.94%

Color #6D2F78 in popluar number systems.

HEX6D2F78
Decimal10947120
Binary11011011011111111000
Octal15557170

Shades and tints

Shades of #6D2F78

#6D2F78
(109,47,120)
#642B6E
(100,43,110)
#5B2764
(91,39,100)
#52235A
(82,35,90)
#491F50
(73,31,80)
#401B46
(64,27,70)
#37173C
(55,23,60)
#2E1332
(46,19,50)
#250F28
(37,15,40)
#1C0B1E
(28,11,30)
#130714
(19,7,20)
#000000
(0,0,0)

Tints of #6D2F78

#6D2F78
(109,47,120)
#7A4184
(122,65,132)
#875390
(135,83,144)
#94659C
(148,101,156)
#A177A8
(161,119,168)
#AE89B4
(174,137,180)
#BB9BC0
(187,155,192)
#C8ADCC
(200,173,204)
#D5BFD8
(213,191,216)
#E2D1E4
(226,209,228)
#EFE3F0
(239,227,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6D2F78 color. Also use rgb(109,47,120) instead hex code.

Text Font Color

.myTextColor { color: #6D2F78; }

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

This text font color is #6D2F78.


Background Color

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

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

This div background color is #6D2F78.


Border color

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

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

This div border color is #6D2F78.


Opacity

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

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

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

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

This text has shadow with #6D2F78 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6D2F78 on black background.


Color preview on white background

This text has color #6D2F78 on white background.



Black color preview on #6D2F78 background

This text has black color on #6D2F78 background.


White color preview on #6D2F78 background

This text has white color on #6D2F78 background.