COLOR #6D3985

HEX: #6D3985
RGB: (109,57,133)

Color info

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

RGB color model

#6D3985 color RGB value is (109,57,133).

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

RGB channels and saturation

R 109 of 255 = 43%
G 57 of 255 = 22%
B 133 of 255 = 52%

109
57
133

R + G + B ~ 39%. #6D3985 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
109 + 57 + 133 = 299 (100%)
R 109 of 299 ~ 36.45%
G 57 of 299 ~ 19.06%
B 133 of 299 ~ 44.48%

%36.45
%19.06
%44.48

CMYK color model

#6D3985 color CMYK value is (18,57,0,48).

  • cyan value is 18.05%
  • magenta value is 57.14%
  • yellow value is 0.00%
  • key color value is 47.84%
CMYK:
(18,57,0,48)
C18M57Y0K48 
(18%,57%,0%,48%)
(0.18/0.57/0.00/0.48)	

CMYK percentages

%18.05
%57.14
%0
%47.84

Codes

Color #6D3985 in popluar color models

6D3985
RGB10957133
HSL281°40.00%37.25%
HSB/HSV281°57.14%52.16%
CMYK18.05%57.14%0.00%
47.84%

Color #6D3985 in popluar number systems.

HEX6D3985
Decimal10957133
Binary110110111100110000101
Octal15571205

Shades and tints

Shades of #6D3985

#6D3985
(109,57,133)
#643479
(100,52,121)
#5B2F6D
(91,47,109)
#522A61
(82,42,97)
#492555
(73,37,85)
#402049
(64,32,73)
#371B3D
(55,27,61)
#2E1631
(46,22,49)
#251125
(37,17,37)
#1C0C19
(28,12,25)
#13070D
(19,7,13)
#000000
(0,0,0)

Tints of #6D3985

#6D3985
(109,57,133)
#7A4B90
(122,75,144)
#875D9B
(135,93,155)
#946FA6
(148,111,166)
#A181B1
(161,129,177)
#AE93BC
(174,147,188)
#BBA5C7
(187,165,199)
#C8B7D2
(200,183,210)
#D5C9DD
(213,201,221)
#E2DBE8
(226,219,232)
#EFEDF3
(239,237,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6D3985; }

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

This text font color is #6D3985.


Background Color

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

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

This div background color is #6D3985.


Border color

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

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

This div border color is #6D3985.


Opacity

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

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

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

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

This text has shadow with #6D3985 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6D3985 on black background.


Color preview on white background

This text has color #6D3985 on white background.



Black color preview on #6D3985 background

This text has black color on #6D3985 background.


White color preview on #6D3985 background

This text has white color on #6D3985 background.