COLOR #6A557C

HEX: #6A557C
RGB: (106,85,124)

Color info

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

RGB color model

#6A557C color RGB value is (106,85,124).

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

RGB channels and saturation

R 106 of 255 = 42%
G 85 of 255 = 33%
B 124 of 255 = 49%

106
85
124

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

Portions of RGB colors in percentages

R + G + B =
106 + 85 + 124 = 315 (100%)
R 106 of 315 ~ 33.65%
G 85 of 315 ~ 26.98%
B 124 of 315 ~ 39.37%

%33.65
%26.98
%39.37

CMYK color model

#6A557C color CMYK value is (15,31,0,51).

  • cyan value is 14.52%
  • magenta value is 31.45%
  • yellow value is 0.00%
  • key color value is 51.37%
CMYK:
(15,31,0,51)
C15M31Y0K51 
(15%,31%,0%,51%)
(0.15/0.31/0.00/0.51)	

CMYK percentages

%14.52
%31.45
%0
%51.37

Codes

Color #6A557C in popluar color models

6A557C
RGB10685124
HSL272°18.66%40.98%
HSB/HSV272°31.45%48.63%
CMYK14.52%31.45%0.00%
51.37%

Color #6A557C in popluar number systems.

HEX6A557C
Decimal10685124
Binary110101010101011111100
Octal152125174

Shades and tints

Shades of #6A557C

#6A557C
(106,85,124)
#614E71
(97,78,113)
#584766
(88,71,102)
#4F405B
(79,64,91)
#463950
(70,57,80)
#3D3245
(61,50,69)
#342B3A
(52,43,58)
#2B242F
(43,36,47)
#221D24
(34,29,36)
#191619
(25,22,25)
#100F0E
(16,15,14)
#000000
(0,0,0)

Tints of #6A557C

#6A557C
(106,85,124)
#776487
(119,100,135)
#847392
(132,115,146)
#91829D
(145,130,157)
#9E91A8
(158,145,168)
#ABA0B3
(171,160,179)
#B8AFBE
(184,175,190)
#C5BEC9
(197,190,201)
#D2CDD4
(210,205,212)
#DFDCDF
(223,220,223)
#ECEBEA
(236,235,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6A557C; }

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

This text font color is #6A557C.


Background Color

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

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

This div background color is #6A557C.


Border color

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

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

This div border color is #6A557C.


Opacity

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

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

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

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

This text has shadow with #6A557C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6A557C on black background.


Color preview on white background

This text has color #6A557C on white background.



Black color preview on #6A557C background

This text has black color on #6A557C background.


White color preview on #6A557C background

This text has white color on #6A557C background.