COLOR #6B5B86

HEX: #6B5B86
RGB: (107,91,134)

Color info

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

RGB color model

#6B5B86 color RGB value is (107,91,134).

  • red value is 107;
  • green value is 91;
  • blue value is 134.
RGB:
(107,91,134)
(42%,36%,53%)

RGB channels and saturation

R 107 of 255 = 42%
G 91 of 255 = 36%
B 134 of 255 = 53%

107
91
134

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

Portions of RGB colors in percentages

R + G + B =
107 + 91 + 134 = 332 (100%)
R 107 of 332 ~ 32.23%
G 91 of 332 ~ 27.41%
B 134 of 332 ~ 40.36%

%32.23
%27.41
%40.36

CMYK color model

#6B5B86 color CMYK value is (20,32,0,47).

  • cyan value is 20.15%
  • magenta value is 32.09%
  • yellow value is 0.00%
  • key color value is 47.45%
CMYK:
(20,32,0,47)
C20M32Y0K47 
(20%,32%,0%,47%)
(0.20/0.32/0.00/0.47)	

CMYK percentages

%20.15
%32.09
%0
%47.45

Codes

Color #6B5B86 in popluar color models

6B5B86
RGB10791134
HSL262°19.11%44.12%
HSB/HSV262°32.09%52.55%
CMYK20.15%32.09%0.00%
47.45%

Color #6B5B86 in popluar number systems.

HEX6B5B86
Decimal10791134
Binary1101011101101110000110
Octal153133206

Shades and tints

Shades of #6B5B86

#6B5B86
(107,91,134)
#62537A
(98,83,122)
#594B6E
(89,75,110)
#504362
(80,67,98)
#473B56
(71,59,86)
#3E334A
(62,51,74)
#352B3E
(53,43,62)
#2C2332
(44,35,50)
#231B26
(35,27,38)
#1A131A
(26,19,26)
#110B0E
(17,11,14)
#000000
(0,0,0)

Tints of #6B5B86

#6B5B86
(107,91,134)
#786991
(120,105,145)
#85779C
(133,119,156)
#9285A7
(146,133,167)
#9F93B2
(159,147,178)
#ACA1BD
(172,161,189)
#B9AFC8
(185,175,200)
#C6BDD3
(198,189,211)
#D3CBDE
(211,203,222)
#E0D9E9
(224,217,233)
#EDE7F4
(237,231,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6B5B86 color. Also use rgb(107,91,134) instead hex code.

Text Font Color

.myTextColor { color: #6B5B86; }

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

This text font color is #6B5B86.


Background Color

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

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

This div background color is #6B5B86.


Border color

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

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

This div border color is #6B5B86.


Opacity

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

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

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

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

This text has shadow with #6B5B86 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6B5B86 on black background.


Color preview on white background

This text has color #6B5B86 on white background.



Black color preview on #6B5B86 background

This text has black color on #6B5B86 background.


White color preview on #6B5B86 background

This text has white color on #6B5B86 background.