COLOR #6A485D

HEX: #6A485D
RGB: (106,72,93)

Color info

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

RGB color model

#6A485D color RGB value is (106,72,93).

  • red value is 106;
  • green value is 72;
  • blue value is 93.
RGB:
(106,72,93)
(42%,28%,36%)

RGB channels and saturation

R 106 of 255 = 42%
G 72 of 255 = 28%
B 93 of 255 = 36%

106
72
93

R + G + B ~ 35%. #6A485D is quite dark color.

Portions of RGB colors in percentages

R + G + B =
106 + 72 + 93 = 271 (100%)
R 106 of 271 ~ 39.11%
G 72 of 271 ~ 26.57%
B 93 of 271 ~ 34.32%

%39.11
%26.57
%34.32

CMYK color model

#6A485D color CMYK value is (0,32,12,58).

  • cyan value is 0.00%
  • magenta value is 32.08%
  • yellow value is 12.26%
  • key color value is 58.43%
CMYK:
(0,32,12,58)
C0M32Y12K58 
(0%,32%,12%,58%)
(0.00/0.32/0.12/0.58)	

CMYK percentages

%0
%32.08
%12.26
%58.43

Codes

Color #6A485D in popluar color models

6A485D
RGB1067293
HSL323°19.10%34.90%
HSB/HSV323°32.08%41.57%
CMYK0.00%32.08%12.26%
58.43%

Color #6A485D in popluar number systems.

HEX6A485D
Decimal1067293
Binary110101010010001011101
Octal152110135

Shades and tints

Shades of #6A485D

#6A485D
(106,72,93)
#614255
(97,66,85)
#583C4D
(88,60,77)
#4F3645
(79,54,69)
#46303D
(70,48,61)
#3D2A35
(61,42,53)
#34242D
(52,36,45)
#2B1E25
(43,30,37)
#22181D
(34,24,29)
#191215
(25,18,21)
#100C0D
(16,12,13)
#000000
(0,0,0)

Tints of #6A485D

#6A485D
(106,72,93)
#77586B
(119,88,107)
#846879
(132,104,121)
#917887
(145,120,135)
#9E8895
(158,136,149)
#AB98A3
(171,152,163)
#B8A8B1
(184,168,177)
#C5B8BF
(197,184,191)
#D2C8CD
(210,200,205)
#DFD8DB
(223,216,219)
#ECE8E9
(236,232,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6A485D; }

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

This text font color is #6A485D.


Background Color

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

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

This div background color is #6A485D.


Border color

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

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

This div border color is #6A485D.


Opacity

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

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

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

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

This text has shadow with #6A485D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6A485D on black background.


Color preview on white background

This text has color #6A485D on white background.



Black color preview on #6A485D background

This text has black color on #6A485D background.


White color preview on #6A485D background

This text has white color on #6A485D background.