COLOR #6B5F86

HEX: #6B5F86
RGB: (107,95,134)

Color info

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

RGB color model

#6B5F86 color RGB value is (107,95,134).

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

RGB channels and saturation

R 107 of 255 = 42%
G 95 of 255 = 37%
B 134 of 255 = 53%

107
95
134

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

Portions of RGB colors in percentages

R + G + B =
107 + 95 + 134 = 336 (100%)
R 107 of 336 ~ 31.85%
G 95 of 336 ~ 28.27%
B 134 of 336 ~ 39.88%

%31.85
%28.27
%39.88

CMYK color model

#6B5F86 color CMYK value is (20,29,0,47).

  • cyan value is 20.15%
  • magenta value is 29.10%
  • yellow value is 0.00%
  • key color value is 47.45%
CMYK:
(20,29,0,47)
C20M29Y0K47 
(20%,29%,0%,47%)
(0.20/0.29/0.00/0.47)	

CMYK percentages

%20.15
%29.1
%0
%47.45

Codes

Color #6B5F86 in popluar color models

6B5F86
RGB10795134
HSL258°17.03%44.90%
HSB/HSV258°29.10%52.55%
CMYK20.15%29.10%0.00%
47.45%

Color #6B5F86 in popluar number systems.

HEX6B5F86
Decimal10795134
Binary1101011101111110000110
Octal153137206

Shades and tints

Shades of #6B5F86

#6B5F86
(107,95,134)
#62577A
(98,87,122)
#594F6E
(89,79,110)
#504762
(80,71,98)
#473F56
(71,63,86)
#3E374A
(62,55,74)
#352F3E
(53,47,62)
#2C2732
(44,39,50)
#231F26
(35,31,38)
#1A171A
(26,23,26)
#110F0E
(17,15,14)
#000000
(0,0,0)

Tints of #6B5F86

#6B5F86
(107,95,134)
#786D91
(120,109,145)
#857B9C
(133,123,156)
#9289A7
(146,137,167)
#9F97B2
(159,151,178)
#ACA5BD
(172,165,189)
#B9B3C8
(185,179,200)
#C6C1D3
(198,193,211)
#D3CFDE
(211,207,222)
#E0DDE9
(224,221,233)
#EDEBF4
(237,235,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6B5F86; }

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

This text font color is #6B5F86.


Background Color

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

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

This div background color is #6B5F86.


Border color

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

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

This div border color is #6B5F86.


Opacity

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

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

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

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

This text has shadow with #6B5F86 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6B5F86 on black background.


Color preview on white background

This text has color #6B5F86 on white background.



Black color preview on #6B5F86 background

This text has black color on #6B5F86 background.


White color preview on #6B5F86 background

This text has white color on #6B5F86 background.