COLOR #6D3488

HEX: #6D3488 RGB: (109,52,136)

Color info

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

RGB color model

#6D3488 color RGB value is (109,52,136).

RGB: (109,52,136) (43%, 20%, 53%)

RGB channels and saturation

R 109 of 255 = 43%
G 52 of 255 = 20%
B 136 of 255 = 53%

109
52
136

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

Portions of RGB colors in percentages

R + G + B = 109 + 52 + 136 = 297 (100%)
R 109 of 297 ~ 36.7%
G 52 of 297 ~ 17.51%
B 136 of 297 ~ 45.79'%

%36.7
%17.51
%45.79

CMYK color model

#6D3488 color CMYK value is (20,62,0,47).

  • cyan value is 19.85%
  • magenta value is 61.76%
  • yellow value is 0.00%
  • key color value is 46.67%

CMYK: (20,62,0,47)
C20M62Y0K47 (20%, 62%, 0%, 47%)
(0.20 / 0.62 / 0.00 / 0.47)

CMYK percentages

%19.85
%61.76
%0
%46.67

Codes

Color #6D3488 in popluar color models

6D 34 88
RGB 109 52 136
HSL 281° 44.68% 36.86%
HSB/HSV 281° 61.76% 53.33%
CMYK 19.85% 61.76% 0.00%
46.67%

Color #6D3488 in popluar number systems.

HEX 6D 34 88
Decimal 109 52 136
Binary 1101101 110100 10001000
Octal 155 64 210

Shades and tints

Shades of #6D3488

#6D3488
(109,52,136)
#64307C
(100,48,124)
#5B2C70
(91,44,112)
#522864
(82,40,100)
#492458
(73,36,88)
#40204C
(64,32,76)
#371C40
(55,28,64)
#2E1834
(46,24,52)
#251428
(37,20,40)
#1C101C
(28,16,28)
#130C10
(19,12,16)
#000000
(0,0,0)

Tints of #6D3488

#6D3488
(109,52,136)
#7A4692
(122,70,146)
#87589C
(135,88,156)
#946AA6
(148,106,166)
#A17CB0
(161,124,176)
#AE8EBA
(174,142,186)
#BBA0C4
(187,160,196)
#C8B2CE
(200,178,206)
#D5C4D8
(213,196,216)
#E2D6E2
(226,214,226)
#EFE8EC
(239,232,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6D3488; }

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

This text font color is #6D3488.

Background Color

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

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

This div background color is #6D3488.

Border color

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

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

This div border color is #6D3488.

Opacity

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

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

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

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

This text has shadow with #6D3488 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #6D3488.

Preview

Color preview on black background

This text has color #6D3488 on black background.


Color preview on white background

This text has color #6D3488 on white background.


Black color preview on #6D3488 background

This text has black color on #6D3488 background.


White color preview on #6D3488 background

This text has white color on #6D3488 background.


Related colors

Complementary color

Complementary color for #hex is #92CB77.


I love getcolorcode.com

Triadic colors

1 #886D34 and #34886D with #6D3488 are triadic colors.

2 #88346D and #346D88 with #6D3488 are triadic colors.