COLOR #6A4692

HEX: #6A4692
RGB: (106,70,146)

Color info

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

RGB color model

#6A4692 color RGB value is (106,70,146).

  • red value is 106;
  • green value is 70;
  • blue value is 146.
RGB:
(106,70,146)
(42%,27%,57%)

RGB channels and saturation

R 106 of 255 = 42%
G 70 of 255 = 27%
B 146 of 255 = 57%

106
70
146

R + G + B ~ 42%. #6A4692 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
106 + 70 + 146 = 322 (100%)
R 106 of 322 ~ 32.92%
G 70 of 322 ~ 21.74%
B 146 of 322 ~ 45.34%

%32.92
%21.74
%45.34

CMYK color model

#6A4692 color CMYK value is (27,52,0,43).

  • cyan value is 27.40%
  • magenta value is 52.05%
  • yellow value is 0.00%
  • key color value is 42.75%
CMYK:
(27,52,0,43)
C27M52Y0K43 
(27%,52%,0%,43%)
(0.27/0.52/0.00/0.43)	

CMYK percentages

%27.4
%52.05
%0
%42.75

Codes

Color #6A4692 in popluar color models

6A4692
RGB10670146
HSL268°35.19%42.35%
HSB/HSV268°52.05%57.25%
CMYK27.40%52.05%0.00%
42.75%

Color #6A4692 in popluar number systems.

HEX6A4692
Decimal10670146
Binary1101010100011010010010
Octal152106222

Shades and tints

Shades of #6A4692

#6A4692
(106,70,146)
#614085
(97,64,133)
#583A78
(88,58,120)
#4F346B
(79,52,107)
#462E5E
(70,46,94)
#3D2851
(61,40,81)
#342244
(52,34,68)
#2B1C37
(43,28,55)
#22162A
(34,22,42)
#19101D
(25,16,29)
#100A10
(16,10,16)
#000000
(0,0,0)

Tints of #6A4692

#6A4692
(106,70,146)
#77569B
(119,86,155)
#8466A4
(132,102,164)
#9176AD
(145,118,173)
#9E86B6
(158,134,182)
#AB96BF
(171,150,191)
#B8A6C8
(184,166,200)
#C5B6D1
(197,182,209)
#D2C6DA
(210,198,218)
#DFD6E3
(223,214,227)
#ECE6EC
(236,230,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6A4692 color. Also use rgb(106,70,146) instead hex code.

Text Font Color

.myTextColor { color: #6A4692; }

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

This text font color is #6A4692.


Background Color

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

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

This div background color is #6A4692.


Border color

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

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

This div border color is #6A4692.


Opacity

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

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

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

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

This text has shadow with #6A4692 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6A4692 on black background.


Color preview on white background

This text has color #6A4692 on white background.



Black color preview on #6A4692 background

This text has black color on #6A4692 background.


White color preview on #6A4692 background

This text has white color on #6A4692 background.