COLOR #6B578D

HEX: #6B578D RGB: (107,87,141)

Color info

#6B578D contains red, green and blue colors in about the same proportion. Web safe color of #6B578D is #666699 (or #669).

RGB color model

#6B578D color RGB value is (107,87,141).

RGB: (107,87,141) (42%, 34%, 55%)

RGB channels and saturation

R 107 of 255 = 42%
G 87 of 255 = 34%
B 141 of 255 = 55%

107
87
141

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

Portions of RGB colors in percentages

R + G + B = 107 + 87 + 141 = 335 (100%)
R 107 of 335 ~ 31.94%
G 87 of 335 ~ 25.97%
B 141 of 335 ~ 42.09'%

%31.94
%25.97
%42.09

CMYK color model

#6B578D color CMYK value is (24,38,0,45).

  • cyan value is 24.11%
  • magenta value is 38.30%
  • yellow value is 0.00%
  • key color value is 44.71%

CMYK: (24,38,0,45)
C24M38Y0K45 (24%, 38%, 0%, 45%)
(0.24 / 0.38 / 0.00 / 0.45)

CMYK percentages

%24.11
%38.3
%0
%44.71

Codes

Color #6B578D in popluar color models

6B 57 8D
RGB 107 87 141
HSL 262° 23.68% 44.71%
HSB/HSV 262° 38.30% 55.29%
CMYK 24.11% 38.30% 0.00%
44.71%

Color #6B578D in popluar number systems.

HEX 6B 57 8D
Decimal 107 87 141
Binary 1101011 1010111 10001101
Octal 153 127 215

Shades and tints

Shades of #6B578D

#6B578D
(107,87,141)
#625081
(98,80,129)
#594975
(89,73,117)
#504269
(80,66,105)
#473B5D
(71,59,93)
#3E3451
(62,52,81)
#352D45
(53,45,69)
#2C2639
(44,38,57)
#231F2D
(35,31,45)
#1A1821
(26,24,33)
#111115
(17,17,21)
#000000
(0,0,0)

Tints of #6B578D

#6B578D
(107,87,141)
#786697
(120,102,151)
#8575A1
(133,117,161)
#9284AB
(146,132,171)
#9F93B5
(159,147,181)
#ACA2BF
(172,162,191)
#B9B1C9
(185,177,201)
#C6C0D3
(198,192,211)
#D3CFDD
(211,207,221)
#E0DEE7
(224,222,231)
#EDEDF1
(237,237,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6B578D; }

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

This text font color is #6B578D.

Background Color

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

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

This div background color is #6B578D.

Border color

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

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

This div border color is #6B578D.

Opacity

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

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

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

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

This text has shadow with #6B578D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #6B578D.

Preview

Color preview on black background

This text has color #6B578D on black background.


Color preview on white background

This text has color #6B578D on white background.


Black color preview on #6B578D background

This text has black color on #6B578D background.


White color preview on #6B578D background

This text has white color on #6B578D background.


Related colors

Complementary color

Complementary color for #hex is #94A872.


I love getcolorcode.com

Triadic colors

1 #8D6B57 and #578D6B with #6B578D are triadic colors.

2 #8D576B and #576B8D with #6B578D are triadic colors.