COLOR #6A4774

HEX: #6A4774
RGB: (106,71,116)

Color info

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

RGB color model

#6A4774 color RGB value is (106,71,116).

  • red value is 106;
  • green value is 71;
  • blue value is 116.
RGB:
(106,71,116)
(42%,28%,45%)

RGB channels and saturation

R 106 of 255 = 42%
G 71 of 255 = 28%
B 116 of 255 = 45%

106
71
116

R + G + B ~ 38%. #6A4774 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
106 + 71 + 116 = 293 (100%)
R 106 of 293 ~ 36.18%
G 71 of 293 ~ 24.23%
B 116 of 293 ~ 39.59%

%36.18
%24.23
%39.59

CMYK color model

#6A4774 color CMYK value is (9,39,0,55).

  • cyan value is 8.62%
  • magenta value is 38.79%
  • yellow value is 0.00%
  • key color value is 54.51%
CMYK:
(9,39,0,55)
C9M39Y0K55 
(9%,39%,0%,55%)
(0.09/0.39/0.00/0.55)	

CMYK percentages

%8.62
%38.79
%0
%54.51

Codes

Color #6A4774 in popluar color models

6A4774
RGB10671116
HSL287°24.06%36.67%
HSB/HSV287°38.79%45.49%
CMYK8.62%38.79%0.00%
54.51%

Color #6A4774 in popluar number systems.

HEX6A4774
Decimal10671116
Binary110101010001111110100
Octal152107164

Shades and tints

Shades of #6A4774

#6A4774
(106,71,116)
#61416A
(97,65,106)
#583B60
(88,59,96)
#4F3556
(79,53,86)
#462F4C
(70,47,76)
#3D2942
(61,41,66)
#342338
(52,35,56)
#2B1D2E
(43,29,46)
#221724
(34,23,36)
#19111A
(25,17,26)
#100B10
(16,11,16)
#000000
(0,0,0)

Tints of #6A4774

#6A4774
(106,71,116)
#775780
(119,87,128)
#84678C
(132,103,140)
#917798
(145,119,152)
#9E87A4
(158,135,164)
#AB97B0
(171,151,176)
#B8A7BC
(184,167,188)
#C5B7C8
(197,183,200)
#D2C7D4
(210,199,212)
#DFD7E0
(223,215,224)
#ECE7EC
(236,231,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6A4774 color. Also use rgb(106,71,116) instead hex code.

Text Font Color

.myTextColor { color: #6A4774; }

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

This text font color is #6A4774.


Background Color

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

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

This div background color is #6A4774.


Border color

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

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

This div border color is #6A4774.


Opacity

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

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

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

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

This text has shadow with #6A4774 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6A4774 on black background.


Color preview on white background

This text has color #6A4774 on white background.



Black color preview on #6A4774 background

This text has black color on #6A4774 background.


White color preview on #6A4774 background

This text has white color on #6A4774 background.