COLOR #6A5165

HEX: #6A5165 RGB: (106,81,101)

Color info

#6A5165 contains red, green and blue colors in about the same proportion. Web safe color of #6A5165 is #666666 (or #666).

RGB color model

#6A5165 color RGB value is (106,81,101).

RGB: (106,81,101) (42%, 32%, 40%)

RGB channels and saturation

R 106 of 255 = 42%
G 81 of 255 = 32%
B 101 of 255 = 40%

106
81
101

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

Portions of RGB colors in percentages

R + G + B = 106 + 81 + 101 = 288 (100%)
R 106 of 288 ~ 36.81%
G 81 of 288 ~ 28.13%
B 101 of 288 ~ 35.07'%

%36.81
%28.13
%35.07

CMYK color model

#6A5165 color CMYK value is (0,24,5,58).

  • cyan value is 0.00%
  • magenta value is 23.58%
  • yellow value is 4.72%
  • key color value is 58.43%

CMYK: (0,24,5,58)
C0M24Y5K58 (0%, 24%, 5%, 58%)
(0.00 / 0.24 / 0.05 / 0.58)

CMYK percentages

%0
%23.58
%4.72
%58.43

Codes

Color #6A5165 in popluar color models

6A 51 65
RGB 106 81 101
HSL 312° 13.37% 36.67%
HSB/HSV 312° 23.58% 41.57%
CMYK 0.00% 23.58% 4.72%
58.43%

Color #6A5165 in popluar number systems.

HEX 6A 51 65
Decimal 106 81 101
Binary 1101010 1010001 1100101
Octal 152 121 145

Shades and tints

Shades of #6A5165

#6A5165
(106,81,101)
#614A5C
(97,74,92)
#584353
(88,67,83)
#4F3C4A
(79,60,74)
#463541
(70,53,65)
#3D2E38
(61,46,56)
#34272F
(52,39,47)
#2B2026
(43,32,38)
#22191D
(34,25,29)
#191214
(25,18,20)
#100B0B
(16,11,11)
#000000
(0,0,0)

Tints of #6A5165

#6A5165
(106,81,101)
#776073
(119,96,115)
#846F81
(132,111,129)
#917E8F
(145,126,143)
#9E8D9D
(158,141,157)
#AB9CAB
(171,156,171)
#B8ABB9
(184,171,185)
#C5BAC7
(197,186,199)
#D2C9D5
(210,201,213)
#DFD8E3
(223,216,227)
#ECE7F1
(236,231,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6A5165; }

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

This text font color is #6A5165.

Background Color

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

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

This div background color is #6A5165.

Border color

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

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

This div border color is #6A5165.

Opacity

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

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

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

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

This text has shadow with #6A5165 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #6A5165.

Preview

Color preview on black background

This text has color #6A5165 on black background.


Color preview on white background

This text has color #6A5165 on white background.


Black color preview on #6A5165 background

This text has black color on #6A5165 background.


White color preview on #6A5165 background

This text has white color on #6A5165 background.


Related colors

Complementary color

Complementary color for #hex is #95AE9A.


I love getcolorcode.com

Triadic colors

1 #656A51 and #51656A with #6A5165 are triadic colors.

2 #65516A and #516A65 with #6A5165 are triadic colors.