COLOR #6A5F78

HEX: #6A5F78
RGB: (106,95,120)

Color info

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

RGB color model

#6A5F78 color RGB value is (106,95,120).

  • red value is 106;
  • green value is 95;
  • blue value is 120.
RGB:
(106,95,120)
(42%,37%,47%)

RGB channels and saturation

R 106 of 255 = 42%
G 95 of 255 = 37%
B 120 of 255 = 47%

106
95
120

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

Portions of RGB colors in percentages

R + G + B =
106 + 95 + 120 = 321 (100%)
R 106 of 321 ~ 33.02%
G 95 of 321 ~ 29.6%
B 120 of 321 ~ 37.38%

%33.02
%29.6
%37.38

CMYK color model

#6A5F78 color CMYK value is (12,21,0,53).

  • cyan value is 11.67%
  • magenta value is 20.83%
  • yellow value is 0.00%
  • key color value is 52.94%
CMYK:
(12,21,0,53)
C12M21Y0K53 
(12%,21%,0%,53%)
(0.12/0.21/0.00/0.53)	

CMYK percentages

%11.67
%20.83
%0
%52.94

Codes

Color #6A5F78 in popluar color models

6A5F78
RGB10695120
HSL266°11.63%42.16%
HSB/HSV266°20.83%47.06%
CMYK11.67%20.83%0.00%
52.94%

Color #6A5F78 in popluar number systems.

HEX6A5F78
Decimal10695120
Binary110101010111111111000
Octal152137170

Shades and tints

Shades of #6A5F78

#6A5F78
(106,95,120)
#61576E
(97,87,110)
#584F64
(88,79,100)
#4F475A
(79,71,90)
#463F50
(70,63,80)
#3D3746
(61,55,70)
#342F3C
(52,47,60)
#2B2732
(43,39,50)
#221F28
(34,31,40)
#19171E
(25,23,30)
#100F14
(16,15,20)
#000000
(0,0,0)

Tints of #6A5F78

#6A5F78
(106,95,120)
#776D84
(119,109,132)
#847B90
(132,123,144)
#91899C
(145,137,156)
#9E97A8
(158,151,168)
#ABA5B4
(171,165,180)
#B8B3C0
(184,179,192)
#C5C1CC
(197,193,204)
#D2CFD8
(210,207,216)
#DFDDE4
(223,221,228)
#ECEBF0
(236,235,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6A5F78 color. Also use rgb(106,95,120) instead hex code.

Text Font Color

.myTextColor { color: #6A5F78; }

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

This text font color is #6A5F78.


Background Color

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

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

This div background color is #6A5F78.


Border color

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

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

This div border color is #6A5F78.


Opacity

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

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

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

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

This text has shadow with #6A5F78 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6A5F78 on black background.


Color preview on white background

This text has color #6A5F78 on white background.



Black color preview on #6A5F78 background

This text has black color on #6A5F78 background.


White color preview on #6A5F78 background

This text has white color on #6A5F78 background.