COLOR #6A486F

HEX: #6A486F RGB: (106,72,111)

Color info

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

RGB color model

#6A486F color RGB value is (106,72,111).

RGB: (106,72,111) (42%, 28%, 44%)

RGB channels and saturation

R 106 of 255 = 42%
G 72 of 255 = 28%
B 111 of 255 = 44%

106
72
111

R + G + B ~ 38%. #6A486F is quite dark color.

Portions of RGB colors in percentages

R + G + B = 106 + 72 + 111 = 289 (100%)
R 106 of 289 ~ 36.68%
G 72 of 289 ~ 24.91%
B 111 of 289 ~ 38.41'%

%36.68
%24.91
%38.41

CMYK color model

#6A486F color CMYK value is (5,35,0,56).

  • cyan value is 4.50%
  • magenta value is 35.14%
  • yellow value is 0.00%
  • key color value is 56.47%

CMYK: (5,35,0,56)
C5M35Y0K56 (5%, 35%, 0%, 56%)
(0.05 / 0.35 / 0.00 / 0.56)

CMYK percentages

%4.5
%35.14
%0
%56.47

Codes

Color #6A486F in popluar color models

6A 48 6F
RGB 106 72 111
HSL 292° 21.31% 35.88%
HSB/HSV 292° 35.14% 43.53%
CMYK 4.50% 35.14% 0.00%
56.47%

Color #6A486F in popluar number systems.

HEX 6A 48 6F
Decimal 106 72 111
Binary 1101010 1001000 1101111
Octal 152 110 157

Shades and tints

Shades of #6A486F

#6A486F
(106,72,111)
#614265
(97,66,101)
#583C5B
(88,60,91)
#4F3651
(79,54,81)
#463047
(70,48,71)
#3D2A3D
(61,42,61)
#342433
(52,36,51)
#2B1E29
(43,30,41)
#22181F
(34,24,31)
#191215
(25,18,21)
#100C0B
(16,12,11)
#000000
(0,0,0)

Tints of #6A486F

#6A486F
(106,72,111)
#77587C
(119,88,124)
#846889
(132,104,137)
#917896
(145,120,150)
#9E88A3
(158,136,163)
#AB98B0
(171,152,176)
#B8A8BD
(184,168,189)
#C5B8CA
(197,184,202)
#D2C8D7
(210,200,215)
#DFD8E4
(223,216,228)
#ECE8F1
(236,232,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6A486F color. Also use rgb(106,72,111) instead hex code.

Text Font Color

.myTextColor { color: #6A486F; }

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

This text font color is #6A486F.

Background Color

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

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

This div background color is #6A486F.

Border color

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

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

This div border color is #6A486F.

Opacity

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

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

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

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

This text has shadow with #6A486F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #6A486F.

Preview

Color preview on black background

This text has color #6A486F on black background.


Color preview on white background

This text has color #6A486F on white background.


Black color preview on #6A486F background

This text has black color on #6A486F background.


White color preview on #6A486F background

This text has white color on #6A486F background.


Related colors

Complementary color

Complementary color for #hex is #95B790.


I love getcolorcode.com

Triadic colors

1 #6F6A48 and #486F6A with #6A486F are triadic colors.

2 #6F486A and #486A6F with #6A486F are triadic colors.