COLOR #6A4EB0

HEX: #6A4EB0
RGB: (106,78,176)

Color info

#6A4EB0 contains mainly blue color. Web safe color of #6A4EB0 is #666699 (or #669).

RGB color model

#6A4EB0 color RGB value is (106,78,176).

  • red value is 106;
  • green value is 78;
  • blue value is 176.
RGB:
(106,78,176)
(42%,31%,69%)

RGB channels and saturation

R 106 of 255 = 42%
G 78 of 255 = 31%
B 176 of 255 = 69%

106
78
176

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

Portions of RGB colors in percentages

R + G + B =
106 + 78 + 176 = 360 (100%)
R 106 of 360 ~ 29.44%
G 78 of 360 ~ 21.67%
B 176 of 360 ~ 48.89%

%29.44
%21.67
%48.89

CMYK color model

#6A4EB0 color CMYK value is (40,56,0,31).

  • cyan value is 39.77%
  • magenta value is 55.68%
  • yellow value is 0.00%
  • key color value is 30.98%
CMYK:
(40,56,0,31)
C40M56Y0K31 
(40%,56%,0%,31%)
(0.40/0.56/0.00/0.31)	

CMYK percentages

%39.77
%55.68
%0
%30.98

Codes

Color #6A4EB0 in popluar color models

6A4EB0
RGB10678176
HSL257°38.58%49.80%
HSB/HSV257°55.68%69.02%
CMYK39.77%55.68%0.00%
30.98%

Color #6A4EB0 in popluar number systems.

HEX6A4EB0
Decimal10678176
Binary1101010100111010110000
Octal152116260

Shades and tints

Shades of #6A4EB0

#6A4EB0
(106,78,176)
#6147A0
(97,71,160)
#584090
(88,64,144)
#4F3980
(79,57,128)
#463270
(70,50,112)
#3D2B60
(61,43,96)
#342450
(52,36,80)
#2B1D40
(43,29,64)
#221630
(34,22,48)
#190F20
(25,15,32)
#100810
(16,8,16)
#000000
(0,0,0)

Tints of #6A4EB0

#6A4EB0
(106,78,176)
#775EB7
(119,94,183)
#846EBE
(132,110,190)
#917EC5
(145,126,197)
#9E8ECC
(158,142,204)
#AB9ED3
(171,158,211)
#B8AEDA
(184,174,218)
#C5BEE1
(197,190,225)
#D2CEE8
(210,206,232)
#DFDEEF
(223,222,239)
#ECEEF6
(236,238,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6A4EB0 color. Also use rgb(106,78,176) instead hex code.

Text Font Color

.myTextColor { color: #6A4EB0; }

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

This text font color is #6A4EB0.


Background Color

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

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

This div background color is #6A4EB0.


Border color

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

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

This div border color is #6A4EB0.


Opacity

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

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

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

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

This text has shadow with #6A4EB0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6A4EB0 on black background.


Color preview on white background

This text has color #6A4EB0 on white background.



Black color preview on #6A4EB0 background

This text has black color on #6A4EB0 background.


White color preview on #6A4EB0 background

This text has white color on #6A4EB0 background.