COLOR #6E51A8

HEX: #6E51A8
RGB: (110,81,168)

Color info

#6E51A8 contains mainly red and blue colors. Web safe color of #6E51A8 is #666699 (or #669).

RGB color model

#6E51A8 color RGB value is (110,81,168).

  • red value is 110;
  • green value is 81;
  • blue value is 168.
RGB:
(110,81,168)
(43%,32%,66%)

RGB channels and saturation

R 110 of 255 = 43%
G 81 of 255 = 32%
B 168 of 255 = 66%

110
81
168

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

Portions of RGB colors in percentages

R + G + B =
110 + 81 + 168 = 359 (100%)
R 110 of 359 ~ 30.64%
G 81 of 359 ~ 22.56%
B 168 of 359 ~ 46.8%

%30.64
%22.56
%46.8

CMYK color model

#6E51A8 color CMYK value is (35,52,0,34).

  • cyan value is 34.52%
  • magenta value is 51.79%
  • yellow value is 0.00%
  • key color value is 34.12%
CMYK:
(35,52,0,34)
C35M52Y0K34 
(35%,52%,0%,34%)
(0.35/0.52/0.00/0.34)	

CMYK percentages

%34.52
%51.79
%0
%34.12

Codes

Color #6E51A8 in popluar color models

6E51A8
RGB11081168
HSL260°34.94%48.82%
HSB/HSV260°51.79%65.88%
CMYK34.52%51.79%0.00%
34.12%

Color #6E51A8 in popluar number systems.

HEX6E51A8
Decimal11081168
Binary1101110101000110101000
Octal156121250

Shades and tints

Shades of #6E51A8

#6E51A8
(110,81,168)
#644A99
(100,74,153)
#5A438A
(90,67,138)
#503C7B
(80,60,123)
#46356C
(70,53,108)
#3C2E5D
(60,46,93)
#32274E
(50,39,78)
#28203F
(40,32,63)
#1E1930
(30,25,48)
#141221
(20,18,33)
#0A0B12
(10,11,18)
#000000
(0,0,0)

Tints of #6E51A8

#6E51A8
(110,81,168)
#7B60AF
(123,96,175)
#886FB6
(136,111,182)
#957EBD
(149,126,189)
#A28DC4
(162,141,196)
#AF9CCB
(175,156,203)
#BCABD2
(188,171,210)
#C9BAD9
(201,186,217)
#D6C9E0
(214,201,224)
#E3D8E7
(227,216,231)
#F0E7EE
(240,231,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6E51A8; }

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

This text font color is #6E51A8.


Background Color

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

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

This div background color is #6E51A8.


Border color

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

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

This div border color is #6E51A8.


Opacity

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

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

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

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

This text has shadow with #6E51A8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6E51A8 on black background.


Color preview on white background

This text has color #6E51A8 on white background.



Black color preview on #6E51A8 background

This text has black color on #6E51A8 background.


White color preview on #6E51A8 background

This text has white color on #6E51A8 background.