COLOR #6A4384

HEX: #6A4384
RGB: (106,67,132)

Color info

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

RGB color model

#6A4384 color RGB value is (106,67,132).

  • red value is 106;
  • green value is 67;
  • blue value is 132.
RGB:
(106,67,132)
(42%,26%,52%)

RGB channels and saturation

R 106 of 255 = 42%
G 67 of 255 = 26%
B 132 of 255 = 52%

106
67
132

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

Portions of RGB colors in percentages

R + G + B =
106 + 67 + 132 = 305 (100%)
R 106 of 305 ~ 34.75%
G 67 of 305 ~ 21.97%
B 132 of 305 ~ 43.28%

%34.75
%21.97
%43.28

CMYK color model

#6A4384 color CMYK value is (20,49,0,48).

  • cyan value is 19.70%
  • magenta value is 49.24%
  • yellow value is 0.00%
  • key color value is 48.24%
CMYK:
(20,49,0,48)
C20M49Y0K48 
(20%,49%,0%,48%)
(0.20/0.49/0.00/0.48)	

CMYK percentages

%19.7
%49.24
%0
%48.24

Codes

Color #6A4384 in popluar color models

6A4384
RGB10667132
HSL276°32.66%39.02%
HSB/HSV276°49.24%51.76%
CMYK19.70%49.24%0.00%
48.24%

Color #6A4384 in popluar number systems.

HEX6A4384
Decimal10667132
Binary1101010100001110000100
Octal152103204

Shades and tints

Shades of #6A4384

#6A4384
(106,67,132)
#613D78
(97,61,120)
#58376C
(88,55,108)
#4F3160
(79,49,96)
#462B54
(70,43,84)
#3D2548
(61,37,72)
#341F3C
(52,31,60)
#2B1930
(43,25,48)
#221324
(34,19,36)
#190D18
(25,13,24)
#10070C
(16,7,12)
#000000
(0,0,0)

Tints of #6A4384

#6A4384
(106,67,132)
#77548F
(119,84,143)
#84659A
(132,101,154)
#9176A5
(145,118,165)
#9E87B0
(158,135,176)
#AB98BB
(171,152,187)
#B8A9C6
(184,169,198)
#C5BAD1
(197,186,209)
#D2CBDC
(210,203,220)
#DFDCE7
(223,220,231)
#ECEDF2
(236,237,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6A4384 color. Also use rgb(106,67,132) instead hex code.

Text Font Color

.myTextColor { color: #6A4384; }

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

This text font color is #6A4384.


Background Color

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

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

This div background color is #6A4384.


Border color

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

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

This div border color is #6A4384.


Opacity

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

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

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

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

This text has shadow with #6A4384 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6A4384 on black background.


Color preview on white background

This text has color #6A4384 on white background.



Black color preview on #6A4384 background

This text has black color on #6A4384 background.


White color preview on #6A4384 background

This text has white color on #6A4384 background.