COLOR #6B557A

HEX: #6B557A
RGB: (107,85,122)

Color info

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

RGB color model

#6B557A color RGB value is (107,85,122).

  • red value is 107;
  • green value is 85;
  • blue value is 122.
RGB:
(107,85,122)
(42%,33%,48%)

RGB channels and saturation

R 107 of 255 = 42%
G 85 of 255 = 33%
B 122 of 255 = 48%

107
85
122

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

Portions of RGB colors in percentages

R + G + B =
107 + 85 + 122 = 314 (100%)
R 107 of 314 ~ 34.08%
G 85 of 314 ~ 27.07%
B 122 of 314 ~ 38.85%

%34.08
%27.07
%38.85

CMYK color model

#6B557A color CMYK value is (12,30,0,52).

  • cyan value is 12.30%
  • magenta value is 30.33%
  • yellow value is 0.00%
  • key color value is 52.16%
CMYK:
(12,30,0,52)
C12M30Y0K52 
(12%,30%,0%,52%)
(0.12/0.30/0.00/0.52)	

CMYK percentages

%12.3
%30.33
%0
%52.16

Codes

Color #6B557A in popluar color models

6B557A
RGB10785122
HSL276°17.87%40.59%
HSB/HSV276°30.33%47.84%
CMYK12.30%30.33%0.00%
52.16%

Color #6B557A in popluar number systems.

HEX6B557A
Decimal10785122
Binary110101110101011111010
Octal153125172

Shades and tints

Shades of #6B557A

#6B557A
(107,85,122)
#624E6F
(98,78,111)
#594764
(89,71,100)
#504059
(80,64,89)
#47394E
(71,57,78)
#3E3243
(62,50,67)
#352B38
(53,43,56)
#2C242D
(44,36,45)
#231D22
(35,29,34)
#1A1617
(26,22,23)
#110F0C
(17,15,12)
#000000
(0,0,0)

Tints of #6B557A

#6B557A
(107,85,122)
#786486
(120,100,134)
#857392
(133,115,146)
#92829E
(146,130,158)
#9F91AA
(159,145,170)
#ACA0B6
(172,160,182)
#B9AFC2
(185,175,194)
#C6BECE
(198,190,206)
#D3CDDA
(211,205,218)
#E0DCE6
(224,220,230)
#EDEBF2
(237,235,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6B557A color. Also use rgb(107,85,122) instead hex code.

Text Font Color

.myTextColor { color: #6B557A; }

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

This text font color is #6B557A.


Background Color

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

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

This div background color is #6B557A.


Border color

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

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

This div border color is #6B557A.


Opacity

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

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

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

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

This text has shadow with #6B557A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6B557A on black background.


Color preview on white background

This text has color #6B557A on white background.



Black color preview on #6B557A background

This text has black color on #6B557A background.


White color preview on #6B557A background

This text has white color on #6B557A background.