COLOR #6B5878

HEX: #6B5878
RGB: (107,88,120)

Color info

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

RGB color model

#6B5878 color RGB value is (107,88,120).

  • red value is 107;
  • green value is 88;
  • blue value is 120.
RGB:
(107,88,120)
(42%,35%,47%)

RGB channels and saturation

R 107 of 255 = 42%
G 88 of 255 = 35%
B 120 of 255 = 47%

107
88
120

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

Portions of RGB colors in percentages

R + G + B =
107 + 88 + 120 = 315 (100%)
R 107 of 315 ~ 33.97%
G 88 of 315 ~ 27.94%
B 120 of 315 ~ 38.1%

%33.97
%27.94
%38.1

CMYK color model

#6B5878 color CMYK value is (11,27,0,53).

  • cyan value is 10.83%
  • magenta value is 26.67%
  • yellow value is 0.00%
  • key color value is 52.94%
CMYK:
(11,27,0,53)
C11M27Y0K53 
(11%,27%,0%,53%)
(0.11/0.27/0.00/0.53)	

CMYK percentages

%10.83
%26.67
%0
%52.94

Codes

Color #6B5878 in popluar color models

6B5878
RGB10788120
HSL276°15.38%40.78%
HSB/HSV276°26.67%47.06%
CMYK10.83%26.67%0.00%
52.94%

Color #6B5878 in popluar number systems.

HEX6B5878
Decimal10788120
Binary110101110110001111000
Octal153130170

Shades and tints

Shades of #6B5878

#6B5878
(107,88,120)
#62506E
(98,80,110)
#594864
(89,72,100)
#50405A
(80,64,90)
#473850
(71,56,80)
#3E3046
(62,48,70)
#35283C
(53,40,60)
#2C2032
(44,32,50)
#231828
(35,24,40)
#1A101E
(26,16,30)
#110814
(17,8,20)
#000000
(0,0,0)

Tints of #6B5878

#6B5878
(107,88,120)
#786784
(120,103,132)
#857690
(133,118,144)
#92859C
(146,133,156)
#9F94A8
(159,148,168)
#ACA3B4
(172,163,180)
#B9B2C0
(185,178,192)
#C6C1CC
(198,193,204)
#D3D0D8
(211,208,216)
#E0DFE4
(224,223,228)
#EDEEF0
(237,238,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6B5878 color. Also use rgb(107,88,120) instead hex code.

Text Font Color

.myTextColor { color: #6B5878; }

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

This text font color is #6B5878.


Background Color

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

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

This div background color is #6B5878.


Border color

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

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

This div border color is #6B5878.


Opacity

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

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

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

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

This text has shadow with #6B5878 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6B5878 on black background.


Color preview on white background

This text has color #6B5878 on white background.



Black color preview on #6B5878 background

This text has black color on #6B5878 background.


White color preview on #6B5878 background

This text has white color on #6B5878 background.