COLOR #6A4778

HEX: #6A4778
RGB: (106,71,120)

Color info

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

RGB color model

#6A4778 color RGB value is (106,71,120).

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

RGB channels and saturation

R 106 of 255 = 42%
G 71 of 255 = 28%
B 120 of 255 = 47%

106
71
120

R + G + B ~ 39%. #6A4778 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
106 + 71 + 120 = 297 (100%)
R 106 of 297 ~ 35.69%
G 71 of 297 ~ 23.91%
B 120 of 297 ~ 40.4%

%35.69
%23.91
%40.4

CMYK color model

#6A4778 color CMYK value is (12,41,0,53).

  • cyan value is 11.67%
  • magenta value is 40.83%
  • yellow value is 0.00%
  • key color value is 52.94%
CMYK:
(12,41,0,53)
C12M41Y0K53 
(12%,41%,0%,53%)
(0.12/0.41/0.00/0.53)	

CMYK percentages

%11.67
%40.83
%0
%52.94

Codes

Color #6A4778 in popluar color models

6A4778
RGB10671120
HSL283°25.65%37.45%
HSB/HSV283°40.83%47.06%
CMYK11.67%40.83%0.00%
52.94%

Color #6A4778 in popluar number systems.

HEX6A4778
Decimal10671120
Binary110101010001111111000
Octal152107170

Shades and tints

Shades of #6A4778

#6A4778
(106,71,120)
#61416E
(97,65,110)
#583B64
(88,59,100)
#4F355A
(79,53,90)
#462F50
(70,47,80)
#3D2946
(61,41,70)
#34233C
(52,35,60)
#2B1D32
(43,29,50)
#221728
(34,23,40)
#19111E
(25,17,30)
#100B14
(16,11,20)
#000000
(0,0,0)

Tints of #6A4778

#6A4778
(106,71,120)
#775784
(119,87,132)
#846790
(132,103,144)
#91779C
(145,119,156)
#9E87A8
(158,135,168)
#AB97B4
(171,151,180)
#B8A7C0
(184,167,192)
#C5B7CC
(197,183,204)
#D2C7D8
(210,199,216)
#DFD7E4
(223,215,228)
#ECE7F0
(236,231,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6A4778; }

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

This text font color is #6A4778.


Background Color

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

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

This div background color is #6A4778.


Border color

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

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

This div border color is #6A4778.


Opacity

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

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

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

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

This text has shadow with #6A4778 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6A4778 on black background.


Color preview on white background

This text has color #6A4778 on white background.



Black color preview on #6A4778 background

This text has black color on #6A4778 background.


White color preview on #6A4778 background

This text has white color on #6A4778 background.