COLOR #6D448A

HEX: #6D448A
RGB: (109,68,138)

Color info

#6D448A contains mainly red and blue colors. Web safe color of #6D448A is #663399 (or #639).

RGB color model

#6D448A color RGB value is (109,68,138).

  • red value is 109;
  • green value is 68;
  • blue value is 138.
RGB:
(109,68,138)
(43%,27%,54%)

RGB channels and saturation

R 109 of 255 = 43%
G 68 of 255 = 27%
B 138 of 255 = 54%

109
68
138

R + G + B ~ 41%. #6D448A is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
109 + 68 + 138 = 315 (100%)
R 109 of 315 ~ 34.6%
G 68 of 315 ~ 21.59%
B 138 of 315 ~ 43.81%

%34.6
%21.59
%43.81

CMYK color model

#6D448A color CMYK value is (21,51,0,46).

  • cyan value is 21.01%
  • magenta value is 50.72%
  • yellow value is 0.00%
  • key color value is 45.88%
CMYK:
(21,51,0,46)
C21M51Y0K46 
(21%,51%,0%,46%)
(0.21/0.51/0.00/0.46)	

CMYK percentages

%21.01
%50.72
%0
%45.88

Codes

Color #6D448A in popluar color models

6D448A
RGB10968138
HSL275°33.98%40.39%
HSB/HSV275°50.72%54.12%
CMYK21.01%50.72%0.00%
45.88%

Color #6D448A in popluar number systems.

HEX6D448A
Decimal10968138
Binary1101101100010010001010
Octal155104212

Shades and tints

Shades of #6D448A

#6D448A
(109,68,138)
#643E7E
(100,62,126)
#5B3872
(91,56,114)
#523266
(82,50,102)
#492C5A
(73,44,90)
#40264E
(64,38,78)
#372042
(55,32,66)
#2E1A36
(46,26,54)
#25142A
(37,20,42)
#1C0E1E
(28,14,30)
#130812
(19,8,18)
#000000
(0,0,0)

Tints of #6D448A

#6D448A
(109,68,138)
#7A5594
(122,85,148)
#87669E
(135,102,158)
#9477A8
(148,119,168)
#A188B2
(161,136,178)
#AE99BC
(174,153,188)
#BBAAC6
(187,170,198)
#C8BBD0
(200,187,208)
#D5CCDA
(213,204,218)
#E2DDE4
(226,221,228)
#EFEEEE
(239,238,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6D448A color. Also use rgb(109,68,138) instead hex code.

Text Font Color

.myTextColor { color: #6D448A; }

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

This text font color is #6D448A.


Background Color

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

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

This div background color is #6D448A.


Border color

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

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

This div border color is #6D448A.


Opacity

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

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

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

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

This text has shadow with #6D448A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6D448A on black background.


Color preview on white background

This text has color #6D448A on white background.



Black color preview on #6D448A background

This text has black color on #6D448A background.


White color preview on #6D448A background

This text has white color on #6D448A background.