COLOR #6A2384

HEX: #6A2384
RGB: (106,35,132)

Color info

#6A2384 contains mainly red and blue colors. Web safe color of #6A2384 is #663399 (or #639).

RGB color model

#6A2384 color RGB value is (106,35,132).

  • red value is 106;
  • green value is 35;
  • blue value is 132.
RGB:
(106,35,132)
(42%,14%,52%)

RGB channels and saturation

R 106 of 255 = 42%
G 35 of 255 = 14%
B 132 of 255 = 52%

106
35
132

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

Portions of RGB colors in percentages

R + G + B =
106 + 35 + 132 = 273 (100%)
R 106 of 273 ~ 38.83%
G 35 of 273 ~ 12.82%
B 132 of 273 ~ 48.35%

%38.83
%12.82
%48.35

CMYK color model

#6A2384 color CMYK value is (20,73,0,48).

  • cyan value is 19.70%
  • magenta value is 73.48%
  • yellow value is 0.00%
  • key color value is 48.24%
CMYK:
(20,73,0,48)
C20M73Y0K48 
(20%,73%,0%,48%)
(0.20/0.73/0.00/0.48)	

CMYK percentages

%19.7
%73.48
%0
%48.24

Codes

Color #6A2384 in popluar color models

6A2384
RGB10635132
HSL284°58.08%32.75%
HSB/HSV284°73.48%51.76%
CMYK19.70%73.48%0.00%
48.24%

Color #6A2384 in popluar number systems.

HEX6A2384
Decimal10635132
Binary110101010001110000100
Octal15243204

Shades and tints

Shades of #6A2384

#6A2384
(106,35,132)
#612078
(97,32,120)
#581D6C
(88,29,108)
#4F1A60
(79,26,96)
#461754
(70,23,84)
#3D1448
(61,20,72)
#34113C
(52,17,60)
#2B0E30
(43,14,48)
#220B24
(34,11,36)
#190818
(25,8,24)
#10050C
(16,5,12)
#000000
(0,0,0)

Tints of #6A2384

#6A2384
(106,35,132)
#77378F
(119,55,143)
#844B9A
(132,75,154)
#915FA5
(145,95,165)
#9E73B0
(158,115,176)
#AB87BB
(171,135,187)
#B89BC6
(184,155,198)
#C5AFD1
(197,175,209)
#D2C3DC
(210,195,220)
#DFD7E7
(223,215,231)
#ECEBF2
(236,235,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6A2384 color. Also use rgb(106,35,132) instead hex code.

Text Font Color

.myTextColor { color: #6A2384; }

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

This text font color is #6A2384.


Background Color

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

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

This div background color is #6A2384.


Border color

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

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

This div border color is #6A2384.


Opacity

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

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

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

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

This text has shadow with #6A2384 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6A2384 on black background.


Color preview on white background

This text has color #6A2384 on white background.



Black color preview on #6A2384 background

This text has black color on #6A2384 background.


White color preview on #6A2384 background

This text has white color on #6A2384 background.