COLOR #6A4A86

HEX: #6A4A86
RGB: (106,74,134)

Color info

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

RGB color model

#6A4A86 color RGB value is (106,74,134).

  • red value is 106;
  • green value is 74;
  • blue value is 134.
RGB:
(106,74,134)
(42%,29%,53%)

RGB channels and saturation

R 106 of 255 = 42%
G 74 of 255 = 29%
B 134 of 255 = 53%

106
74
134

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

Portions of RGB colors in percentages

R + G + B =
106 + 74 + 134 = 314 (100%)
R 106 of 314 ~ 33.76%
G 74 of 314 ~ 23.57%
B 134 of 314 ~ 42.68%

%33.76
%23.57
%42.68

CMYK color model

#6A4A86 color CMYK value is (21,45,0,47).

  • cyan value is 20.90%
  • magenta value is 44.78%
  • yellow value is 0.00%
  • key color value is 47.45%
CMYK:
(21,45,0,47)
C21M45Y0K47 
(21%,45%,0%,47%)
(0.21/0.45/0.00/0.47)	

CMYK percentages

%20.9
%44.78
%0
%47.45

Codes

Color #6A4A86 in popluar color models

6A4A86
RGB10674134
HSL272°28.85%40.78%
HSB/HSV272°44.78%52.55%
CMYK20.90%44.78%0.00%
47.45%

Color #6A4A86 in popluar number systems.

HEX6A4A86
Decimal10674134
Binary1101010100101010000110
Octal152112206

Shades and tints

Shades of #6A4A86

#6A4A86
(106,74,134)
#61447A
(97,68,122)
#583E6E
(88,62,110)
#4F3862
(79,56,98)
#463256
(70,50,86)
#3D2C4A
(61,44,74)
#34263E
(52,38,62)
#2B2032
(43,32,50)
#221A26
(34,26,38)
#19141A
(25,20,26)
#100E0E
(16,14,14)
#000000
(0,0,0)

Tints of #6A4A86

#6A4A86
(106,74,134)
#775A91
(119,90,145)
#846A9C
(132,106,156)
#917AA7
(145,122,167)
#9E8AB2
(158,138,178)
#AB9ABD
(171,154,189)
#B8AAC8
(184,170,200)
#C5BAD3
(197,186,211)
#D2CADE
(210,202,222)
#DFDAE9
(223,218,233)
#ECEAF4
(236,234,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6A4A86 color. Also use rgb(106,74,134) instead hex code.

Text Font Color

.myTextColor { color: #6A4A86; }

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

This text font color is #6A4A86.


Background Color

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

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

This div background color is #6A4A86.


Border color

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

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

This div border color is #6A4A86.


Opacity

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

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

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

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

This text has shadow with #6A4A86 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6A4A86 on black background.


Color preview on white background

This text has color #6A4A86 on white background.



Black color preview on #6A4A86 background

This text has black color on #6A4A86 background.


White color preview on #6A4A86 background

This text has white color on #6A4A86 background.