COLOR #6D297D

HEX: #6D297D
RGB: (109,41,125)

Color info

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

RGB color model

#6D297D color RGB value is (109,41,125).

  • red value is 109;
  • green value is 41;
  • blue value is 125.
RGB:
(109,41,125)
(43%,16%,49%)

RGB channels and saturation

R 109 of 255 = 43%
G 41 of 255 = 16%
B 125 of 255 = 49%

109
41
125

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

Portions of RGB colors in percentages

R + G + B =
109 + 41 + 125 = 275 (100%)
R 109 of 275 ~ 39.64%
G 41 of 275 ~ 14.91%
B 125 of 275 ~ 45.45%

%39.64
%14.91
%45.45

CMYK color model

#6D297D color CMYK value is (13,67,0,51).

  • cyan value is 12.80%
  • magenta value is 67.20%
  • yellow value is 0.00%
  • key color value is 50.98%
CMYK:
(13,67,0,51)
C13M67Y0K51 
(13%,67%,0%,51%)
(0.13/0.67/0.00/0.51)	

CMYK percentages

%12.8
%67.2
%0
%50.98

Codes

Color #6D297D in popluar color models

6D297D
RGB10941125
HSL289°50.60%32.55%
HSB/HSV289°67.20%49.02%
CMYK12.80%67.20%0.00%
50.98%

Color #6D297D in popluar number systems.

HEX6D297D
Decimal10941125
Binary11011011010011111101
Octal15551175

Shades and tints

Shades of #6D297D

#6D297D
(109,41,125)
#642672
(100,38,114)
#5B2367
(91,35,103)
#52205C
(82,32,92)
#491D51
(73,29,81)
#401A46
(64,26,70)
#37173B
(55,23,59)
#2E1430
(46,20,48)
#251125
(37,17,37)
#1C0E1A
(28,14,26)
#130B0F
(19,11,15)
#000000
(0,0,0)

Tints of #6D297D

#6D297D
(109,41,125)
#7A3C88
(122,60,136)
#874F93
(135,79,147)
#94629E
(148,98,158)
#A175A9
(161,117,169)
#AE88B4
(174,136,180)
#BB9BBF
(187,155,191)
#C8AECA
(200,174,202)
#D5C1D5
(213,193,213)
#E2D4E0
(226,212,224)
#EFE7EB
(239,231,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6D297D color. Also use rgb(109,41,125) instead hex code.

Text Font Color

.myTextColor { color: #6D297D; }

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

This text font color is #6D297D.


Background Color

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

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

This div background color is #6D297D.


Border color

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

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

This div border color is #6D297D.


Opacity

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

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

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

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

This text has shadow with #6D297D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6D297D on black background.


Color preview on white background

This text has color #6D297D on white background.



Black color preview on #6D297D background

This text has black color on #6D297D background.


White color preview on #6D297D background

This text has white color on #6D297D background.