COLOR #6A577E

HEX: #6A577E
RGB: (106,87,126)

Color info

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

RGB color model

#6A577E color RGB value is (106,87,126).

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

RGB channels and saturation

R 106 of 255 = 42%
G 87 of 255 = 34%
B 126 of 255 = 49%

106
87
126

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

Portions of RGB colors in percentages

R + G + B =
106 + 87 + 126 = 319 (100%)
R 106 of 319 ~ 33.23%
G 87 of 319 ~ 27.27%
B 126 of 319 ~ 39.5%

%33.23
%27.27
%39.5

CMYK color model

#6A577E color CMYK value is (16,31,0,51).

  • cyan value is 15.87%
  • magenta value is 30.95%
  • yellow value is 0.00%
  • key color value is 50.59%
CMYK:
(16,31,0,51)
C16M31Y0K51 
(16%,31%,0%,51%)
(0.16/0.31/0.00/0.51)	

CMYK percentages

%15.87
%30.95
%0
%50.59

Codes

Color #6A577E in popluar color models

6A577E
RGB10687126
HSL269°18.31%41.76%
HSB/HSV269°30.95%49.41%
CMYK15.87%30.95%0.00%
50.59%

Color #6A577E in popluar number systems.

HEX6A577E
Decimal10687126
Binary110101010101111111110
Octal152127176

Shades and tints

Shades of #6A577E

#6A577E
(106,87,126)
#615073
(97,80,115)
#584968
(88,73,104)
#4F425D
(79,66,93)
#463B52
(70,59,82)
#3D3447
(61,52,71)
#342D3C
(52,45,60)
#2B2631
(43,38,49)
#221F26
(34,31,38)
#19181B
(25,24,27)
#101110
(16,17,16)
#000000
(0,0,0)

Tints of #6A577E

#6A577E
(106,87,126)
#776689
(119,102,137)
#847594
(132,117,148)
#91849F
(145,132,159)
#9E93AA
(158,147,170)
#ABA2B5
(171,162,181)
#B8B1C0
(184,177,192)
#C5C0CB
(197,192,203)
#D2CFD6
(210,207,214)
#DFDEE1
(223,222,225)
#ECEDEC
(236,237,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6A577E; }

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

This text font color is #6A577E.


Background Color

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

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

This div background color is #6A577E.


Border color

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

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

This div border color is #6A577E.


Opacity

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

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

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

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

This text has shadow with #6A577E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6A577E on black background.


Color preview on white background

This text has color #6A577E on white background.



Black color preview on #6A577E background

This text has black color on #6A577E background.


White color preview on #6A577E background

This text has white color on #6A577E background.