COLOR #6A4065

HEX: #6A4065
RGB: (106,64,101)

Color info

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

RGB color model

#6A4065 color RGB value is (106,64,101).

  • red value is 106;
  • green value is 64;
  • blue value is 101.
RGB:
(106,64,101)
(42%,25%,40%)

RGB channels and saturation

R 106 of 255 = 42%
G 64 of 255 = 25%
B 101 of 255 = 40%

106
64
101

R + G + B ~ 36%. #6A4065 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
106 + 64 + 101 = 271 (100%)
R 106 of 271 ~ 39.11%
G 64 of 271 ~ 23.62%
B 101 of 271 ~ 37.27%

%39.11
%23.62
%37.27

CMYK color model

#6A4065 color CMYK value is (0,40,5,58).

  • cyan value is 0.00%
  • magenta value is 39.62%
  • yellow value is 4.72%
  • key color value is 58.43%
CMYK:
(0,40,5,58)
C0M40Y5K58 
(0%,40%,5%,58%)
(0.00/0.40/0.05/0.58)	

CMYK percentages

%0
%39.62
%4.72
%58.43

Codes

Color #6A4065 in popluar color models

6A4065
RGB10664101
HSL307°24.71%33.33%
HSB/HSV307°39.62%41.57%
CMYK0.00%39.62%4.72%
58.43%

Color #6A4065 in popluar number systems.

HEX6A4065
Decimal10664101
Binary110101010000001100101
Octal152100145

Shades and tints

Shades of #6A4065

#6A4065
(106,64,101)
#613B5C
(97,59,92)
#583653
(88,54,83)
#4F314A
(79,49,74)
#462C41
(70,44,65)
#3D2738
(61,39,56)
#34222F
(52,34,47)
#2B1D26
(43,29,38)
#22181D
(34,24,29)
#191314
(25,19,20)
#100E0B
(16,14,11)
#000000
(0,0,0)

Tints of #6A4065

#6A4065
(106,64,101)
#775173
(119,81,115)
#846281
(132,98,129)
#91738F
(145,115,143)
#9E849D
(158,132,157)
#AB95AB
(171,149,171)
#B8A6B9
(184,166,185)
#C5B7C7
(197,183,199)
#D2C8D5
(210,200,213)
#DFD9E3
(223,217,227)
#ECEAF1
(236,234,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6A4065 color. Also use rgb(106,64,101) instead hex code.

Text Font Color

.myTextColor { color: #6A4065; }

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

This text font color is #6A4065.


Background Color

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

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

This div background color is #6A4065.


Border color

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

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

This div border color is #6A4065.


Opacity

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

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

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

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

This text has shadow with #6A4065 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6A4065 on black background.


Color preview on white background

This text has color #6A4065 on white background.



Black color preview on #6A4065 background

This text has black color on #6A4065 background.


White color preview on #6A4065 background

This text has white color on #6A4065 background.