COLOR #6D2469

HEX: #6D2469
RGB: (109,36,105)

Color info

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

RGB color model

#6D2469 color RGB value is (109,36,105).

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

RGB channels and saturation

R 109 of 255 = 43%
G 36 of 255 = 14%
B 105 of 255 = 41%

109
36
105

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

Portions of RGB colors in percentages

R + G + B =
109 + 36 + 105 = 250 (100%)
R 109 of 250 ~ 43.6%
G 36 of 250 ~ 14.4%
B 105 of 250 ~ 42%

%43.6
%14.4
%42

CMYK color model

#6D2469 color CMYK value is (0,67,4,57).

  • cyan value is 0.00%
  • magenta value is 66.97%
  • yellow value is 3.67%
  • key color value is 57.25%
CMYK:
(0,67,4,57)
C0M67Y4K57 
(0%,67%,4%,57%)
(0.00/0.67/0.04/0.57)	

CMYK percentages

%0
%66.97
%3.67
%57.25

Codes

Color #6D2469 in popluar color models

6D2469
RGB10936105
HSL303°50.34%28.43%
HSB/HSV303°66.97%42.75%
CMYK0.00%66.97%3.67%
57.25%

Color #6D2469 in popluar number systems.

HEX6D2469
Decimal10936105
Binary11011011001001101001
Octal15544151

Shades and tints

Shades of #6D2469

#6D2469
(109,36,105)
#642160
(100,33,96)
#5B1E57
(91,30,87)
#521B4E
(82,27,78)
#491845
(73,24,69)
#40153C
(64,21,60)
#371233
(55,18,51)
#2E0F2A
(46,15,42)
#250C21
(37,12,33)
#1C0918
(28,9,24)
#13060F
(19,6,15)
#000000
(0,0,0)

Tints of #6D2469

#6D2469
(109,36,105)
#7A3776
(122,55,118)
#874A83
(135,74,131)
#945D90
(148,93,144)
#A1709D
(161,112,157)
#AE83AA
(174,131,170)
#BB96B7
(187,150,183)
#C8A9C4
(200,169,196)
#D5BCD1
(213,188,209)
#E2CFDE
(226,207,222)
#EFE2EB
(239,226,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6D2469; }

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

This text font color is #6D2469.


Background Color

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

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

This div background color is #6D2469.


Border color

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

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

This div border color is #6D2469.


Opacity

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

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

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

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

This text has shadow with #6D2469 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6D2469 on black background.


Color preview on white background

This text has color #6D2469 on white background.



Black color preview on #6D2469 background

This text has black color on #6D2469 background.


White color preview on #6D2469 background

This text has white color on #6D2469 background.