COLOR #6A4679

HEX: #6A4679
RGB: (106,70,121)

Color info

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

RGB color model

#6A4679 color RGB value is (106,70,121).

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

RGB channels and saturation

R 106 of 255 = 42%
G 70 of 255 = 27%
B 121 of 255 = 47%

106
70
121

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

Portions of RGB colors in percentages

R + G + B =
106 + 70 + 121 = 297 (100%)
R 106 of 297 ~ 35.69%
G 70 of 297 ~ 23.57%
B 121 of 297 ~ 40.74%

%35.69
%23.57
%40.74

CMYK color model

#6A4679 color CMYK value is (12,42,0,53).

  • cyan value is 12.40%
  • magenta value is 42.15%
  • yellow value is 0.00%
  • key color value is 52.55%
CMYK:
(12,42,0,53)
C12M42Y0K53 
(12%,42%,0%,53%)
(0.12/0.42/0.00/0.53)	

CMYK percentages

%12.4
%42.15
%0
%52.55

Codes

Color #6A4679 in popluar color models

6A4679
RGB10670121
HSL282°26.70%37.45%
HSB/HSV282°42.15%47.45%
CMYK12.40%42.15%0.00%
52.55%

Color #6A4679 in popluar number systems.

HEX6A4679
Decimal10670121
Binary110101010001101111001
Octal152106171

Shades and tints

Shades of #6A4679

#6A4679
(106,70,121)
#61406E
(97,64,110)
#583A63
(88,58,99)
#4F3458
(79,52,88)
#462E4D
(70,46,77)
#3D2842
(61,40,66)
#342237
(52,34,55)
#2B1C2C
(43,28,44)
#221621
(34,22,33)
#191016
(25,16,22)
#100A0B
(16,10,11)
#000000
(0,0,0)

Tints of #6A4679

#6A4679
(106,70,121)
#775685
(119,86,133)
#846691
(132,102,145)
#91769D
(145,118,157)
#9E86A9
(158,134,169)
#AB96B5
(171,150,181)
#B8A6C1
(184,166,193)
#C5B6CD
(197,182,205)
#D2C6D9
(210,198,217)
#DFD6E5
(223,214,229)
#ECE6F1
(236,230,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6A4679; }

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

This text font color is #6A4679.


Background Color

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

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

This div background color is #6A4679.


Border color

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

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

This div border color is #6A4679.


Opacity

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

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

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

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

This text has shadow with #6A4679 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6A4679 on black background.


Color preview on white background

This text has color #6A4679 on white background.



Black color preview on #6A4679 background

This text has black color on #6A4679 background.


White color preview on #6A4679 background

This text has white color on #6A4679 background.