COLOR #6D3F85

HEX: #6D3F85 RGB: (109,63,133)

Color info

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

RGB color model

#6D3F85 color RGB value is (109,63,133).

RGB: (109,63,133) (43%, 25%, 52%)

RGB channels and saturation

R 109 of 255 = 43%
G 63 of 255 = 25%
B 133 of 255 = 52%

109
63
133

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

Portions of RGB colors in percentages

R + G + B = 109 + 63 + 133 = 305 (100%)
R 109 of 305 ~ 35.74%
G 63 of 305 ~ 20.66%
B 133 of 305 ~ 43.61'%

%35.74
%20.66
%43.61

CMYK color model

#6D3F85 color CMYK value is (18,53,0,48).

  • cyan value is 18.05%
  • magenta value is 52.63%
  • yellow value is 0.00%
  • key color value is 47.84%

CMYK: (18,53,0,48)
C18M53Y0K48 (18%, 53%, 0%, 48%)
(0.18 / 0.53 / 0.00 / 0.48)

CMYK percentages

%18.05
%52.63
%0
%47.84

Codes

Color #6D3F85 in popluar color models

6D 3F 85
RGB 109 63 133
HSL 279° 35.71% 38.43%
HSB/HSV 279° 52.63% 52.16%
CMYK 18.05% 52.63% 0.00%
47.84%

Color #6D3F85 in popluar number systems.

HEX 6D 3F 85
Decimal 109 63 133
Binary 1101101 111111 10000101
Octal 155 77 205

Shades and tints

Shades of #6D3F85

#6D3F85
(109,63,133)
#643A79
(100,58,121)
#5B356D
(91,53,109)
#523061
(82,48,97)
#492B55
(73,43,85)
#402649
(64,38,73)
#37213D
(55,33,61)
#2E1C31
(46,28,49)
#251725
(37,23,37)
#1C1219
(28,18,25)
#130D0D
(19,13,13)
#000000
(0,0,0)

Tints of #6D3F85

#6D3F85
(109,63,133)
#7A5090
(122,80,144)
#87619B
(135,97,155)
#9472A6
(148,114,166)
#A183B1
(161,131,177)
#AE94BC
(174,148,188)
#BBA5C7
(187,165,199)
#C8B6D2
(200,182,210)
#D5C7DD
(213,199,221)
#E2D8E8
(226,216,232)
#EFE9F3
(239,233,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6D3F85; }

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

This text font color is #6D3F85.

Background Color

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

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

This div background color is #6D3F85.

Border color

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

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

This div border color is #6D3F85.

Opacity

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

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

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

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

This text has shadow with #6D3F85 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #6D3F85.

Preview

Color preview on black background

This text has color #6D3F85 on black background.


Color preview on white background

This text has color #6D3F85 on white background.


Black color preview on #6D3F85 background

This text has black color on #6D3F85 background.


White color preview on #6D3F85 background

This text has white color on #6D3F85 background.


Related colors

Complementary color

Complementary color for #hex is #92C07A.


I love getcolorcode.com

Triadic colors

1 #856D3F and #3F856D with #6D3F85 are triadic colors.

2 #853F6D and #3F6D85 with #6D3F85 are triadic colors.