COLOR #6A4FAB

HEX: #6A4FAB
RGB: (106,79,171)

Color info

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

RGB color model

#6A4FAB color RGB value is (106,79,171).

  • red value is 106;
  • green value is 79;
  • blue value is 171.
RGB:
(106,79,171)
(42%,31%,67%)

RGB channels and saturation

R 106 of 255 = 42%
G 79 of 255 = 31%
B 171 of 255 = 67%

106
79
171

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

Portions of RGB colors in percentages

R + G + B =
106 + 79 + 171 = 356 (100%)
R 106 of 356 ~ 29.78%
G 79 of 356 ~ 22.19%
B 171 of 356 ~ 48.03%

%29.78
%22.19
%48.03

CMYK color model

#6A4FAB color CMYK value is (38,54,0,33).

  • cyan value is 38.01%
  • magenta value is 53.80%
  • yellow value is 0.00%
  • key color value is 32.94%
CMYK:
(38,54,0,33)
C38M54Y0K33 
(38%,54%,0%,33%)
(0.38/0.54/0.00/0.33)	

CMYK percentages

%38.01
%53.8
%0
%32.94

Codes

Color #6A4FAB in popluar color models

6A4FAB
RGB10679171
HSL258°36.80%49.02%
HSB/HSV258°53.80%67.06%
CMYK38.01%53.80%0.00%
32.94%

Color #6A4FAB in popluar number systems.

HEX6A4FAB
Decimal10679171
Binary1101010100111110101011
Octal152117253

Shades and tints

Shades of #6A4FAB

#6A4FAB
(106,79,171)
#61489C
(97,72,156)
#58418D
(88,65,141)
#4F3A7E
(79,58,126)
#46336F
(70,51,111)
#3D2C60
(61,44,96)
#342551
(52,37,81)
#2B1E42
(43,30,66)
#221733
(34,23,51)
#191024
(25,16,36)
#100915
(16,9,21)
#000000
(0,0,0)

Tints of #6A4FAB

#6A4FAB
(106,79,171)
#775FB2
(119,95,178)
#846FB9
(132,111,185)
#917FC0
(145,127,192)
#9E8FC7
(158,143,199)
#AB9FCE
(171,159,206)
#B8AFD5
(184,175,213)
#C5BFDC
(197,191,220)
#D2CFE3
(210,207,227)
#DFDFEA
(223,223,234)
#ECEFF1
(236,239,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6A4FAB color. Also use rgb(106,79,171) instead hex code.

Text Font Color

.myTextColor { color: #6A4FAB; }

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

This text font color is #6A4FAB.


Background Color

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

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

This div background color is #6A4FAB.


Border color

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

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

This div border color is #6A4FAB.


Opacity

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

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

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

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

This text has shadow with #6A4FAB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6A4FAB on black background.


Color preview on white background

This text has color #6A4FAB on white background.



Black color preview on #6A4FAB background

This text has black color on #6A4FAB background.


White color preview on #6A4FAB background

This text has white color on #6A4FAB background.