COLOR #6A495A

HEX: #6A495A
RGB: (106,73,90)

Color info

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

RGB color model

#6A495A color RGB value is (106,73,90).

  • red value is 106;
  • green value is 73;
  • blue value is 90.
RGB:
(106,73,90)
(42%,29%,35%)

RGB channels and saturation

R 106 of 255 = 42%
G 73 of 255 = 29%
B 90 of 255 = 35%

106
73
90

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

Portions of RGB colors in percentages

R + G + B =
106 + 73 + 90 = 269 (100%)
R 106 of 269 ~ 39.41%
G 73 of 269 ~ 27.14%
B 90 of 269 ~ 33.46%

%39.41
%27.14
%33.46

CMYK color model

#6A495A color CMYK value is (0,31,15,58).

  • cyan value is 0.00%
  • magenta value is 31.13%
  • yellow value is 15.09%
  • key color value is 58.43%
CMYK:
(0,31,15,58)
C0M31Y15K58 
(0%,31%,15%,58%)
(0.00/0.31/0.15/0.58)	

CMYK percentages

%0
%31.13
%15.09
%58.43

Codes

Color #6A495A in popluar color models

6A495A
RGB1067390
HSL329°18.44%35.10%
HSB/HSV329°31.13%41.57%
CMYK0.00%31.13%15.09%
58.43%

Color #6A495A in popluar number systems.

HEX6A495A
Decimal1067390
Binary110101010010011011010
Octal152111132

Shades and tints

Shades of #6A495A

#6A495A
(106,73,90)
#614352
(97,67,82)
#583D4A
(88,61,74)
#4F3742
(79,55,66)
#46313A
(70,49,58)
#3D2B32
(61,43,50)
#34252A
(52,37,42)
#2B1F22
(43,31,34)
#22191A
(34,25,26)
#191312
(25,19,18)
#100D0A
(16,13,10)
#000000
(0,0,0)

Tints of #6A495A

#6A495A
(106,73,90)
#775969
(119,89,105)
#846978
(132,105,120)
#917987
(145,121,135)
#9E8996
(158,137,150)
#AB99A5
(171,153,165)
#B8A9B4
(184,169,180)
#C5B9C3
(197,185,195)
#D2C9D2
(210,201,210)
#DFD9E1
(223,217,225)
#ECE9F0
(236,233,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6A495A color. Also use rgb(106,73,90) instead hex code.

Text Font Color

.myTextColor { color: #6A495A; }

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

This text font color is #6A495A.


Background Color

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

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

This div background color is #6A495A.


Border color

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

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

This div border color is #6A495A.


Opacity

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

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

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

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

This text has shadow with #6A495A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6A495A on black background.


Color preview on white background

This text has color #6A495A on white background.



Black color preview on #6A495A background

This text has black color on #6A495A background.


White color preview on #6A495A background

This text has white color on #6A495A background.