COLOR #6B579F

HEX: #6B579F
RGB: (107,87,159)

Color info

#6B579F contains mainly red and blue colors. Web safe color of #6B579F is #666699 (or #669).

RGB color model

#6B579F color RGB value is (107,87,159).

  • red value is 107;
  • green value is 87;
  • blue value is 159.
RGB:
(107,87,159)
(42%,34%,62%)

RGB channels and saturation

R 107 of 255 = 42%
G 87 of 255 = 34%
B 159 of 255 = 62%

107
87
159

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

Portions of RGB colors in percentages

R + G + B =
107 + 87 + 159 = 353 (100%)
R 107 of 353 ~ 30.31%
G 87 of 353 ~ 24.65%
B 159 of 353 ~ 45.04%

%30.31
%24.65
%45.04

CMYK color model

#6B579F color CMYK value is (33,45,0,38).

  • cyan value is 32.70%
  • magenta value is 45.28%
  • yellow value is 0.00%
  • key color value is 37.65%
CMYK:
(33,45,0,38)
C33M45Y0K38 
(33%,45%,0%,38%)
(0.33/0.45/0.00/0.38)	

CMYK percentages

%32.7
%45.28
%0
%37.65

Codes

Color #6B579F in popluar color models

6B579F
RGB10787159
HSL257°29.27%48.24%
HSB/HSV257°45.28%62.35%
CMYK32.70%45.28%0.00%
37.65%

Color #6B579F in popluar number systems.

HEX6B579F
Decimal10787159
Binary1101011101011110011111
Octal153127237

Shades and tints

Shades of #6B579F

#6B579F
(107,87,159)
#625091
(98,80,145)
#594983
(89,73,131)
#504275
(80,66,117)
#473B67
(71,59,103)
#3E3459
(62,52,89)
#352D4B
(53,45,75)
#2C263D
(44,38,61)
#231F2F
(35,31,47)
#1A1821
(26,24,33)
#111113
(17,17,19)
#000000
(0,0,0)

Tints of #6B579F

#6B579F
(107,87,159)
#7866A7
(120,102,167)
#8575AF
(133,117,175)
#9284B7
(146,132,183)
#9F93BF
(159,147,191)
#ACA2C7
(172,162,199)
#B9B1CF
(185,177,207)
#C6C0D7
(198,192,215)
#D3CFDF
(211,207,223)
#E0DEE7
(224,222,231)
#EDEDEF
(237,237,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6B579F color. Also use rgb(107,87,159) instead hex code.

Text Font Color

.myTextColor { color: #6B579F; }

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

This text font color is #6B579F.


Background Color

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

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

This div background color is #6B579F.


Border color

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

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

This div border color is #6B579F.


Opacity

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

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

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

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

This text has shadow with #6B579F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6B579F on black background.


Color preview on white background

This text has color #6B579F on white background.



Black color preview on #6B579F background

This text has black color on #6B579F background.


White color preview on #6B579F background

This text has white color on #6B579F background.