COLOR #6D3285

HEX: #6D3285
RGB: (109,50,133)

Color info

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

RGB color model

#6D3285 color RGB value is (109,50,133).

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

RGB channels and saturation

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

109
50
133

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

Portions of RGB colors in percentages

R + G + B =
109 + 50 + 133 = 292 (100%)
R 109 of 292 ~ 37.33%
G 50 of 292 ~ 17.12%
B 133 of 292 ~ 45.55%

%37.33
%17.12
%45.55

CMYK color model

#6D3285 color CMYK value is (18,62,0,48).

  • cyan value is 18.05%
  • magenta value is 62.41%
  • yellow value is 0.00%
  • key color value is 47.84%
CMYK:
(18,62,0,48)
C18M62Y0K48 
(18%,62%,0%,48%)
(0.18/0.62/0.00/0.48)	

CMYK percentages

%18.05
%62.41
%0
%47.84

Codes

Color #6D3285 in popluar color models

6D3285
RGB10950133
HSL283°45.36%35.88%
HSB/HSV283°62.41%52.16%
CMYK18.05%62.41%0.00%
47.84%

Color #6D3285 in popluar number systems.

HEX6D3285
Decimal10950133
Binary110110111001010000101
Octal15562205

Shades and tints

Shades of #6D3285

#6D3285
(109,50,133)
#642E79
(100,46,121)
#5B2A6D
(91,42,109)
#522661
(82,38,97)
#492255
(73,34,85)
#401E49
(64,30,73)
#371A3D
(55,26,61)
#2E1631
(46,22,49)
#251225
(37,18,37)
#1C0E19
(28,14,25)
#130A0D
(19,10,13)
#000000
(0,0,0)

Tints of #6D3285

#6D3285
(109,50,133)
#7A4490
(122,68,144)
#87569B
(135,86,155)
#9468A6
(148,104,166)
#A17AB1
(161,122,177)
#AE8CBC
(174,140,188)
#BB9EC7
(187,158,199)
#C8B0D2
(200,176,210)
#D5C2DD
(213,194,221)
#E2D4E8
(226,212,232)
#EFE6F3
(239,230,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6D3285; }

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

This text font color is #6D3285.


Background Color

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

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

This div background color is #6D3285.


Border color

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

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

This div border color is #6D3285.


Opacity

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

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

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

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

This text has shadow with #6D3285 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6D3285 on black background.


Color preview on white background

This text has color #6D3285 on white background.



Black color preview on #6D3285 background

This text has black color on #6D3285 background.


White color preview on #6D3285 background

This text has white color on #6D3285 background.