COLOR #6A4864

HEX: #6A4864
RGB: (106,72,100)

Color info

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

RGB color model

#6A4864 color RGB value is (106,72,100).

  • red value is 106;
  • green value is 72;
  • blue value is 100.
RGB:
(106,72,100)
(42%,28%,39%)

RGB channels and saturation

R 106 of 255 = 42%
G 72 of 255 = 28%
B 100 of 255 = 39%

106
72
100

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

Portions of RGB colors in percentages

R + G + B =
106 + 72 + 100 = 278 (100%)
R 106 of 278 ~ 38.13%
G 72 of 278 ~ 25.9%
B 100 of 278 ~ 35.97%

%38.13
%25.9
%35.97

CMYK color model

#6A4864 color CMYK value is (0,32,6,58).

  • cyan value is 0.00%
  • magenta value is 32.08%
  • yellow value is 5.66%
  • key color value is 58.43%
CMYK:
(0,32,6,58)
C0M32Y6K58 
(0%,32%,6%,58%)
(0.00/0.32/0.06/0.58)	

CMYK percentages

%0
%32.08
%5.66
%58.43

Codes

Color #6A4864 in popluar color models

6A4864
RGB10672100
HSL311°19.10%34.90%
HSB/HSV311°32.08%41.57%
CMYK0.00%32.08%5.66%
58.43%

Color #6A4864 in popluar number systems.

HEX6A4864
Decimal10672100
Binary110101010010001100100
Octal152110144

Shades and tints

Shades of #6A4864

#6A4864
(106,72,100)
#61425B
(97,66,91)
#583C52
(88,60,82)
#4F3649
(79,54,73)
#463040
(70,48,64)
#3D2A37
(61,42,55)
#34242E
(52,36,46)
#2B1E25
(43,30,37)
#22181C
(34,24,28)
#191213
(25,18,19)
#100C0A
(16,12,10)
#000000
(0,0,0)

Tints of #6A4864

#6A4864
(106,72,100)
#775872
(119,88,114)
#846880
(132,104,128)
#91788E
(145,120,142)
#9E889C
(158,136,156)
#AB98AA
(171,152,170)
#B8A8B8
(184,168,184)
#C5B8C6
(197,184,198)
#D2C8D4
(210,200,212)
#DFD8E2
(223,216,226)
#ECE8F0
(236,232,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6A4864 color. Also use rgb(106,72,100) instead hex code.

Text Font Color

.myTextColor { color: #6A4864; }

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

This text font color is #6A4864.


Background Color

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

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

This div background color is #6A4864.


Border color

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

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

This div border color is #6A4864.


Opacity

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

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

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

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

This text has shadow with #6A4864 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6A4864 on black background.


Color preview on white background

This text has color #6A4864 on white background.



Black color preview on #6A4864 background

This text has black color on #6A4864 background.


White color preview on #6A4864 background

This text has white color on #6A4864 background.