COLOR #6A596F

HEX: #6A596F
RGB: (106,89,111)

Color info

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

RGB color model

#6A596F color RGB value is (106,89,111).

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

RGB channels and saturation

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

106
89
111

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

Portions of RGB colors in percentages

R + G + B =
106 + 89 + 111 = 306 (100%)
R 106 of 306 ~ 34.64%
G 89 of 306 ~ 29.08%
B 111 of 306 ~ 36.27%

%34.64
%29.08
%36.27

CMYK color model

#6A596F color CMYK value is (5,20,0,56).

  • cyan value is 4.50%
  • magenta value is 19.82%
  • yellow value is 0.00%
  • key color value is 56.47%
CMYK:
(5,20,0,56)
C5M20Y0K56 
(5%,20%,0%,56%)
(0.05/0.20/0.00/0.56)	

CMYK percentages

%4.5
%19.82
%0
%56.47

Codes

Color #6A596F in popluar color models

6A596F
RGB10689111
HSL286°11.00%39.22%
HSB/HSV286°19.82%43.53%
CMYK4.50%19.82%0.00%
56.47%

Color #6A596F in popluar number systems.

HEX6A596F
Decimal10689111
Binary110101010110011101111
Octal152131157

Shades and tints

Shades of #6A596F

#6A596F
(106,89,111)
#615165
(97,81,101)
#58495B
(88,73,91)
#4F4151
(79,65,81)
#463947
(70,57,71)
#3D313D
(61,49,61)
#342933
(52,41,51)
#2B2129
(43,33,41)
#22191F
(34,25,31)
#191115
(25,17,21)
#10090B
(16,9,11)
#000000
(0,0,0)

Tints of #6A596F

#6A596F
(106,89,111)
#77687C
(119,104,124)
#847789
(132,119,137)
#918696
(145,134,150)
#9E95A3
(158,149,163)
#ABA4B0
(171,164,176)
#B8B3BD
(184,179,189)
#C5C2CA
(197,194,202)
#D2D1D7
(210,209,215)
#DFE0E4
(223,224,228)
#ECEFF1
(236,239,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6A596F; }

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

This text font color is #6A596F.


Background Color

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

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

This div background color is #6A596F.


Border color

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

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

This div border color is #6A596F.


Opacity

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

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

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

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

This text has shadow with #6A596F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6A596F on black background.


Color preview on white background

This text has color #6A596F on white background.



Black color preview on #6A596F background

This text has black color on #6A596F background.


White color preview on #6A596F background

This text has white color on #6A596F background.