COLOR #6B578C

HEX: #6B578C
RGB: (107,87,140)

Color info

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

RGB color model

#6B578C color RGB value is (107,87,140).

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

RGB channels and saturation

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

107
87
140

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

Portions of RGB colors in percentages

R + G + B =
107 + 87 + 140 = 334 (100%)
R 107 of 334 ~ 32.04%
G 87 of 334 ~ 26.05%
B 140 of 334 ~ 41.92%

%32.04
%26.05
%41.92

CMYK color model

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

  • cyan value is 23.57%
  • magenta value is 37.86%
  • yellow value is 0.00%
  • key color value is 45.10%
CMYK:
(24,38,0,45)
C24M38Y0K45 
(24%,38%,0%,45%)
(0.24/0.38/0.00/0.45)	

CMYK percentages

%23.57
%37.86
%0
%45.1

Codes

Color #6B578C in popluar color models

6B578C
RGB10787140
HSL263°23.35%44.51%
HSB/HSV263°37.86%54.90%
CMYK23.57%37.86%0.00%
45.10%

Color #6B578C in popluar number systems.

HEX6B578C
Decimal10787140
Binary1101011101011110001100
Octal153127214

Shades and tints

Shades of #6B578C

#6B578C
(107,87,140)
#625080
(98,80,128)
#594974
(89,73,116)
#504268
(80,66,104)
#473B5C
(71,59,92)
#3E3450
(62,52,80)
#352D44
(53,45,68)
#2C2638
(44,38,56)
#231F2C
(35,31,44)
#1A1820
(26,24,32)
#111114
(17,17,20)
#000000
(0,0,0)

Tints of #6B578C

#6B578C
(107,87,140)
#786696
(120,102,150)
#8575A0
(133,117,160)
#9284AA
(146,132,170)
#9F93B4
(159,147,180)
#ACA2BE
(172,162,190)
#B9B1C8
(185,177,200)
#C6C0D2
(198,192,210)
#D3CFDC
(211,207,220)
#E0DEE6
(224,222,230)
#EDEDF0
(237,237,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6B578C; }

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

This text font color is #6B578C.


Background Color

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

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

This div background color is #6B578C.


Border color

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

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

This div border color is #6B578C.


Opacity

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

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

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

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

This text has shadow with #6B578C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6B578C on black background.


Color preview on white background

This text has color #6B578C on white background.



Black color preview on #6B578C background

This text has black color on #6B578C background.


White color preview on #6B578C background

This text has white color on #6B578C background.