COLOR #6D2969

HEX: #6D2969
RGB: (109,41,105)

Color info

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

RGB color model

#6D2969 color RGB value is (109,41,105).

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

RGB channels and saturation

R 109 of 255 = 43%
G 41 of 255 = 16%
B 105 of 255 = 41%

109
41
105

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

Portions of RGB colors in percentages

R + G + B =
109 + 41 + 105 = 255 (100%)
R 109 of 255 ~ 42.75%
G 41 of 255 ~ 16.08%
B 105 of 255 ~ 41.18%

%42.75
%16.08
%41.18

CMYK color model

#6D2969 color CMYK value is (0,62,4,57).

  • cyan value is 0.00%
  • magenta value is 62.39%
  • yellow value is 3.67%
  • key color value is 57.25%
CMYK:
(0,62,4,57)
C0M62Y4K57 
(0%,62%,4%,57%)
(0.00/0.62/0.04/0.57)	

CMYK percentages

%0
%62.39
%3.67
%57.25

Codes

Color #6D2969 in popluar color models

6D2969
RGB10941105
HSL304°45.33%29.41%
HSB/HSV304°62.39%42.75%
CMYK0.00%62.39%3.67%
57.25%

Color #6D2969 in popluar number systems.

HEX6D2969
Decimal10941105
Binary11011011010011101001
Octal15551151

Shades and tints

Shades of #6D2969

#6D2969
(109,41,105)
#642660
(100,38,96)
#5B2357
(91,35,87)
#52204E
(82,32,78)
#491D45
(73,29,69)
#401A3C
(64,26,60)
#371733
(55,23,51)
#2E142A
(46,20,42)
#251121
(37,17,33)
#1C0E18
(28,14,24)
#130B0F
(19,11,15)
#000000
(0,0,0)

Tints of #6D2969

#6D2969
(109,41,105)
#7A3C76
(122,60,118)
#874F83
(135,79,131)
#946290
(148,98,144)
#A1759D
(161,117,157)
#AE88AA
(174,136,170)
#BB9BB7
(187,155,183)
#C8AEC4
(200,174,196)
#D5C1D1
(213,193,209)
#E2D4DE
(226,212,222)
#EFE7EB
(239,231,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6D2969; }

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

This text font color is #6D2969.


Background Color

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

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

This div background color is #6D2969.


Border color

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

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

This div border color is #6D2969.


Opacity

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

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

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

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

This text has shadow with #6D2969 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6D2969 on black background.


Color preview on white background

This text has color #6D2969 on white background.



Black color preview on #6D2969 background

This text has black color on #6D2969 background.


White color preview on #6D2969 background

This text has white color on #6D2969 background.