COLOR #6A597A

HEX: #6A597A
RGB: (106,89,122)

Color info

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

RGB color model

#6A597A color RGB value is (106,89,122).

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

RGB channels and saturation

R 106 of 255 = 42%
G 89 of 255 = 35%
B 122 of 255 = 48%

106
89
122

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

Portions of RGB colors in percentages

R + G + B =
106 + 89 + 122 = 317 (100%)
R 106 of 317 ~ 33.44%
G 89 of 317 ~ 28.08%
B 122 of 317 ~ 38.49%

%33.44
%28.08
%38.49

CMYK color model

#6A597A color CMYK value is (13,27,0,52).

  • cyan value is 13.11%
  • magenta value is 27.05%
  • yellow value is 0.00%
  • key color value is 52.16%
CMYK:
(13,27,0,52)
C13M27Y0K52 
(13%,27%,0%,52%)
(0.13/0.27/0.00/0.52)	

CMYK percentages

%13.11
%27.05
%0
%52.16

Codes

Color #6A597A in popluar color models

6A597A
RGB10689122
HSL271°15.64%41.37%
HSB/HSV271°27.05%47.84%
CMYK13.11%27.05%0.00%
52.16%

Color #6A597A in popluar number systems.

HEX6A597A
Decimal10689122
Binary110101010110011111010
Octal152131172

Shades and tints

Shades of #6A597A

#6A597A
(106,89,122)
#61516F
(97,81,111)
#584964
(88,73,100)
#4F4159
(79,65,89)
#46394E
(70,57,78)
#3D3143
(61,49,67)
#342938
(52,41,56)
#2B212D
(43,33,45)
#221922
(34,25,34)
#191117
(25,17,23)
#10090C
(16,9,12)
#000000
(0,0,0)

Tints of #6A597A

#6A597A
(106,89,122)
#776886
(119,104,134)
#847792
(132,119,146)
#91869E
(145,134,158)
#9E95AA
(158,149,170)
#ABA4B6
(171,164,182)
#B8B3C2
(184,179,194)
#C5C2CE
(197,194,206)
#D2D1DA
(210,209,218)
#DFE0E6
(223,224,230)
#ECEFF2
(236,239,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6A597A; }

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

This text font color is #6A597A.


Background Color

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

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

This div background color is #6A597A.


Border color

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

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

This div border color is #6A597A.


Opacity

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

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

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

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

This text has shadow with #6A597A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6A597A on black background.


Color preview on white background

This text has color #6A597A on white background.



Black color preview on #6A597A background

This text has black color on #6A597A background.


White color preview on #6A597A background

This text has white color on #6A597A background.