COLOR #6B5079

HEX: #6B5079
RGB: (107,80,121)

Color info

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

RGB color model

#6B5079 color RGB value is (107,80,121).

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

RGB channels and saturation

R 107 of 255 = 42%
G 80 of 255 = 31%
B 121 of 255 = 47%

107
80
121

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

Portions of RGB colors in percentages

R + G + B =
107 + 80 + 121 = 308 (100%)
R 107 of 308 ~ 34.74%
G 80 of 308 ~ 25.97%
B 121 of 308 ~ 39.29%

%34.74
%25.97
%39.29

CMYK color model

#6B5079 color CMYK value is (12,34,0,53).

  • cyan value is 11.57%
  • magenta value is 33.88%
  • yellow value is 0.00%
  • key color value is 52.55%
CMYK:
(12,34,0,53)
C12M34Y0K53 
(12%,34%,0%,53%)
(0.12/0.34/0.00/0.53)	

CMYK percentages

%11.57
%33.88
%0
%52.55

Codes

Color #6B5079 in popluar color models

6B5079
RGB10780121
HSL280°20.40%39.41%
HSB/HSV280°33.88%47.45%
CMYK11.57%33.88%0.00%
52.55%

Color #6B5079 in popluar number systems.

HEX6B5079
Decimal10780121
Binary110101110100001111001
Octal153120171

Shades and tints

Shades of #6B5079

#6B5079
(107,80,121)
#62496E
(98,73,110)
#594263
(89,66,99)
#503B58
(80,59,88)
#47344D
(71,52,77)
#3E2D42
(62,45,66)
#352637
(53,38,55)
#2C1F2C
(44,31,44)
#231821
(35,24,33)
#1A1116
(26,17,22)
#110A0B
(17,10,11)
#000000
(0,0,0)

Tints of #6B5079

#6B5079
(107,80,121)
#785F85
(120,95,133)
#856E91
(133,110,145)
#927D9D
(146,125,157)
#9F8CA9
(159,140,169)
#AC9BB5
(172,155,181)
#B9AAC1
(185,170,193)
#C6B9CD
(198,185,205)
#D3C8D9
(211,200,217)
#E0D7E5
(224,215,229)
#EDE6F1
(237,230,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6B5079; }

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

This text font color is #6B5079.


Background Color

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

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

This div background color is #6B5079.


Border color

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

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

This div border color is #6B5079.


Opacity

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

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

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

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

This text has shadow with #6B5079 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6B5079 on black background.


Color preview on white background

This text has color #6B5079 on white background.



Black color preview on #6B5079 background

This text has black color on #6B5079 background.


White color preview on #6B5079 background

This text has white color on #6B5079 background.