COLOR #6A55AC

HEX: #6A55AC RGB: (106,85,172)

Color info

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

RGB color model

#6A55AC color RGB value is (106,85,172).

RGB: (106,85,172) (42%, 33%, 67%)

RGB channels and saturation

R 106 of 255 = 42%
G 85 of 255 = 33%
B 172 of 255 = 67%

106
85
172

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

Portions of RGB colors in percentages

R + G + B = 106 + 85 + 172 = 363 (100%)
R 106 of 363 ~ 29.2%
G 85 of 363 ~ 23.42%
B 172 of 363 ~ 47.38'%

%29.2
%23.42
%47.38

CMYK color model

#6A55AC color CMYK value is (38,51,0,33).

  • cyan value is 38.37%
  • magenta value is 50.58%
  • yellow value is 0.00%
  • key color value is 32.55%

CMYK: (38,51,0,33)
C38M51Y0K33 (38%, 51%, 0%, 33%)
(0.38 / 0.51 / 0.00 / 0.33)

CMYK percentages

%38.37
%50.58
%0
%32.55

Codes

Color #6A55AC in popluar color models

6A 55 AC
RGB 106 85 172
HSL 254° 34.39% 50.39%
HSB/HSV 254° 50.58% 67.45%
CMYK 38.37% 50.58% 0.00%
32.55%

Color #6A55AC in popluar number systems.

HEX 6A 55 AC
Decimal 106 85 172
Binary 1101010 1010101 10101100
Octal 152 125 254

Shades and tints

Shades of #6A55AC

#6A55AC
(106,85,172)
#614E9D
(97,78,157)
#58478E
(88,71,142)
#4F407F
(79,64,127)
#463970
(70,57,112)
#3D3261
(61,50,97)
#342B52
(52,43,82)
#2B2443
(43,36,67)
#221D34
(34,29,52)
#191625
(25,22,37)
#100F16
(16,15,22)
#000000
(0,0,0)

Tints of #6A55AC

#6A55AC
(106,85,172)
#7764B3
(119,100,179)
#8473BA
(132,115,186)
#9182C1
(145,130,193)
#9E91C8
(158,145,200)
#ABA0CF
(171,160,207)
#B8AFD6
(184,175,214)
#C5BEDD
(197,190,221)
#D2CDE4
(210,205,228)
#DFDCEB
(223,220,235)
#ECEBF2
(236,235,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6A55AC color. Also use rgb(106,85,172) instead hex code.

Text Font Color

.myTextColor { color: #6A55AC; }

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

This text font color is #6A55AC.

Background Color

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

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

This div background color is #6A55AC.

Border color

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

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

This div border color is #6A55AC.

Opacity

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

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

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

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

This text has shadow with #6A55AC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #6A55AC.

Preview

Color preview on black background

This text has color #6A55AC on black background.


Color preview on white background

This text has color #6A55AC on white background.


Black color preview on #6A55AC background

This text has black color on #6A55AC background.


White color preview on #6A55AC background

This text has white color on #6A55AC background.


Related colors

Complementary color

Complementary color for #hex is #95AA53.


I love getcolorcode.com

Triadic colors

1 #AC6A55 and #55AC6A with #6A55AC are triadic colors.

2 #AC556A and #556AAC with #6A55AC are triadic colors.