COLOR #6A577F

HEX: #6A577F
RGB: (106,87,127)

Color info

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

RGB color model

#6A577F color RGB value is (106,87,127).

  • red value is 106;
  • green value is 87;
  • blue value is 127.
RGB:
(106,87,127)
(42%,34%,50%)

RGB channels and saturation

R 106 of 255 = 42%
G 87 of 255 = 34%
B 127 of 255 = 50%

106
87
127

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

Portions of RGB colors in percentages

R + G + B =
106 + 87 + 127 = 320 (100%)
R 106 of 320 ~ 33.13%
G 87 of 320 ~ 27.19%
B 127 of 320 ~ 39.69%

%33.13
%27.19
%39.69

CMYK color model

#6A577F color CMYK value is (17,31,0,50).

  • cyan value is 16.54%
  • magenta value is 31.50%
  • yellow value is 0.00%
  • key color value is 50.20%
CMYK:
(17,31,0,50)
C17M31Y0K50 
(17%,31%,0%,50%)
(0.17/0.31/0.00/0.50)	

CMYK percentages

%16.54
%31.5
%0
%50.2

Codes

Color #6A577F in popluar color models

6A577F
RGB10687127
HSL269°18.69%41.96%
HSB/HSV269°31.50%49.80%
CMYK16.54%31.50%0.00%
50.20%

Color #6A577F in popluar number systems.

HEX6A577F
Decimal10687127
Binary110101010101111111111
Octal152127177

Shades and tints

Shades of #6A577F

#6A577F
(106,87,127)
#615074
(97,80,116)
#584969
(88,73,105)
#4F425E
(79,66,94)
#463B53
(70,59,83)
#3D3448
(61,52,72)
#342D3D
(52,45,61)
#2B2632
(43,38,50)
#221F27
(34,31,39)
#19181C
(25,24,28)
#101111
(16,17,17)
#000000
(0,0,0)

Tints of #6A577F

#6A577F
(106,87,127)
#77668A
(119,102,138)
#847595
(132,117,149)
#9184A0
(145,132,160)
#9E93AB
(158,147,171)
#ABA2B6
(171,162,182)
#B8B1C1
(184,177,193)
#C5C0CC
(197,192,204)
#D2CFD7
(210,207,215)
#DFDEE2
(223,222,226)
#ECEDED
(236,237,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6A577F color. Also use rgb(106,87,127) instead hex code.

Text Font Color

.myTextColor { color: #6A577F; }

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

This text font color is #6A577F.


Background Color

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

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

This div background color is #6A577F.


Border color

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

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

This div border color is #6A577F.


Opacity

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

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

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

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

This text has shadow with #6A577F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6A577F on black background.


Color preview on white background

This text has color #6A577F on white background.



Black color preview on #6A577F background

This text has black color on #6A577F background.


White color preview on #6A577F background

This text has white color on #6A577F background.