COLOR #6D3495

HEX: #6D3495 RGB: (109,52,149)

Color info

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

RGB color model

#6D3495 color RGB value is (109,52,149).

RGB: (109,52,149) (43%, 20%, 58%)

RGB channels and saturation

R 109 of 255 = 43%
G 52 of 255 = 20%
B 149 of 255 = 58%

109
52
149

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

Portions of RGB colors in percentages

R + G + B = 109 + 52 + 149 = 310 (100%)
R 109 of 310 ~ 35.16%
G 52 of 310 ~ 16.77%
B 149 of 310 ~ 48.06'%

%35.16
%16.77
%48.06

CMYK color model

#6D3495 color CMYK value is (27,65,0,42).

  • cyan value is 26.85%
  • magenta value is 65.10%
  • yellow value is 0.00%
  • key color value is 41.57%

CMYK: (27,65,0,42)
C27M65Y0K42 (27%, 65%, 0%, 42%)
(0.27 / 0.65 / 0.00 / 0.42)

CMYK percentages

%26.85
%65.1
%0
%41.57

Codes

Color #6D3495 in popluar color models

6D 34 95
RGB 109 52 149
HSL 275° 48.26% 39.41%
HSB/HSV 275° 65.10% 58.43%
CMYK 26.85% 65.10% 0.00%
41.57%

Color #6D3495 in popluar number systems.

HEX 6D 34 95
Decimal 109 52 149
Binary 1101101 110100 10010101
Octal 155 64 225

Shades and tints

Shades of #6D3495

#6D3495
(109,52,149)
#643088
(100,48,136)
#5B2C7B
(91,44,123)
#52286E
(82,40,110)
#492461
(73,36,97)
#402054
(64,32,84)
#371C47
(55,28,71)
#2E183A
(46,24,58)
#25142D
(37,20,45)
#1C1020
(28,16,32)
#130C13
(19,12,19)
#000000
(0,0,0)

Tints of #6D3495

#6D3495
(109,52,149)
#7A469E
(122,70,158)
#8758A7
(135,88,167)
#946AB0
(148,106,176)
#A17CB9
(161,124,185)
#AE8EC2
(174,142,194)
#BBA0CB
(187,160,203)
#C8B2D4
(200,178,212)
#D5C4DD
(213,196,221)
#E2D6E6
(226,214,230)
#EFE8EF
(239,232,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6D3495 color. Also use rgb(109,52,149) instead hex code.

Text Font Color

.myTextColor { color: #6D3495; }

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

This text font color is #6D3495.

Background Color

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

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

This div background color is #6D3495.

Border color

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

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

This div border color is #6D3495.

Opacity

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

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

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

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

This text has shadow with #6D3495 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #6D3495.

Preview

Color preview on black background

This text has color #6D3495 on black background.


Color preview on white background

This text has color #6D3495 on white background.


Black color preview on #6D3495 background

This text has black color on #6D3495 background.


White color preview on #6D3495 background

This text has white color on #6D3495 background.


Related colors

Complementary color

Complementary color for #hex is #92CB6A.


I love getcolorcode.com

Triadic colors

1 #956D34 and #34956D with #6D3495 are triadic colors.

2 #95346D and #346D95 with #6D3495 are triadic colors.