COLOR #6D54AC

HEX: #6D54AC RGB: (109,84,172)

Color info

#6D54AC contains mainly blue color. Web safe color of #6D54AC is #666699 (or #669).

RGB color model

#6D54AC color RGB value is (109,84,172).

RGB: (109,84,172) (43%, 33%, 67%)

RGB channels and saturation

R 109 of 255 = 43%
G 84 of 255 = 33%
B 172 of 255 = 67%

109
84
172

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

Portions of RGB colors in percentages

R + G + B = 109 + 84 + 172 = 365 (100%)
R 109 of 365 ~ 29.86%
G 84 of 365 ~ 23.01%
B 172 of 365 ~ 47.12'%

%29.86
%23.01
%47.12

CMYK color model

#6D54AC color CMYK value is (37,51,0,33).

  • cyan value is 36.63%
  • magenta value is 51.16%
  • yellow value is 0.00%
  • key color value is 32.55%

CMYK: (37,51,0,33)
C37M51Y0K33 (37%, 51%, 0%, 33%)
(0.37 / 0.51 / 0.00 / 0.33)

CMYK percentages

%36.63
%51.16
%0
%32.55

Codes

Color #6D54AC in popluar color models

6D 54 AC
RGB 109 84 172
HSL 257° 34.65% 50.20%
HSB/HSV 257° 51.16% 67.45%
CMYK 36.63% 51.16% 0.00%
32.55%

Color #6D54AC in popluar number systems.

HEX 6D 54 AC
Decimal 109 84 172
Binary 1101101 1010100 10101100
Octal 155 124 254

Shades and tints

Shades of #6D54AC

#6D54AC
(109,84,172)
#644D9D
(100,77,157)
#5B468E
(91,70,142)
#523F7F
(82,63,127)
#493870
(73,56,112)
#403161
(64,49,97)
#372A52
(55,42,82)
#2E2343
(46,35,67)
#251C34
(37,28,52)
#1C1525
(28,21,37)
#130E16
(19,14,22)
#000000
(0,0,0)

Tints of #6D54AC

#6D54AC
(109,84,172)
#7A63B3
(122,99,179)
#8772BA
(135,114,186)
#9481C1
(148,129,193)
#A190C8
(161,144,200)
#AE9FCF
(174,159,207)
#BBAED6
(187,174,214)
#C8BDDD
(200,189,221)
#D5CCE4
(213,204,228)
#E2DBEB
(226,219,235)
#EFEAF2
(239,234,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6D54AC color. Also use rgb(109,84,172) instead hex code.

Text Font Color

.myTextColor { color: #6D54AC; }

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

This text font color is #6D54AC.

Background Color

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

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

This div background color is #6D54AC.

Border color

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

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

This div border color is #6D54AC.

Opacity

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

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

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

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

This text has shadow with #6D54AC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #6D54AC.

Preview

Color preview on black background

This text has color #6D54AC on black background.


Color preview on white background

This text has color #6D54AC on white background.


Black color preview on #6D54AC background

This text has black color on #6D54AC background.


White color preview on #6D54AC background

This text has white color on #6D54AC background.


Related colors

Complementary color

Complementary color for #hex is #92AB53.


I love getcolorcode.com

Triadic colors

1 #AC6D54 and #54AC6D with #6D54AC are triadic colors.

2 #AC546D and #546DAC with #6D54AC are triadic colors.