COLOR #6A2188

HEX: #6A2188 RGB: (106,33,136)

Color info

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

RGB color model

#6A2188 color RGB value is (106,33,136).

RGB: (106,33,136) (42%, 13%, 53%)

RGB channels and saturation

R 106 of 255 = 42%
G 33 of 255 = 13%
B 136 of 255 = 53%

106
33
136

R + G + B ~ 36%. #6A2188 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 106 + 33 + 136 = 275 (100%)
R 106 of 275 ~ 38.55%
G 33 of 275 ~ 12%
B 136 of 275 ~ 49.45'%

%38.55
%12
%49.45

CMYK color model

#6A2188 color CMYK value is (22,76,0,47).

  • cyan value is 22.06%
  • magenta value is 75.74%
  • yellow value is 0.00%
  • key color value is 46.67%

CMYK: (22,76,0,47)
C22M76Y0K47 (22%, 76%, 0%, 47%)
(0.22 / 0.76 / 0.00 / 0.47)

CMYK percentages

%22.06
%75.74
%0
%46.67

Codes

Color #6A2188 in popluar color models

6A 21 88
RGB 106 33 136
HSL 283° 60.95% 33.14%
HSB/HSV 283° 75.74% 53.33%
CMYK 22.06% 75.74% 0.00%
46.67%

Color #6A2188 in popluar number systems.

HEX 6A 21 88
Decimal 106 33 136
Binary 1101010 100001 10001000
Octal 152 41 210

Shades and tints

Shades of #6A2188

#6A2188
(106,33,136)
#611E7C
(97,30,124)
#581B70
(88,27,112)
#4F1864
(79,24,100)
#461558
(70,21,88)
#3D124C
(61,18,76)
#340F40
(52,15,64)
#2B0C34
(43,12,52)
#220928
(34,9,40)
#19061C
(25,6,28)
#100310
(16,3,16)
#000000
(0,0,0)

Tints of #6A2188

#6A2188
(106,33,136)
#773592
(119,53,146)
#84499C
(132,73,156)
#915DA6
(145,93,166)
#9E71B0
(158,113,176)
#AB85BA
(171,133,186)
#B899C4
(184,153,196)
#C5ADCE
(197,173,206)
#D2C1D8
(210,193,216)
#DFD5E2
(223,213,226)
#ECE9EC
(236,233,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6A2188 color. Also use rgb(106,33,136) instead hex code.

Text Font Color

.myTextColor { color: #6A2188; }

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

This text font color is #6A2188.

Background Color

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

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

This div background color is #6A2188.

Border color

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

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

This div border color is #6A2188.

Opacity

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

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

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

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

This text has shadow with #6A2188 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #6A2188.

Preview

Color preview on black background

This text has color #6A2188 on black background.


Color preview on white background

This text has color #6A2188 on white background.


Black color preview on #6A2188 background

This text has black color on #6A2188 background.


White color preview on #6A2188 background

This text has white color on #6A2188 background.


Related colors

Complementary color

Complementary color for #hex is #95DE77.


I love getcolorcode.com

Triadic colors

1 #886A21 and #21886A with #6A2188 are triadic colors.

2 #88216A and #216A88 with #6A2188 are triadic colors.