COLOR #6A597C

HEX: #6A597C
RGB: (106,89,124)

Color info

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

RGB color model

#6A597C color RGB value is (106,89,124).

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

RGB channels and saturation

R 106 of 255 = 42%
G 89 of 255 = 35%
B 124 of 255 = 49%

106
89
124

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

Portions of RGB colors in percentages

R + G + B =
106 + 89 + 124 = 319 (100%)
R 106 of 319 ~ 33.23%
G 89 of 319 ~ 27.9%
B 124 of 319 ~ 38.87%

%33.23
%27.9
%38.87

CMYK color model

#6A597C color CMYK value is (15,28,0,51).

  • cyan value is 14.52%
  • magenta value is 28.23%
  • yellow value is 0.00%
  • key color value is 51.37%
CMYK:
(15,28,0,51)
C15M28Y0K51 
(15%,28%,0%,51%)
(0.15/0.28/0.00/0.51)	

CMYK percentages

%14.52
%28.23
%0
%51.37

Codes

Color #6A597C in popluar color models

6A597C
RGB10689124
HSL269°16.43%41.76%
HSB/HSV269°28.23%48.63%
CMYK14.52%28.23%0.00%
51.37%

Color #6A597C in popluar number systems.

HEX6A597C
Decimal10689124
Binary110101010110011111100
Octal152131174

Shades and tints

Shades of #6A597C

#6A597C
(106,89,124)
#615171
(97,81,113)
#584966
(88,73,102)
#4F415B
(79,65,91)
#463950
(70,57,80)
#3D3145
(61,49,69)
#34293A
(52,41,58)
#2B212F
(43,33,47)
#221924
(34,25,36)
#191119
(25,17,25)
#10090E
(16,9,14)
#000000
(0,0,0)

Tints of #6A597C

#6A597C
(106,89,124)
#776887
(119,104,135)
#847792
(132,119,146)
#91869D
(145,134,157)
#9E95A8
(158,149,168)
#ABA4B3
(171,164,179)
#B8B3BE
(184,179,190)
#C5C2C9
(197,194,201)
#D2D1D4
(210,209,212)
#DFE0DF
(223,224,223)
#ECEFEA
(236,239,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6A597C; }

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

This text font color is #6A597C.


Background Color

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

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

This div background color is #6A597C.


Border color

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

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

This div border color is #6A597C.


Opacity

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

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

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

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

This text has shadow with #6A597C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6A597C on black background.


Color preview on white background

This text has color #6A597C on white background.



Black color preview on #6A597C background

This text has black color on #6A597C background.


White color preview on #6A597C background

This text has white color on #6A597C background.