COLOR #6A476A

HEX: #6A476A
RGB: (106,71,106)

Color info

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

RGB color model

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

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

RGB channels and saturation

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

106
71
106

R + G + B ~ 37%. #6A476A is quite dark color.

Portions of RGB colors in percentages

R + G + B =
106 + 71 + 106 = 283 (100%)
R 106 of 283 ~ 37.46%
G 71 of 283 ~ 25.09%
B 106 of 283 ~ 37.46%

%37.46
%25.09
%37.46

CMYK color model

#6A476A color CMYK value is (0,33,0,58).

  • cyan value is 0.00%
  • magenta value is 33.02%
  • yellow value is 0.00%
  • key color value is 58.43%
CMYK:
(0,33,0,58)
C0M33Y0K58 
(0%,33%,0%,58%)
(0.00/0.33/0.00/0.58)	

CMYK percentages

%0
%33.02
%0
%58.43

Codes

Color #6A476A in popluar color models

6A476A
RGB10671106
HSL300°19.77%34.71%
HSB/HSV300°33.02%41.57%
CMYK0.00%33.02%0.00%
58.43%

Color #6A476A in popluar number systems.

HEX6A476A
Decimal10671106
Binary110101010001111101010
Octal152107152

Shades and tints

Shades of #6A476A

#6A476A
(106,71,106)
#614161
(97,65,97)
#583B58
(88,59,88)
#4F354F
(79,53,79)
#462F46
(70,47,70)
#3D293D
(61,41,61)
#342334
(52,35,52)
#2B1D2B
(43,29,43)
#221722
(34,23,34)
#191119
(25,17,25)
#100B10
(16,11,16)
#000000
(0,0,0)

Tints of #6A476A

#6A476A
(106,71,106)
#775777
(119,87,119)
#846784
(132,103,132)
#917791
(145,119,145)
#9E879E
(158,135,158)
#AB97AB
(171,151,171)
#B8A7B8
(184,167,184)
#C5B7C5
(197,183,197)
#D2C7D2
(210,199,210)
#DFD7DF
(223,215,223)
#ECE7EC
(236,231,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6A476A; }

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

This text font color is #6A476A.


Background Color

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

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

This div background color is #6A476A.


Border color

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

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

This div border color is #6A476A.


Opacity

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

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

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

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

This text has shadow with #6A476A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6A476A on black background.


Color preview on white background

This text has color #6A476A on white background.



Black color preview on #6A476A background

This text has black color on #6A476A background.


White color preview on #6A476A background

This text has white color on #6A476A background.