COLOR #6A4661

HEX: #6A4661
RGB: (106,70,97)

Color info

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

RGB color model

#6A4661 color RGB value is (106,70,97).

  • red value is 106;
  • green value is 70;
  • blue value is 97.
RGB:
(106,70,97)
(42%,27%,38%)

RGB channels and saturation

R 106 of 255 = 42%
G 70 of 255 = 27%
B 97 of 255 = 38%

106
70
97

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

Portions of RGB colors in percentages

R + G + B =
106 + 70 + 97 = 273 (100%)
R 106 of 273 ~ 38.83%
G 70 of 273 ~ 25.64%
B 97 of 273 ~ 35.53%

%38.83
%25.64
%35.53

CMYK color model

#6A4661 color CMYK value is (0,34,8,58).

  • cyan value is 0.00%
  • magenta value is 33.96%
  • yellow value is 8.49%
  • key color value is 58.43%
CMYK:
(0,34,8,58)
C0M34Y8K58 
(0%,34%,8%,58%)
(0.00/0.34/0.08/0.58)	

CMYK percentages

%0
%33.96
%8.49
%58.43

Codes

Color #6A4661 in popluar color models

6A4661
RGB1067097
HSL315°20.45%34.51%
HSB/HSV315°33.96%41.57%
CMYK0.00%33.96%8.49%
58.43%

Color #6A4661 in popluar number systems.

HEX6A4661
Decimal1067097
Binary110101010001101100001
Octal152106141

Shades and tints

Shades of #6A4661

#6A4661
(106,70,97)
#614059
(97,64,89)
#583A51
(88,58,81)
#4F3449
(79,52,73)
#462E41
(70,46,65)
#3D2839
(61,40,57)
#342231
(52,34,49)
#2B1C29
(43,28,41)
#221621
(34,22,33)
#191019
(25,16,25)
#100A11
(16,10,17)
#000000
(0,0,0)

Tints of #6A4661

#6A4661
(106,70,97)
#77566F
(119,86,111)
#84667D
(132,102,125)
#91768B
(145,118,139)
#9E8699
(158,134,153)
#AB96A7
(171,150,167)
#B8A6B5
(184,166,181)
#C5B6C3
(197,182,195)
#D2C6D1
(210,198,209)
#DFD6DF
(223,214,223)
#ECE6ED
(236,230,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6A4661 color. Also use rgb(106,70,97) instead hex code.

Text Font Color

.myTextColor { color: #6A4661; }

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

This text font color is #6A4661.


Background Color

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

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

This div background color is #6A4661.


Border color

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

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

This div border color is #6A4661.


Opacity

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

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

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

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

This text has shadow with #6A4661 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6A4661 on black background.


Color preview on white background

This text has color #6A4661 on white background.



Black color preview on #6A4661 background

This text has black color on #6A4661 background.


White color preview on #6A4661 background

This text has white color on #6A4661 background.