COLOR #6B5671

HEX: #6B5671
RGB: (107,86,113)

Color info

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

RGB color model

#6B5671 color RGB value is (107,86,113).

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

RGB channels and saturation

R 107 of 255 = 42%
G 86 of 255 = 34%
B 113 of 255 = 44%

107
86
113

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

Portions of RGB colors in percentages

R + G + B =
107 + 86 + 113 = 306 (100%)
R 107 of 306 ~ 34.97%
G 86 of 306 ~ 28.1%
B 113 of 306 ~ 36.93%

%34.97
%28.1
%36.93

CMYK color model

#6B5671 color CMYK value is (5,24,0,56).

  • cyan value is 5.31%
  • magenta value is 23.89%
  • yellow value is 0.00%
  • key color value is 55.69%
CMYK:
(5,24,0,56)
C5M24Y0K56 
(5%,24%,0%,56%)
(0.05/0.24/0.00/0.56)	

CMYK percentages

%5.31
%23.89
%0
%55.69

Codes

Color #6B5671 in popluar color models

6B5671
RGB10786113
HSL287°13.57%39.02%
HSB/HSV287°23.89%44.31%
CMYK5.31%23.89%0.00%
55.69%

Color #6B5671 in popluar number systems.

HEX6B5671
Decimal10786113
Binary110101110101101110001
Octal153126161

Shades and tints

Shades of #6B5671

#6B5671
(107,86,113)
#624F67
(98,79,103)
#59485D
(89,72,93)
#504153
(80,65,83)
#473A49
(71,58,73)
#3E333F
(62,51,63)
#352C35
(53,44,53)
#2C252B
(44,37,43)
#231E21
(35,30,33)
#1A1717
(26,23,23)
#11100D
(17,16,13)
#000000
(0,0,0)

Tints of #6B5671

#6B5671
(107,86,113)
#78657D
(120,101,125)
#857489
(133,116,137)
#928395
(146,131,149)
#9F92A1
(159,146,161)
#ACA1AD
(172,161,173)
#B9B0B9
(185,176,185)
#C6BFC5
(198,191,197)
#D3CED1
(211,206,209)
#E0DDDD
(224,221,221)
#EDECE9
(237,236,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6B5671; }

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

This text font color is #6B5671.


Background Color

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

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

This div background color is #6B5671.


Border color

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

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

This div border color is #6B5671.


Opacity

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

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

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

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

This text has shadow with #6B5671 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6B5671 on black background.


Color preview on white background

This text has color #6B5671 on white background.



Black color preview on #6B5671 background

This text has black color on #6B5671 background.


White color preview on #6B5671 background

This text has white color on #6B5671 background.