COLOR #6A3460

HEX: #6A3460
RGB: (106,52,96)

Color info

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

RGB color model

#6A3460 color RGB value is (106,52,96).

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

RGB channels and saturation

R 106 of 255 = 42%
G 52 of 255 = 20%
B 96 of 255 = 38%

106
52
96

R + G + B ~ 33%. #6A3460 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
106 + 52 + 96 = 254 (100%)
R 106 of 254 ~ 41.73%
G 52 of 254 ~ 20.47%
B 96 of 254 ~ 37.8%

%41.73
%20.47
%37.8

CMYK color model

#6A3460 color CMYK value is (0,51,9,58).

  • cyan value is 0.00%
  • magenta value is 50.94%
  • yellow value is 9.43%
  • key color value is 58.43%
CMYK:
(0,51,9,58)
C0M51Y9K58 
(0%,51%,9%,58%)
(0.00/0.51/0.09/0.58)	

CMYK percentages

%0
%50.94
%9.43
%58.43

Codes

Color #6A3460 in popluar color models

6A3460
RGB1065296
HSL311°34.18%30.98%
HSB/HSV311°50.94%41.57%
CMYK0.00%50.94%9.43%
58.43%

Color #6A3460 in popluar number systems.

HEX6A3460
Decimal1065296
Binary11010101101001100000
Octal15264140

Shades and tints

Shades of #6A3460

#6A3460
(106,52,96)
#613058
(97,48,88)
#582C50
(88,44,80)
#4F2848
(79,40,72)
#462440
(70,36,64)
#3D2038
(61,32,56)
#341C30
(52,28,48)
#2B1828
(43,24,40)
#221420
(34,20,32)
#191018
(25,16,24)
#100C10
(16,12,16)
#000000
(0,0,0)

Tints of #6A3460

#6A3460
(106,52,96)
#77466E
(119,70,110)
#84587C
(132,88,124)
#916A8A
(145,106,138)
#9E7C98
(158,124,152)
#AB8EA6
(171,142,166)
#B8A0B4
(184,160,180)
#C5B2C2
(197,178,194)
#D2C4D0
(210,196,208)
#DFD6DE
(223,214,222)
#ECE8EC
(236,232,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6A3460; }

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

This text font color is #6A3460.


Background Color

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

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

This div background color is #6A3460.


Border color

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

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

This div border color is #6A3460.


Opacity

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

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

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

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

This text has shadow with #6A3460 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6A3460 on black background.


Color preview on white background

This text has color #6A3460 on white background.



Black color preview on #6A3460 background

This text has black color on #6A3460 background.


White color preview on #6A3460 background

This text has white color on #6A3460 background.