COLOR #6D54AA

HEX: #6D54AA RGB: (109,84,170)

Color info

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

RGB color model

#6D54AA color RGB value is (109,84,170).

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

RGB channels and saturation

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

109
84
170

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

Portions of RGB colors in percentages

R + G + B = 109 + 84 + 170 = 363 (100%)
R 109 of 363 ~ 30.03%
G 84 of 363 ~ 23.14%
B 170 of 363 ~ 46.83'%

%30.03
%23.14
%46.83

CMYK color model

#6D54AA color CMYK value is (36,51,0,33).

  • cyan value is 35.88%
  • magenta value is 50.59%
  • yellow value is 0.00%
  • key color value is 33.33%
CMYK: (36,51,0,33) C36M51Y0K33 (36%,51%,0%,33%) (0.36/0.51/0.00/0.33) 

CMYK percentages

%35.88
%50.59
%0
%33.33

Codes

Color #6D54AA in popluar color models

6D 54 AA
RGB 109 84 170
HSL 257° 33.86% 49.80%
HSB/HSV 257° 50.59% 66.67%
CMYK 35.88% 50.59% 0.00%
33.33%

Color #6D54AA in popluar number systems.

HEX 6D 54 AA
Decimal 109 84 170
Binary 1101101 1010100 10101010
Octal 155 124 252

Shades and tints

Shades of #6D54AA

#6D54AA
(109,84,170)
#644D9B
(100,77,155)
#5B468C
(91,70,140)
#523F7D
(82,63,125)
#49386E
(73,56,110)
#40315F
(64,49,95)
#372A50
(55,42,80)
#2E2341
(46,35,65)
#251C32
(37,28,50)
#1C1523
(28,21,35)
#130E14
(19,14,20)
#000000
(0,0,0)

Tints of #6D54AA

#6D54AA
(109,84,170)
#7A63B1
(122,99,177)
#8772B8
(135,114,184)
#9481BF
(148,129,191)
#A190C6
(161,144,198)
#AE9FCD
(174,159,205)
#BBAED4
(187,174,212)
#C8BDDB
(200,189,219)
#D5CCE2
(213,204,226)
#E2DBE9
(226,219,233)
#EFEAF0
(239,234,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6D54AA; }

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

This text font color is #6D54AA.

Background Color

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

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

This div background color is #6D54AA.

Border color

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

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

This div border color is #6D54AA.

Opacity

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

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

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

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

This text has shadow with #6D54AA color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #6D54AA.

Preview

Color preview on black background

This text has color #6D54AA on black background.


Color preview on white background

This text has color #6D54AA on white background.


Black color preview on #6D54AA background

This text has black color on #6D54AA background.


White color preview on #6D54AA background

This text has white color on #6D54AA background.


Related colors

Complementary color

Complementary color for #hex is #92AB55.


I love getcolorcode.com

Triadic colors

1 #AA6D54 and #54AA6D with #6D54AA are triadic colors.

2 #AA546D and #546DAA with #6D54AA are triadic colors.