COLOR #6A4CB9

HEX: #6A4CB9
RGB: (106,76,185)

Color info

#6A4CB9 contains mainly blue color. Web safe color of #6A4CB9 is #6633CC (or #63C).

RGB color model

#6A4CB9 color RGB value is (106,76,185).

  • red value is 106;
  • green value is 76;
  • blue value is 185.
RGB:
(106,76,185)
(42%,30%,73%)

RGB channels and saturation

R 106 of 255 = 42%
G 76 of 255 = 30%
B 185 of 255 = 73%

106
76
185

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

Portions of RGB colors in percentages

R + G + B =
106 + 76 + 185 = 367 (100%)
R 106 of 367 ~ 28.88%
G 76 of 367 ~ 20.71%
B 185 of 367 ~ 50.41%

%28.88
%20.71
%50.41

CMYK color model

#6A4CB9 color CMYK value is (43,59,0,27).

  • cyan value is 42.70%
  • magenta value is 58.92%
  • yellow value is 0.00%
  • key color value is 27.45%
CMYK:
(43,59,0,27)
C43M59Y0K27 
(43%,59%,0%,27%)
(0.43/0.59/0.00/0.27)	

CMYK percentages

%42.7
%58.92
%0
%27.45

Codes

Color #6A4CB9 in popluar color models

6A4CB9
RGB10676185
HSL257°43.78%51.18%
HSB/HSV257°58.92%72.55%
CMYK42.70%58.92%0.00%
27.45%

Color #6A4CB9 in popluar number systems.

HEX6A4CB9
Decimal10676185
Binary1101010100110010111001
Octal152114271

Shades and tints

Shades of #6A4CB9

#6A4CB9
(106,76,185)
#6146A9
(97,70,169)
#584099
(88,64,153)
#4F3A89
(79,58,137)
#463479
(70,52,121)
#3D2E69
(61,46,105)
#342859
(52,40,89)
#2B2249
(43,34,73)
#221C39
(34,28,57)
#191629
(25,22,41)
#101019
(16,16,25)
#000000
(0,0,0)

Tints of #6A4CB9

#6A4CB9
(106,76,185)
#775CBF
(119,92,191)
#846CC5
(132,108,197)
#917CCB
(145,124,203)
#9E8CD1
(158,140,209)
#AB9CD7
(171,156,215)
#B8ACDD
(184,172,221)
#C5BCE3
(197,188,227)
#D2CCE9
(210,204,233)
#DFDCEF
(223,220,239)
#ECECF5
(236,236,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6A4CB9 color. Also use rgb(106,76,185) instead hex code.

Text Font Color

.myTextColor { color: #6A4CB9; }

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

This text font color is #6A4CB9.


Background Color

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

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

This div background color is #6A4CB9.


Border color

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

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

This div border color is #6A4CB9.


Opacity

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

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

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

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

This text has shadow with #6A4CB9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6A4CB9 on black background.


Color preview on white background

This text has color #6A4CB9 on white background.



Black color preview on #6A4CB9 background

This text has black color on #6A4CB9 background.


White color preview on #6A4CB9 background

This text has white color on #6A4CB9 background.