COLOR #6A346B

HEX: #6A346B
RGB: (106,52,107)

Color info

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

RGB color model

#6A346B color RGB value is (106,52,107).

  • red value is 106;
  • green value is 52;
  • blue value is 107.
RGB:
(106,52,107)
(42%,20%,42%)

RGB channels and saturation

R 106 of 255 = 42%
G 52 of 255 = 20%
B 107 of 255 = 42%

106
52
107

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

Portions of RGB colors in percentages

R + G + B =
106 + 52 + 107 = 265 (100%)
R 106 of 265 ~ 40%
G 52 of 265 ~ 19.62%
B 107 of 265 ~ 40.38%

%40
%19.62
%40.38

CMYK color model

#6A346B color CMYK value is (1,51,0,58).

  • cyan value is 0.93%
  • magenta value is 51.40%
  • yellow value is 0.00%
  • key color value is 58.04%
CMYK:
(1,51,0,58)
C1M51Y0K58 
(1%,51%,0%,58%)
(0.01/0.51/0.00/0.58)	

CMYK percentages

%0.93
%51.4
%0
%58.04

Codes

Color #6A346B in popluar color models

6A346B
RGB10652107
HSL299°34.59%31.18%
HSB/HSV299°51.40%41.96%
CMYK0.93%51.40%0.00%
58.04%

Color #6A346B in popluar number systems.

HEX6A346B
Decimal10652107
Binary11010101101001101011
Octal15264153

Shades and tints

Shades of #6A346B

#6A346B
(106,52,107)
#613062
(97,48,98)
#582C59
(88,44,89)
#4F2850
(79,40,80)
#462447
(70,36,71)
#3D203E
(61,32,62)
#341C35
(52,28,53)
#2B182C
(43,24,44)
#221423
(34,20,35)
#19101A
(25,16,26)
#100C11
(16,12,17)
#000000
(0,0,0)

Tints of #6A346B

#6A346B
(106,52,107)
#774678
(119,70,120)
#845885
(132,88,133)
#916A92
(145,106,146)
#9E7C9F
(158,124,159)
#AB8EAC
(171,142,172)
#B8A0B9
(184,160,185)
#C5B2C6
(197,178,198)
#D2C4D3
(210,196,211)
#DFD6E0
(223,214,224)
#ECE8ED
(236,232,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6A346B color. Also use rgb(106,52,107) instead hex code.

Text Font Color

.myTextColor { color: #6A346B; }

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

This text font color is #6A346B.


Background Color

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

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

This div background color is #6A346B.


Border color

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

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

This div border color is #6A346B.


Opacity

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

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

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

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

This text has shadow with #6A346B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6A346B on black background.


Color preview on white background

This text has color #6A346B on white background.



Black color preview on #6A346B background

This text has black color on #6A346B background.


White color preview on #6A346B background

This text has white color on #6A346B background.