COLOR #6B5571

HEX: #6B5571
RGB: (107,85,113)

Color info

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

RGB color model

#6B5571 color RGB value is (107,85,113).

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

RGB channels and saturation

R 107 of 255 = 42%
G 85 of 255 = 33%
B 113 of 255 = 44%

107
85
113

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

Portions of RGB colors in percentages

R + G + B =
107 + 85 + 113 = 305 (100%)
R 107 of 305 ~ 35.08%
G 85 of 305 ~ 27.87%
B 113 of 305 ~ 37.05%

%35.08
%27.87
%37.05

CMYK color model

#6B5571 color CMYK value is (5,25,0,56).

  • cyan value is 5.31%
  • magenta value is 24.78%
  • yellow value is 0.00%
  • key color value is 55.69%
CMYK:
(5,25,0,56)
C5M25Y0K56 
(5%,25%,0%,56%)
(0.05/0.25/0.00/0.56)	

CMYK percentages

%5.31
%24.78
%0
%55.69

Codes

Color #6B5571 in popluar color models

6B5571
RGB10785113
HSL287°14.14%38.82%
HSB/HSV287°24.78%44.31%
CMYK5.31%24.78%0.00%
55.69%

Color #6B5571 in popluar number systems.

HEX6B5571
Decimal10785113
Binary110101110101011110001
Octal153125161

Shades and tints

Shades of #6B5571

#6B5571
(107,85,113)
#624E67
(98,78,103)
#59475D
(89,71,93)
#504053
(80,64,83)
#473949
(71,57,73)
#3E323F
(62,50,63)
#352B35
(53,43,53)
#2C242B
(44,36,43)
#231D21
(35,29,33)
#1A1617
(26,22,23)
#110F0D
(17,15,13)
#000000
(0,0,0)

Tints of #6B5571

#6B5571
(107,85,113)
#78647D
(120,100,125)
#857389
(133,115,137)
#928295
(146,130,149)
#9F91A1
(159,145,161)
#ACA0AD
(172,160,173)
#B9AFB9
(185,175,185)
#C6BEC5
(198,190,197)
#D3CDD1
(211,205,209)
#E0DCDD
(224,220,221)
#EDEBE9
(237,235,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6B5571; }

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

This text font color is #6B5571.


Background Color

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

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

This div background color is #6B5571.


Border color

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

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

This div border color is #6B5571.


Opacity

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

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

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

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

This text has shadow with #6B5571 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6B5571 on black background.


Color preview on white background

This text has color #6B5571 on white background.



Black color preview on #6B5571 background

This text has black color on #6B5571 background.


White color preview on #6B5571 background

This text has white color on #6B5571 background.