COLOR #6B507F

HEX: #6B507F
RGB: (107,80,127)

Color info

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

RGB color model

#6B507F color RGB value is (107,80,127).

  • red value is 107;
  • green value is 80;
  • blue value is 127.
RGB:
(107,80,127)
(42%,31%,50%)

RGB channels and saturation

R 107 of 255 = 42%
G 80 of 255 = 31%
B 127 of 255 = 50%

107
80
127

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

Portions of RGB colors in percentages

R + G + B =
107 + 80 + 127 = 314 (100%)
R 107 of 314 ~ 34.08%
G 80 of 314 ~ 25.48%
B 127 of 314 ~ 40.45%

%34.08
%25.48
%40.45

CMYK color model

#6B507F color CMYK value is (16,37,0,50).

  • cyan value is 15.75%
  • magenta value is 37.01%
  • yellow value is 0.00%
  • key color value is 50.20%
CMYK:
(16,37,0,50)
C16M37Y0K50 
(16%,37%,0%,50%)
(0.16/0.37/0.00/0.50)	

CMYK percentages

%15.75
%37.01
%0
%50.2

Codes

Color #6B507F in popluar color models

6B507F
RGB10780127
HSL274°22.71%40.59%
HSB/HSV274°37.01%49.80%
CMYK15.75%37.01%0.00%
50.20%

Color #6B507F in popluar number systems.

HEX6B507F
Decimal10780127
Binary110101110100001111111
Octal153120177

Shades and tints

Shades of #6B507F

#6B507F
(107,80,127)
#624974
(98,73,116)
#594269
(89,66,105)
#503B5E
(80,59,94)
#473453
(71,52,83)
#3E2D48
(62,45,72)
#35263D
(53,38,61)
#2C1F32
(44,31,50)
#231827
(35,24,39)
#1A111C
(26,17,28)
#110A11
(17,10,17)
#000000
(0,0,0)

Tints of #6B507F

#6B507F
(107,80,127)
#785F8A
(120,95,138)
#856E95
(133,110,149)
#927DA0
(146,125,160)
#9F8CAB
(159,140,171)
#AC9BB6
(172,155,182)
#B9AAC1
(185,170,193)
#C6B9CC
(198,185,204)
#D3C8D7
(211,200,215)
#E0D7E2
(224,215,226)
#EDE6ED
(237,230,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6B507F color. Also use rgb(107,80,127) instead hex code.

Text Font Color

.myTextColor { color: #6B507F; }

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

This text font color is #6B507F.


Background Color

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

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

This div background color is #6B507F.


Border color

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

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

This div border color is #6B507F.


Opacity

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

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

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

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

This text has shadow with #6B507F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6B507F on black background.


Color preview on white background

This text has color #6B507F on white background.



Black color preview on #6B507F background

This text has black color on #6B507F background.


White color preview on #6B507F background

This text has white color on #6B507F background.