COLOR #6D478B

HEX: #6D478B
RGB: (109,71,139)

Color info

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

RGB color model

#6D478B color RGB value is (109,71,139).

  • red value is 109;
  • green value is 71;
  • blue value is 139.
RGB:
(109,71,139)
(43%,28%,55%)

RGB channels and saturation

R 109 of 255 = 43%
G 71 of 255 = 28%
B 139 of 255 = 55%

109
71
139

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

Portions of RGB colors in percentages

R + G + B =
109 + 71 + 139 = 319 (100%)
R 109 of 319 ~ 34.17%
G 71 of 319 ~ 22.26%
B 139 of 319 ~ 43.57%

%34.17
%22.26
%43.57

CMYK color model

#6D478B color CMYK value is (22,49,0,45).

  • cyan value is 21.58%
  • magenta value is 48.92%
  • yellow value is 0.00%
  • key color value is 45.49%
CMYK:
(22,49,0,45)
C22M49Y0K45 
(22%,49%,0%,45%)
(0.22/0.49/0.00/0.45)	

CMYK percentages

%21.58
%48.92
%0
%45.49

Codes

Color #6D478B in popluar color models

6D478B
RGB10971139
HSL274°32.38%41.18%
HSB/HSV274°48.92%54.51%
CMYK21.58%48.92%0.00%
45.49%

Color #6D478B in popluar number systems.

HEX6D478B
Decimal10971139
Binary1101101100011110001011
Octal155107213

Shades and tints

Shades of #6D478B

#6D478B
(109,71,139)
#64417F
(100,65,127)
#5B3B73
(91,59,115)
#523567
(82,53,103)
#492F5B
(73,47,91)
#40294F
(64,41,79)
#372343
(55,35,67)
#2E1D37
(46,29,55)
#25172B
(37,23,43)
#1C111F
(28,17,31)
#130B13
(19,11,19)
#000000
(0,0,0)

Tints of #6D478B

#6D478B
(109,71,139)
#7A5795
(122,87,149)
#87679F
(135,103,159)
#9477A9
(148,119,169)
#A187B3
(161,135,179)
#AE97BD
(174,151,189)
#BBA7C7
(187,167,199)
#C8B7D1
(200,183,209)
#D5C7DB
(213,199,219)
#E2D7E5
(226,215,229)
#EFE7EF
(239,231,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6D478B color. Also use rgb(109,71,139) instead hex code.

Text Font Color

.myTextColor { color: #6D478B; }

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

This text font color is #6D478B.


Background Color

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

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

This div background color is #6D478B.


Border color

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

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

This div border color is #6D478B.


Opacity

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

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

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

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

This text has shadow with #6D478B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6D478B on black background.


Color preview on white background

This text has color #6D478B on white background.



Black color preview on #6D478B background

This text has black color on #6D478B background.


White color preview on #6D478B background

This text has white color on #6D478B background.