COLOR #6B7586

HEX: #6B7586
RGB: (107,117,134)

Color info

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

RGB color model

#6B7586 color RGB value is (107,117,134).

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

RGB channels and saturation

R 107 of 255 = 42%
G 117 of 255 = 46%
B 134 of 255 = 53%

107
117
134

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

Portions of RGB colors in percentages

R + G + B =
107 + 117 + 134 = 358 (100%)
R 107 of 358 ~ 29.89%
G 117 of 358 ~ 32.68%
B 134 of 358 ~ 37.43%

%29.89
%32.68
%37.43

CMYK color model

#6B7586 color CMYK value is (20,13,0,47).

  • cyan value is 20.15%
  • magenta value is 12.69%
  • yellow value is 0.00%
  • key color value is 47.45%
CMYK:
(20,13,0,47)
C20M13Y0K47 
(20%,13%,0%,47%)
(0.20/0.13/0.00/0.47)	

CMYK percentages

%20.15
%12.69
%0
%47.45

Codes

Color #6B7586 in popluar color models

6B7586
RGB107117134
HSL218°11.20%47.25%
HSB/HSV218°20.15%52.55%
CMYK20.15%12.69%0.00%
47.45%

Color #6B7586 in popluar number systems.

HEX6B7586
Decimal107117134
Binary1101011111010110000110
Octal153165206

Shades and tints

Shades of #6B7586

#6B7586
(107,117,134)
#626B7A
(98,107,122)
#59616E
(89,97,110)
#505762
(80,87,98)
#474D56
(71,77,86)
#3E434A
(62,67,74)
#35393E
(53,57,62)
#2C2F32
(44,47,50)
#232526
(35,37,38)
#1A1B1A
(26,27,26)
#11110E
(17,17,14)
#000000
(0,0,0)

Tints of #6B7586

#6B7586
(107,117,134)
#788191
(120,129,145)
#858D9C
(133,141,156)
#9299A7
(146,153,167)
#9FA5B2
(159,165,178)
#ACB1BD
(172,177,189)
#B9BDC8
(185,189,200)
#C6C9D3
(198,201,211)
#D3D5DE
(211,213,222)
#E0E1E9
(224,225,233)
#EDEDF4
(237,237,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6B7586; }

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

This text font color is #6B7586.


Background Color

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

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

This div background color is #6B7586.


Border color

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

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

This div border color is #6B7586.


Opacity

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

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

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

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

This text has shadow with #6B7586 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6B7586 on black background.


Color preview on white background

This text has color #6B7586 on white background.



Black color preview on #6B7586 background

This text has black color on #6B7586 background.


White color preview on #6B7586 background

This text has white color on #6B7586 background.