COLOR #6B579B

HEX: #6B579B RGB: (107,87,155)

Color info

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

RGB color model

#6B579B color RGB value is (107,87,155).

RGB: (107,87,155) (42%, 34%, 61%)

RGB channels and saturation

R 107 of 255 = 42%
G 87 of 255 = 34%
B 155 of 255 = 61%

107
87
155

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

Portions of RGB colors in percentages

R + G + B = 107 + 87 + 155 = 349 (100%)
R 107 of 349 ~ 30.66%
G 87 of 349 ~ 24.93%
B 155 of 349 ~ 44.41'%

%30.66
%24.93
%44.41

CMYK color model

#6B579B color CMYK value is (31,44,0,39).

  • cyan value is 30.97%
  • magenta value is 43.87%
  • yellow value is 0.00%
  • key color value is 39.22%

CMYK: (31,44,0,39)
C31M44Y0K39 (31%, 44%, 0%, 39%)
(0.31 / 0.44 / 0.00 / 0.39)

CMYK percentages

%30.97
%43.87
%0
%39.22

Codes

Color #6B579B in popluar color models

6B 57 9B
RGB 107 87 155
HSL 258° 28.10% 47.45%
HSB/HSV 258° 43.87% 60.78%
CMYK 30.97% 43.87% 0.00%
39.22%

Color #6B579B in popluar number systems.

HEX 6B 57 9B
Decimal 107 87 155
Binary 1101011 1010111 10011011
Octal 153 127 233

Shades and tints

Shades of #6B579B

#6B579B
(107,87,155)
#62508D
(98,80,141)
#59497F
(89,73,127)
#504271
(80,66,113)
#473B63
(71,59,99)
#3E3455
(62,52,85)
#352D47
(53,45,71)
#2C2639
(44,38,57)
#231F2B
(35,31,43)
#1A181D
(26,24,29)
#11110F
(17,17,15)
#000000
(0,0,0)

Tints of #6B579B

#6B579B
(107,87,155)
#7866A4
(120,102,164)
#8575AD
(133,117,173)
#9284B6
(146,132,182)
#9F93BF
(159,147,191)
#ACA2C8
(172,162,200)
#B9B1D1
(185,177,209)
#C6C0DA
(198,192,218)
#D3CFE3
(211,207,227)
#E0DEEC
(224,222,236)
#EDEDF5
(237,237,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6B579B; }

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

This text font color is #6B579B.

Background Color

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

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

This div background color is #6B579B.

Border color

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

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

This div border color is #6B579B.

Opacity

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

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

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

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

This text has shadow with #6B579B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #6B579B.

Preview

Color preview on black background

This text has color #6B579B on black background.


Color preview on white background

This text has color #6B579B on white background.


Black color preview on #6B579B background

This text has black color on #6B579B background.


White color preview on #6B579B background

This text has white color on #6B579B background.


Related colors

Complementary color

Complementary color for #hex is #94A864.


I love getcolorcode.com

Triadic colors

1 #9B6B57 and #579B6B with #6B579B are triadic colors.

2 #9B576B and #576B9B with #6B579B are triadic colors.