COLOR #6B5687

HEX: #6B5687
RGB: (107,86,135)

Color info

#6B5687 contains red, green and blue colors in about the same proportion. Web safe color of #6B5687 is #666699 (or #669).

RGB color model

#6B5687 color RGB value is (107,86,135).

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

RGB channels and saturation

R 107 of 255 = 42%
G 86 of 255 = 34%
B 135 of 255 = 53%

107
86
135

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

Portions of RGB colors in percentages

R + G + B =
107 + 86 + 135 = 328 (100%)
R 107 of 328 ~ 32.62%
G 86 of 328 ~ 26.22%
B 135 of 328 ~ 41.16%

%32.62
%26.22
%41.16

CMYK color model

#6B5687 color CMYK value is (21,36,0,47).

  • cyan value is 20.74%
  • magenta value is 36.30%
  • yellow value is 0.00%
  • key color value is 47.06%
CMYK:
(21,36,0,47)
C21M36Y0K47 
(21%,36%,0%,47%)
(0.21/0.36/0.00/0.47)	

CMYK percentages

%20.74
%36.3
%0
%47.06

Codes

Color #6B5687 in popluar color models

6B5687
RGB10786135
HSL266°22.17%43.33%
HSB/HSV266°36.30%52.94%
CMYK20.74%36.30%0.00%
47.06%

Color #6B5687 in popluar number systems.

HEX6B5687
Decimal10786135
Binary1101011101011010000111
Octal153126207

Shades and tints

Shades of #6B5687

#6B5687
(107,86,135)
#624F7B
(98,79,123)
#59486F
(89,72,111)
#504163
(80,65,99)
#473A57
(71,58,87)
#3E334B
(62,51,75)
#352C3F
(53,44,63)
#2C2533
(44,37,51)
#231E27
(35,30,39)
#1A171B
(26,23,27)
#11100F
(17,16,15)
#000000
(0,0,0)

Tints of #6B5687

#6B5687
(107,86,135)
#786591
(120,101,145)
#85749B
(133,116,155)
#9283A5
(146,131,165)
#9F92AF
(159,146,175)
#ACA1B9
(172,161,185)
#B9B0C3
(185,176,195)
#C6BFCD
(198,191,205)
#D3CED7
(211,206,215)
#E0DDE1
(224,221,225)
#EDECEB
(237,236,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6B5687; }

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

This text font color is #6B5687.


Background Color

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

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

This div background color is #6B5687.


Border color

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

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

This div border color is #6B5687.


Opacity

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

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

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

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

This text has shadow with #6B5687 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6B5687 on black background.


Color preview on white background

This text has color #6B5687 on white background.



Black color preview on #6B5687 background

This text has black color on #6B5687 background.


White color preview on #6B5687 background

This text has white color on #6B5687 background.