COLOR #6B557D

HEX: #6B557D
RGB: (107,85,125)

Color info

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

RGB color model

#6B557D color RGB value is (107,85,125).

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

RGB channels and saturation

R 107 of 255 = 42%
G 85 of 255 = 33%
B 125 of 255 = 49%

107
85
125

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

Portions of RGB colors in percentages

R + G + B =
107 + 85 + 125 = 317 (100%)
R 107 of 317 ~ 33.75%
G 85 of 317 ~ 26.81%
B 125 of 317 ~ 39.43%

%33.75
%26.81
%39.43

CMYK color model

#6B557D color CMYK value is (14,32,0,51).

  • cyan value is 14.40%
  • magenta value is 32.00%
  • yellow value is 0.00%
  • key color value is 50.98%
CMYK:
(14,32,0,51)
C14M32Y0K51 
(14%,32%,0%,51%)
(0.14/0.32/0.00/0.51)	

CMYK percentages

%14.4
%32
%0
%50.98

Codes

Color #6B557D in popluar color models

6B557D
RGB10785125
HSL273°19.05%41.18%
HSB/HSV273°32.00%49.02%
CMYK14.40%32.00%0.00%
50.98%

Color #6B557D in popluar number systems.

HEX6B557D
Decimal10785125
Binary110101110101011111101
Octal153125175

Shades and tints

Shades of #6B557D

#6B557D
(107,85,125)
#624E72
(98,78,114)
#594767
(89,71,103)
#50405C
(80,64,92)
#473951
(71,57,81)
#3E3246
(62,50,70)
#352B3B
(53,43,59)
#2C2430
(44,36,48)
#231D25
(35,29,37)
#1A161A
(26,22,26)
#110F0F
(17,15,15)
#000000
(0,0,0)

Tints of #6B557D

#6B557D
(107,85,125)
#786488
(120,100,136)
#857393
(133,115,147)
#92829E
(146,130,158)
#9F91A9
(159,145,169)
#ACA0B4
(172,160,180)
#B9AFBF
(185,175,191)
#C6BECA
(198,190,202)
#D3CDD5
(211,205,213)
#E0DCE0
(224,220,224)
#EDEBEB
(237,235,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6B557D; }

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

This text font color is #6B557D.


Background Color

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

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

This div background color is #6B557D.


Border color

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

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

This div border color is #6B557D.


Opacity

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

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

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

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

This text has shadow with #6B557D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6B557D on black background.


Color preview on white background

This text has color #6B557D on white background.



Black color preview on #6B557D background

This text has black color on #6B557D background.


White color preview on #6B557D background

This text has white color on #6B557D background.