COLOR #6D284F

HEX: #6D284F RGB: (109,40,79)

Color info

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

RGB color model

#6D284F color RGB value is (109,40,79).

RGB: (109,40,79) (43%, 16%, 31%)

RGB channels and saturation

R 109 of 255 = 43%
G 40 of 255 = 16%
B 79 of 255 = 31%

109
40
79

R + G + B ~ 30%. #6D284F is quite dark color.

Portions of RGB colors in percentages

R + G + B = 109 + 40 + 79 = 228 (100%)
R 109 of 228 ~ 47.81%
G 40 of 228 ~ 17.54%
B 79 of 228 ~ 34.65'%

%47.81
%17.54
%34.65

CMYK color model

#6D284F color CMYK value is (0,63,28,57).

  • cyan value is 0.00%
  • magenta value is 63.30%
  • yellow value is 27.52%
  • key color value is 57.25%
CMYK: (0,63,28,57) C0M63Y28K57 (0%,63%,28%,57%) (0.00/0.63/0.28/0.57) 

CMYK percentages

%0
%63.3
%27.52
%57.25

Codes

Color #6D284F in popluar color models

6D 28 4F
RGB 109 40 79
HSL 326° 46.31% 29.22%
HSB/HSV 326° 63.30% 42.75%
CMYK 0.00% 63.30% 27.52%
57.25%

Color #6D284F in popluar number systems.

HEX 6D 28 4F
Decimal 109 40 79
Binary 1101101 101000 1001111
Octal 155 50 117

Shades and tints

Shades of #6D284F

#6D284F
(109,40,79)
#642548
(100,37,72)
#5B2241
(91,34,65)
#521F3A
(82,31,58)
#491C33
(73,28,51)
#40192C
(64,25,44)
#371625
(55,22,37)
#2E131E
(46,19,30)
#251017
(37,16,23)
#1C0D10
(28,13,16)
#130A09
(19,10,9)
#000000
(0,0,0)

Tints of #6D284F

#6D284F
(109,40,79)
#7A3B5F
(122,59,95)
#874E6F
(135,78,111)
#94617F
(148,97,127)
#A1748F
(161,116,143)
#AE879F
(174,135,159)
#BB9AAF
(187,154,175)
#C8ADBF
(200,173,191)
#D5C0CF
(213,192,207)
#E2D3DF
(226,211,223)
#EFE6EF
(239,230,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6D284F color. Also use rgb(109,40,79) instead hex code.

Text Font Color

.myTextColor { color: #6D284F; }

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

This text font color is #6D284F.

Background Color

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

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

This div background color is #6D284F.

Border color

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

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

This div border color is #6D284F.

Opacity

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

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

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

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

This text has shadow with #6D284F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #6D284F.

Preview

Color preview on black background

This text has color #6D284F on black background.


Color preview on white background

This text has color #6D284F on white background.


Black color preview on #6D284F background

This text has black color on #6D284F background.


White color preview on #6D284F background

This text has white color on #6D284F background.


Related colors

Complementary color

Complementary color for #hex is #92D7B0.


I love getcolorcode.com

Triadic colors

1 #4F6D28 and #284F6D with #6D284F are triadic colors.

2 #4F286D and #286D4F with #6D284F are triadic colors.