COLOR #6A3265

HEX: #6A3265 RGB: (106,50,101)

Color info

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

RGB color model

#6A3265 color RGB value is (106,50,101).

RGB: (106,50,101) (42%, 20%, 40%)

RGB channels and saturation

R 106 of 255 = 42%
G 50 of 255 = 20%
B 101 of 255 = 40%

106
50
101

R + G + B ~ 34%. #6A3265 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 106 + 50 + 101 = 257 (100%)
R 106 of 257 ~ 41.25%
G 50 of 257 ~ 19.46%
B 101 of 257 ~ 39.3'%

%41.25
%19.46
%39.3

CMYK color model

#6A3265 color CMYK value is (0,53,5,58).

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

CMYK: (0,53,5,58)
C0M53Y5K58 (0%, 53%, 5%, 58%)
(0.00 / 0.53 / 0.05 / 0.58)

CMYK percentages

%0
%52.83
%4.72
%58.43

Codes

Color #6A3265 in popluar color models

6A 32 65
RGB 106 50 101
HSL 305° 35.90% 30.59%
HSB/HSV 305° 52.83% 41.57%
CMYK 0.00% 52.83% 4.72%
58.43%

Color #6A3265 in popluar number systems.

HEX 6A 32 65
Decimal 106 50 101
Binary 1101010 110010 1100101
Octal 152 62 145

Shades and tints

Shades of #6A3265

#6A3265
(106,50,101)
#612E5C
(97,46,92)
#582A53
(88,42,83)
#4F264A
(79,38,74)
#462241
(70,34,65)
#3D1E38
(61,30,56)
#341A2F
(52,26,47)
#2B1626
(43,22,38)
#22121D
(34,18,29)
#190E14
(25,14,20)
#100A0B
(16,10,11)
#000000
(0,0,0)

Tints of #6A3265

#6A3265
(106,50,101)
#774473
(119,68,115)
#845681
(132,86,129)
#91688F
(145,104,143)
#9E7A9D
(158,122,157)
#AB8CAB
(171,140,171)
#B89EB9
(184,158,185)
#C5B0C7
(197,176,199)
#D2C2D5
(210,194,213)
#DFD4E3
(223,212,227)
#ECE6F1
(236,230,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6A3265; }

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

This text font color is #6A3265.

Background Color

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

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

This div background color is #6A3265.

Border color

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

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

This div border color is #6A3265.

Opacity

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

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

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

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

This text has shadow with #6A3265 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #6A3265.

Preview

Color preview on black background

This text has color #6A3265 on black background.


Color preview on white background

This text has color #6A3265 on white background.


Black color preview on #6A3265 background

This text has black color on #6A3265 background.


White color preview on #6A3265 background

This text has white color on #6A3265 background.


Related colors

Complementary color

Complementary color for #hex is #95CD9A.


I love getcolorcode.com

Triadic colors

1 #656A32 and #32656A with #6A3265 are triadic colors.

2 #65326A and #326A65 with #6A3265 are triadic colors.