COLOR #6D4096

HEX: #6D4096
RGB: (109,64,150)

Color info

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

RGB color model

#6D4096 color RGB value is (109,64,150).

  • red value is 109;
  • green value is 64;
  • blue value is 150.
RGB:
(109,64,150)
(43%,25%,59%)

RGB channels and saturation

R 109 of 255 = 43%
G 64 of 255 = 25%
B 150 of 255 = 59%

109
64
150

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

Portions of RGB colors in percentages

R + G + B =
109 + 64 + 150 = 323 (100%)
R 109 of 323 ~ 33.75%
G 64 of 323 ~ 19.81%
B 150 of 323 ~ 46.44%

%33.75
%19.81
%46.44

CMYK color model

#6D4096 color CMYK value is (27,57,0,41).

  • cyan value is 27.33%
  • magenta value is 57.33%
  • yellow value is 0.00%
  • key color value is 41.18%
CMYK:
(27,57,0,41)
C27M57Y0K41 
(27%,57%,0%,41%)
(0.27/0.57/0.00/0.41)	

CMYK percentages

%27.33
%57.33
%0
%41.18

Codes

Color #6D4096 in popluar color models

6D4096
RGB10964150
HSL271°40.19%41.96%
HSB/HSV271°57.33%58.82%
CMYK27.33%57.33%0.00%
41.18%

Color #6D4096 in popluar number systems.

HEX6D4096
Decimal10964150
Binary1101101100000010010110
Octal155100226

Shades and tints

Shades of #6D4096

#6D4096
(109,64,150)
#643B89
(100,59,137)
#5B367C
(91,54,124)
#52316F
(82,49,111)
#492C62
(73,44,98)
#402755
(64,39,85)
#372248
(55,34,72)
#2E1D3B
(46,29,59)
#25182E
(37,24,46)
#1C1321
(28,19,33)
#130E14
(19,14,20)
#000000
(0,0,0)

Tints of #6D4096

#6D4096
(109,64,150)
#7A519F
(122,81,159)
#8762A8
(135,98,168)
#9473B1
(148,115,177)
#A184BA
(161,132,186)
#AE95C3
(174,149,195)
#BBA6CC
(187,166,204)
#C8B7D5
(200,183,213)
#D5C8DE
(213,200,222)
#E2D9E7
(226,217,231)
#EFEAF0
(239,234,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6D4096 color. Also use rgb(109,64,150) instead hex code.

Text Font Color

.myTextColor { color: #6D4096; }

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

This text font color is #6D4096.


Background Color

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

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

This div background color is #6D4096.


Border color

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

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

This div border color is #6D4096.


Opacity

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

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

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

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

This text has shadow with #6D4096 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6D4096 on black background.


Color preview on white background

This text has color #6D4096 on white background.



Black color preview on #6D4096 background

This text has black color on #6D4096 background.


White color preview on #6D4096 background

This text has white color on #6D4096 background.