COLOR #6D2C65

HEX: #6D2C65
RGB: (109,44,101)

Color info

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

RGB color model

#6D2C65 color RGB value is (109,44,101).

  • red value is 109;
  • green value is 44;
  • blue value is 101.
RGB:
(109,44,101)
(43%,17%,40%)

RGB channels and saturation

R 109 of 255 = 43%
G 44 of 255 = 17%
B 101 of 255 = 40%

109
44
101

R + G + B ~ 33%. #6D2C65 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
109 + 44 + 101 = 254 (100%)
R 109 of 254 ~ 42.91%
G 44 of 254 ~ 17.32%
B 101 of 254 ~ 39.76%

%42.91
%17.32
%39.76

CMYK color model

#6D2C65 color CMYK value is (0,60,7,57).

  • cyan value is 0.00%
  • magenta value is 59.63%
  • yellow value is 7.34%
  • key color value is 57.25%
CMYK:
(0,60,7,57)
C0M60Y7K57 
(0%,60%,7%,57%)
(0.00/0.60/0.07/0.57)	

CMYK percentages

%0
%59.63
%7.34
%57.25

Codes

Color #6D2C65 in popluar color models

6D2C65
RGB10944101
HSL307°42.48%30.00%
HSB/HSV307°59.63%42.75%
CMYK0.00%59.63%7.34%
57.25%

Color #6D2C65 in popluar number systems.

HEX6D2C65
Decimal10944101
Binary11011011011001100101
Octal15554145

Shades and tints

Shades of #6D2C65

#6D2C65
(109,44,101)
#64285C
(100,40,92)
#5B2453
(91,36,83)
#52204A
(82,32,74)
#491C41
(73,28,65)
#401838
(64,24,56)
#37142F
(55,20,47)
#2E1026
(46,16,38)
#250C1D
(37,12,29)
#1C0814
(28,8,20)
#13040B
(19,4,11)
#000000
(0,0,0)

Tints of #6D2C65

#6D2C65
(109,44,101)
#7A3F73
(122,63,115)
#875281
(135,82,129)
#94658F
(148,101,143)
#A1789D
(161,120,157)
#AE8BAB
(174,139,171)
#BB9EB9
(187,158,185)
#C8B1C7
(200,177,199)
#D5C4D5
(213,196,213)
#E2D7E3
(226,215,227)
#EFEAF1
(239,234,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6D2C65 color. Also use rgb(109,44,101) instead hex code.

Text Font Color

.myTextColor { color: #6D2C65; }

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

This text font color is #6D2C65.


Background Color

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

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

This div background color is #6D2C65.


Border color

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

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

This div border color is #6D2C65.


Opacity

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

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

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

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

This text has shadow with #6D2C65 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6D2C65 on black background.


Color preview on white background

This text has color #6D2C65 on white background.



Black color preview on #6D2C65 background

This text has black color on #6D2C65 background.


White color preview on #6D2C65 background

This text has white color on #6D2C65 background.