COLOR #6B5279

HEX: #6B5279
RGB: (107,82,121)

Color info

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

RGB color model

#6B5279 color RGB value is (107,82,121).

  • red value is 107;
  • green value is 82;
  • blue value is 121.
RGB:
(107,82,121)
(42%,32%,47%)

RGB channels and saturation

R 107 of 255 = 42%
G 82 of 255 = 32%
B 121 of 255 = 47%

107
82
121

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

Portions of RGB colors in percentages

R + G + B =
107 + 82 + 121 = 310 (100%)
R 107 of 310 ~ 34.52%
G 82 of 310 ~ 26.45%
B 121 of 310 ~ 39.03%

%34.52
%26.45
%39.03

CMYK color model

#6B5279 color CMYK value is (12,32,0,53).

  • cyan value is 11.57%
  • magenta value is 32.23%
  • yellow value is 0.00%
  • key color value is 52.55%
CMYK:
(12,32,0,53)
C12M32Y0K53 
(12%,32%,0%,53%)
(0.12/0.32/0.00/0.53)	

CMYK percentages

%11.57
%32.23
%0
%52.55

Codes

Color #6B5279 in popluar color models

6B5279
RGB10782121
HSL278°19.21%39.80%
HSB/HSV278°32.23%47.45%
CMYK11.57%32.23%0.00%
52.55%

Color #6B5279 in popluar number systems.

HEX6B5279
Decimal10782121
Binary110101110100101111001
Octal153122171

Shades and tints

Shades of #6B5279

#6B5279
(107,82,121)
#624B6E
(98,75,110)
#594463
(89,68,99)
#503D58
(80,61,88)
#47364D
(71,54,77)
#3E2F42
(62,47,66)
#352837
(53,40,55)
#2C212C
(44,33,44)
#231A21
(35,26,33)
#1A1316
(26,19,22)
#110C0B
(17,12,11)
#000000
(0,0,0)

Tints of #6B5279

#6B5279
(107,82,121)
#786185
(120,97,133)
#857091
(133,112,145)
#927F9D
(146,127,157)
#9F8EA9
(159,142,169)
#AC9DB5
(172,157,181)
#B9ACC1
(185,172,193)
#C6BBCD
(198,187,205)
#D3CAD9
(211,202,217)
#E0D9E5
(224,217,229)
#EDE8F1
(237,232,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6B5279 color. Also use rgb(107,82,121) instead hex code.

Text Font Color

.myTextColor { color: #6B5279; }

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

This text font color is #6B5279.


Background Color

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

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

This div background color is #6B5279.


Border color

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

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

This div border color is #6B5279.


Opacity

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

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

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

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

This text has shadow with #6B5279 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6B5279 on black background.


Color preview on white background

This text has color #6B5279 on white background.



Black color preview on #6B5279 background

This text has black color on #6B5279 background.


White color preview on #6B5279 background

This text has white color on #6B5279 background.