COLOR #6B5871

HEX: #6B5871
RGB: (107,88,113)

Color info

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

RGB color model

#6B5871 color RGB value is (107,88,113).

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

RGB channels and saturation

R 107 of 255 = 42%
G 88 of 255 = 35%
B 113 of 255 = 44%

107
88
113

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

Portions of RGB colors in percentages

R + G + B =
107 + 88 + 113 = 308 (100%)
R 107 of 308 ~ 34.74%
G 88 of 308 ~ 28.57%
B 113 of 308 ~ 36.69%

%34.74
%28.57
%36.69

CMYK color model

#6B5871 color CMYK value is (5,22,0,56).

  • cyan value is 5.31%
  • magenta value is 22.12%
  • yellow value is 0.00%
  • key color value is 55.69%
CMYK:
(5,22,0,56)
C5M22Y0K56 
(5%,22%,0%,56%)
(0.05/0.22/0.00/0.56)	

CMYK percentages

%5.31
%22.12
%0
%55.69

Codes

Color #6B5871 in popluar color models

6B5871
RGB10788113
HSL286°12.44%39.41%
HSB/HSV286°22.12%44.31%
CMYK5.31%22.12%0.00%
55.69%

Color #6B5871 in popluar number systems.

HEX6B5871
Decimal10788113
Binary110101110110001110001
Octal153130161

Shades and tints

Shades of #6B5871

#6B5871
(107,88,113)
#625067
(98,80,103)
#59485D
(89,72,93)
#504053
(80,64,83)
#473849
(71,56,73)
#3E303F
(62,48,63)
#352835
(53,40,53)
#2C202B
(44,32,43)
#231821
(35,24,33)
#1A1017
(26,16,23)
#11080D
(17,8,13)
#000000
(0,0,0)

Tints of #6B5871

#6B5871
(107,88,113)
#78677D
(120,103,125)
#857689
(133,118,137)
#928595
(146,133,149)
#9F94A1
(159,148,161)
#ACA3AD
(172,163,173)
#B9B2B9
(185,178,185)
#C6C1C5
(198,193,197)
#D3D0D1
(211,208,209)
#E0DFDD
(224,223,221)
#EDEEE9
(237,238,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6B5871; }

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

This text font color is #6B5871.


Background Color

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

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

This div background color is #6B5871.


Border color

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

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

This div border color is #6B5871.


Opacity

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

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

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

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

This text has shadow with #6B5871 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6B5871 on black background.


Color preview on white background

This text has color #6B5871 on white background.



Black color preview on #6B5871 background

This text has black color on #6B5871 background.


White color preview on #6B5871 background

This text has white color on #6B5871 background.