COLOR #6A477F

HEX: #6A477F
RGB: (106,71,127)

Color info

#6A477F contains red, green and blue colors in about the same proportion. Web safe color of #6A477F is #663366 (or #636).

RGB color model

#6A477F color RGB value is (106,71,127).

  • red value is 106;
  • green value is 71;
  • blue value is 127.
RGB:
(106,71,127)
(42%,28%,50%)

RGB channels and saturation

R 106 of 255 = 42%
G 71 of 255 = 28%
B 127 of 255 = 50%

106
71
127

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

Portions of RGB colors in percentages

R + G + B =
106 + 71 + 127 = 304 (100%)
R 106 of 304 ~ 34.87%
G 71 of 304 ~ 23.36%
B 127 of 304 ~ 41.78%

%34.87
%23.36
%41.78

CMYK color model

#6A477F color CMYK value is (17,44,0,50).

  • cyan value is 16.54%
  • magenta value is 44.09%
  • yellow value is 0.00%
  • key color value is 50.20%
CMYK:
(17,44,0,50)
C17M44Y0K50 
(17%,44%,0%,50%)
(0.17/0.44/0.00/0.50)	

CMYK percentages

%16.54
%44.09
%0
%50.2

Codes

Color #6A477F in popluar color models

6A477F
RGB10671127
HSL278°28.28%38.82%
HSB/HSV278°44.09%49.80%
CMYK16.54%44.09%0.00%
50.20%

Color #6A477F in popluar number systems.

HEX6A477F
Decimal10671127
Binary110101010001111111111
Octal152107177

Shades and tints

Shades of #6A477F

#6A477F
(106,71,127)
#614174
(97,65,116)
#583B69
(88,59,105)
#4F355E
(79,53,94)
#462F53
(70,47,83)
#3D2948
(61,41,72)
#34233D
(52,35,61)
#2B1D32
(43,29,50)
#221727
(34,23,39)
#19111C
(25,17,28)
#100B11
(16,11,17)
#000000
(0,0,0)

Tints of #6A477F

#6A477F
(106,71,127)
#77578A
(119,87,138)
#846795
(132,103,149)
#9177A0
(145,119,160)
#9E87AB
(158,135,171)
#AB97B6
(171,151,182)
#B8A7C1
(184,167,193)
#C5B7CC
(197,183,204)
#D2C7D7
(210,199,215)
#DFD7E2
(223,215,226)
#ECE7ED
(236,231,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6A477F color. Also use rgb(106,71,127) instead hex code.

Text Font Color

.myTextColor { color: #6A477F; }

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

This text font color is #6A477F.


Background Color

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

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

This div background color is #6A477F.


Border color

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

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

This div border color is #6A477F.


Opacity

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

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

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

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

This text has shadow with #6A477F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6A477F on black background.


Color preview on white background

This text has color #6A477F on white background.



Black color preview on #6A477F background

This text has black color on #6A477F background.


White color preview on #6A477F background

This text has white color on #6A477F background.