COLOR #6D3284

HEX: #6D3284
RGB: (109,50,132)

Color info

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

RGB color model

#6D3284 color RGB value is (109,50,132).

  • red value is 109;
  • green value is 50;
  • blue value is 132.
RGB:
(109,50,132)
(43%,20%,52%)

RGB channels and saturation

R 109 of 255 = 43%
G 50 of 255 = 20%
B 132 of 255 = 52%

109
50
132

R + G + B ~ 38%. #6D3284 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
109 + 50 + 132 = 291 (100%)
R 109 of 291 ~ 37.46%
G 50 of 291 ~ 17.18%
B 132 of 291 ~ 45.36%

%37.46
%17.18
%45.36

CMYK color model

#6D3284 color CMYK value is (17,62,0,48).

  • cyan value is 17.42%
  • magenta value is 62.12%
  • yellow value is 0.00%
  • key color value is 48.24%
CMYK:
(17,62,0,48)
C17M62Y0K48 
(17%,62%,0%,48%)
(0.17/0.62/0.00/0.48)	

CMYK percentages

%17.42
%62.12
%0
%48.24

Codes

Color #6D3284 in popluar color models

6D3284
RGB10950132
HSL283°45.05%35.69%
HSB/HSV283°62.12%51.76%
CMYK17.42%62.12%0.00%
48.24%

Color #6D3284 in popluar number systems.

HEX6D3284
Decimal10950132
Binary110110111001010000100
Octal15562204

Shades and tints

Shades of #6D3284

#6D3284
(109,50,132)
#642E78
(100,46,120)
#5B2A6C
(91,42,108)
#522660
(82,38,96)
#492254
(73,34,84)
#401E48
(64,30,72)
#371A3C
(55,26,60)
#2E1630
(46,22,48)
#251224
(37,18,36)
#1C0E18
(28,14,24)
#130A0C
(19,10,12)
#000000
(0,0,0)

Tints of #6D3284

#6D3284
(109,50,132)
#7A448F
(122,68,143)
#87569A
(135,86,154)
#9468A5
(148,104,165)
#A17AB0
(161,122,176)
#AE8CBB
(174,140,187)
#BB9EC6
(187,158,198)
#C8B0D1
(200,176,209)
#D5C2DC
(213,194,220)
#E2D4E7
(226,212,231)
#EFE6F2
(239,230,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6D3284 color. Also use rgb(109,50,132) instead hex code.

Text Font Color

.myTextColor { color: #6D3284; }

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

This text font color is #6D3284.


Background Color

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

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

This div background color is #6D3284.


Border color

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

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

This div border color is #6D3284.


Opacity

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

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

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

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

This text has shadow with #6D3284 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6D3284 on black background.


Color preview on white background

This text has color #6D3284 on white background.



Black color preview on #6D3284 background

This text has black color on #6D3284 background.


White color preview on #6D3284 background

This text has white color on #6D3284 background.