COLOR #6A4663

HEX: #6A4663
RGB: (106,70,99)

Color info

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

RGB color model

#6A4663 color RGB value is (106,70,99).

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

RGB channels and saturation

R 106 of 255 = 42%
G 70 of 255 = 27%
B 99 of 255 = 39%

106
70
99

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

Portions of RGB colors in percentages

R + G + B =
106 + 70 + 99 = 275 (100%)
R 106 of 275 ~ 38.55%
G 70 of 275 ~ 25.45%
B 99 of 275 ~ 36%

%38.55
%25.45
%36

CMYK color model

#6A4663 color CMYK value is (0,34,7,58).

  • cyan value is 0.00%
  • magenta value is 33.96%
  • yellow value is 6.60%
  • key color value is 58.43%
CMYK:
(0,34,7,58)
C0M34Y7K58 
(0%,34%,7%,58%)
(0.00/0.34/0.07/0.58)	

CMYK percentages

%0
%33.96
%6.6
%58.43

Codes

Color #6A4663 in popluar color models

6A4663
RGB1067099
HSL312°20.45%34.51%
HSB/HSV312°33.96%41.57%
CMYK0.00%33.96%6.60%
58.43%

Color #6A4663 in popluar number systems.

HEX6A4663
Decimal1067099
Binary110101010001101100011
Octal152106143

Shades and tints

Shades of #6A4663

#6A4663
(106,70,99)
#61405A
(97,64,90)
#583A51
(88,58,81)
#4F3448
(79,52,72)
#462E3F
(70,46,63)
#3D2836
(61,40,54)
#34222D
(52,34,45)
#2B1C24
(43,28,36)
#22161B
(34,22,27)
#191012
(25,16,18)
#100A09
(16,10,9)
#000000
(0,0,0)

Tints of #6A4663

#6A4663
(106,70,99)
#775671
(119,86,113)
#84667F
(132,102,127)
#91768D
(145,118,141)
#9E869B
(158,134,155)
#AB96A9
(171,150,169)
#B8A6B7
(184,166,183)
#C5B6C5
(197,182,197)
#D2C6D3
(210,198,211)
#DFD6E1
(223,214,225)
#ECE6EF
(236,230,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6A4663; }

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

This text font color is #6A4663.


Background Color

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

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

This div background color is #6A4663.


Border color

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

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

This div border color is #6A4663.


Opacity

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

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

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

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

This text has shadow with #6A4663 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6A4663 on black background.


Color preview on white background

This text has color #6A4663 on white background.



Black color preview on #6A4663 background

This text has black color on #6A4663 background.


White color preview on #6A4663 background

This text has white color on #6A4663 background.