COLOR #6A476B

HEX: #6A476B
RGB: (106,71,107)

Color info

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

RGB color model

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

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

RGB channels and saturation

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

106
71
107

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

Portions of RGB colors in percentages

R + G + B =
106 + 71 + 107 = 284 (100%)
R 106 of 284 ~ 37.32%
G 71 of 284 ~ 25%
B 107 of 284 ~ 37.68%

%37.32
%25
%37.68

CMYK color model

#6A476B color CMYK value is (1,34,0,58).

  • cyan value is 0.93%
  • magenta value is 33.64%
  • yellow value is 0.00%
  • key color value is 58.04%
CMYK:
(1,34,0,58)
C1M34Y0K58 
(1%,34%,0%,58%)
(0.01/0.34/0.00/0.58)	

CMYK percentages

%0.93
%33.64
%0
%58.04

Codes

Color #6A476B in popluar color models

6A476B
RGB10671107
HSL298°20.22%34.90%
HSB/HSV298°33.64%41.96%
CMYK0.93%33.64%0.00%
58.04%

Color #6A476B in popluar number systems.

HEX6A476B
Decimal10671107
Binary110101010001111101011
Octal152107153

Shades and tints

Shades of #6A476B

#6A476B
(106,71,107)
#614162
(97,65,98)
#583B59
(88,59,89)
#4F3550
(79,53,80)
#462F47
(70,47,71)
#3D293E
(61,41,62)
#342335
(52,35,53)
#2B1D2C
(43,29,44)
#221723
(34,23,35)
#19111A
(25,17,26)
#100B11
(16,11,17)
#000000
(0,0,0)

Tints of #6A476B

#6A476B
(106,71,107)
#775778
(119,87,120)
#846785
(132,103,133)
#917792
(145,119,146)
#9E879F
(158,135,159)
#AB97AC
(171,151,172)
#B8A7B9
(184,167,185)
#C5B7C6
(197,183,198)
#D2C7D3
(210,199,211)
#DFD7E0
(223,215,224)
#ECE7ED
(236,231,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6A476B; }

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

This text font color is #6A476B.


Background Color

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

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

This div background color is #6A476B.


Border color

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

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

This div border color is #6A476B.


Opacity

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

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

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

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

This text has shadow with #6A476B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6A476B on black background.


Color preview on white background

This text has color #6A476B on white background.



Black color preview on #6A476B background

This text has black color on #6A476B background.


White color preview on #6A476B background

This text has white color on #6A476B background.