COLOR #6A5A6F

HEX: #6A5A6F
RGB: (106,90,111)

Color info

#6A5A6F contains red, green and blue colors in about the same proportion. Web safe color of #6A5A6F is #666666 (or #666).

RGB color model

#6A5A6F color RGB value is (106,90,111).

  • red value is 106;
  • green value is 90;
  • blue value is 111.
RGB:
(106,90,111)
(42%,35%,44%)

RGB channels and saturation

R 106 of 255 = 42%
G 90 of 255 = 35%
B 111 of 255 = 44%

106
90
111

R + G + B ~ 40%. #6A5A6F is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
106 + 90 + 111 = 307 (100%)
R 106 of 307 ~ 34.53%
G 90 of 307 ~ 29.32%
B 111 of 307 ~ 36.16%

%34.53
%29.32
%36.16

CMYK color model

#6A5A6F color CMYK value is (5,19,0,56).

  • cyan value is 4.50%
  • magenta value is 18.92%
  • yellow value is 0.00%
  • key color value is 56.47%
CMYK:
(5,19,0,56)
C5M19Y0K56 
(5%,19%,0%,56%)
(0.05/0.19/0.00/0.56)	

CMYK percentages

%4.5
%18.92
%0
%56.47

Codes

Color #6A5A6F in popluar color models

6A5A6F
RGB10690111
HSL286°10.45%39.41%
HSB/HSV286°18.92%43.53%
CMYK4.50%18.92%0.00%
56.47%

Color #6A5A6F in popluar number systems.

HEX6A5A6F
Decimal10690111
Binary110101010110101101111
Octal152132157

Shades and tints

Shades of #6A5A6F

#6A5A6F
(106,90,111)
#615265
(97,82,101)
#584A5B
(88,74,91)
#4F4251
(79,66,81)
#463A47
(70,58,71)
#3D323D
(61,50,61)
#342A33
(52,42,51)
#2B2229
(43,34,41)
#221A1F
(34,26,31)
#191215
(25,18,21)
#100A0B
(16,10,11)
#000000
(0,0,0)

Tints of #6A5A6F

#6A5A6F
(106,90,111)
#77697C
(119,105,124)
#847889
(132,120,137)
#918796
(145,135,150)
#9E96A3
(158,150,163)
#ABA5B0
(171,165,176)
#B8B4BD
(184,180,189)
#C5C3CA
(197,195,202)
#D2D2D7
(210,210,215)
#DFE1E4
(223,225,228)
#ECF0F1
(236,240,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6A5A6F; }

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

This text font color is #6A5A6F.


Background Color

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

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

This div background color is #6A5A6F.


Border color

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

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

This div border color is #6A5A6F.


Opacity

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

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

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

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

This text has shadow with #6A5A6F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6A5A6F on black background.


Color preview on white background

This text has color #6A5A6F on white background.



Black color preview on #6A5A6F background

This text has black color on #6A5A6F background.


White color preview on #6A5A6F background

This text has white color on #6A5A6F background.