COLOR #6E51AC

HEX: #6E51AC RGB: (110,81,172)

Color info

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

RGB color model

#6E51AC color RGB value is (110,81,172).

RGB: (110,81,172) (43%, 32%, 67%)

RGB channels and saturation

R 110 of 255 = 43%
G 81 of 255 = 32%
B 172 of 255 = 67%

110
81
172

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

Portions of RGB colors in percentages

R + G + B = 110 + 81 + 172 = 363 (100%)
R 110 of 363 ~ 30.3%
G 81 of 363 ~ 22.31%
B 172 of 363 ~ 47.38'%

%30.3
%22.31
%47.38

CMYK color model

#6E51AC color CMYK value is (36,53,0,33).

  • cyan value is 36.05%
  • magenta value is 52.91%
  • yellow value is 0.00%
  • key color value is 32.55%

CMYK: (36,53,0,33)
C36M53Y0K33 (36%, 53%, 0%, 33%)
(0.36 / 0.53 / 0.00 / 0.33)

CMYK percentages

%36.05
%52.91
%0
%32.55

Codes

Color #6E51AC in popluar color models

6E 51 AC
RGB 110 81 172
HSL 259° 35.97% 49.61%
HSB/HSV 259° 52.91% 67.45%
CMYK 36.05% 52.91% 0.00%
32.55%

Color #6E51AC in popluar number systems.

HEX 6E 51 AC
Decimal 110 81 172
Binary 1101110 1010001 10101100
Octal 156 121 254

Shades and tints

Shades of #6E51AC

#6E51AC
(110,81,172)
#644A9D
(100,74,157)
#5A438E
(90,67,142)
#503C7F
(80,60,127)
#463570
(70,53,112)
#3C2E61
(60,46,97)
#322752
(50,39,82)
#282043
(40,32,67)
#1E1934
(30,25,52)
#141225
(20,18,37)
#0A0B16
(10,11,22)
#000000
(0,0,0)

Tints of #6E51AC

#6E51AC
(110,81,172)
#7B60B3
(123,96,179)
#886FBA
(136,111,186)
#957EC1
(149,126,193)
#A28DC8
(162,141,200)
#AF9CCF
(175,156,207)
#BCABD6
(188,171,214)
#C9BADD
(201,186,221)
#D6C9E4
(214,201,228)
#E3D8EB
(227,216,235)
#F0E7F2
(240,231,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6E51AC color. Also use rgb(110,81,172) instead hex code.

Text Font Color

.myTextColor { color: #6E51AC; }

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

This text font color is #6E51AC.

Background Color

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

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

This div background color is #6E51AC.

Border color

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

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

This div border color is #6E51AC.

Opacity

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

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

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

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

This text has shadow with #6E51AC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #6E51AC.

Preview

Color preview on black background

This text has color #6E51AC on black background.


Color preview on white background

This text has color #6E51AC on white background.


Black color preview on #6E51AC background

This text has black color on #6E51AC background.


White color preview on #6E51AC background

This text has white color on #6E51AC background.


Related colors

Complementary color

Complementary color for #hex is #91AE53.


I love getcolorcode.com

Triadic colors

1 #AC6E51 and #51AC6E with #6E51AC are triadic colors.

2 #AC516E and #516EAC with #6E51AC are triadic colors.