COLOR #6A4172

HEX: #6A4172
RGB: (106,65,114)

Color info

#6A4172 contains red, green and blue colors in about the same proportion. Web safe color of #6A4172 is #663366 (or #636).

RGB color model

#6A4172 color RGB value is (106,65,114).

  • red value is 106;
  • green value is 65;
  • blue value is 114.
RGB:
(106,65,114)
(42%,25%,45%)

RGB channels and saturation

R 106 of 255 = 42%
G 65 of 255 = 25%
B 114 of 255 = 45%

106
65
114

R + G + B ~ 37%. #6A4172 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
106 + 65 + 114 = 285 (100%)
R 106 of 285 ~ 37.19%
G 65 of 285 ~ 22.81%
B 114 of 285 ~ 40%

%37.19
%22.81
%40

CMYK color model

#6A4172 color CMYK value is (7,43,0,55).

  • cyan value is 7.02%
  • magenta value is 42.98%
  • yellow value is 0.00%
  • key color value is 55.29%
CMYK:
(7,43,0,55)
C7M43Y0K55 
(7%,43%,0%,55%)
(0.07/0.43/0.00/0.55)	

CMYK percentages

%7.02
%42.98
%0
%55.29

Codes

Color #6A4172 in popluar color models

6A4172
RGB10665114
HSL290°27.37%35.10%
HSB/HSV290°42.98%44.71%
CMYK7.02%42.98%0.00%
55.29%

Color #6A4172 in popluar number systems.

HEX6A4172
Decimal10665114
Binary110101010000011110010
Octal152101162

Shades and tints

Shades of #6A4172

#6A4172
(106,65,114)
#613C68
(97,60,104)
#58375E
(88,55,94)
#4F3254
(79,50,84)
#462D4A
(70,45,74)
#3D2840
(61,40,64)
#342336
(52,35,54)
#2B1E2C
(43,30,44)
#221922
(34,25,34)
#191418
(25,20,24)
#100F0E
(16,15,14)
#000000
(0,0,0)

Tints of #6A4172

#6A4172
(106,65,114)
#77527E
(119,82,126)
#84638A
(132,99,138)
#917496
(145,116,150)
#9E85A2
(158,133,162)
#AB96AE
(171,150,174)
#B8A7BA
(184,167,186)
#C5B8C6
(197,184,198)
#D2C9D2
(210,201,210)
#DFDADE
(223,218,222)
#ECEBEA
(236,235,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6A4172 color. Also use rgb(106,65,114) instead hex code.

Text Font Color

.myTextColor { color: #6A4172; }

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

This text font color is #6A4172.


Background Color

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

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

This div background color is #6A4172.


Border color

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

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

This div border color is #6A4172.


Opacity

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

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

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

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

This text has shadow with #6A4172 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6A4172 on black background.


Color preview on white background

This text has color #6A4172 on white background.



Black color preview on #6A4172 background

This text has black color on #6A4172 background.


White color preview on #6A4172 background

This text has white color on #6A4172 background.