COLOR #6E57AF

HEX: #6E57AF
RGB: (110,87,175)

Color info

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

RGB color model

#6E57AF color RGB value is (110,87,175).

  • red value is 110;
  • green value is 87;
  • blue value is 175.
RGB:
(110,87,175)
(43%,34%,69%)

RGB channels and saturation

R 110 of 255 = 43%
G 87 of 255 = 34%
B 175 of 255 = 69%

110
87
175

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

Portions of RGB colors in percentages

R + G + B =
110 + 87 + 175 = 372 (100%)
R 110 of 372 ~ 29.57%
G 87 of 372 ~ 23.39%
B 175 of 372 ~ 47.04%

%29.57
%23.39
%47.04

CMYK color model

#6E57AF color CMYK value is (37,50,0,31).

  • cyan value is 37.14%
  • magenta value is 50.29%
  • yellow value is 0.00%
  • key color value is 31.37%
CMYK:
(37,50,0,31)
C37M50Y0K31 
(37%,50%,0%,31%)
(0.37/0.50/0.00/0.31)	

CMYK percentages

%37.14
%50.29
%0
%31.37

Codes

Color #6E57AF in popluar color models

6E57AF
RGB11087175
HSL256°35.48%51.37%
HSB/HSV256°50.29%68.63%
CMYK37.14%50.29%0.00%
31.37%

Color #6E57AF in popluar number systems.

HEX6E57AF
Decimal11087175
Binary1101110101011110101111
Octal156127257

Shades and tints

Shades of #6E57AF

#6E57AF
(110,87,175)
#6450A0
(100,80,160)
#5A4991
(90,73,145)
#504282
(80,66,130)
#463B73
(70,59,115)
#3C3464
(60,52,100)
#322D55
(50,45,85)
#282646
(40,38,70)
#1E1F37
(30,31,55)
#141828
(20,24,40)
#0A1119
(10,17,25)
#000000
(0,0,0)

Tints of #6E57AF

#6E57AF
(110,87,175)
#7B66B6
(123,102,182)
#8875BD
(136,117,189)
#9584C4
(149,132,196)
#A293CB
(162,147,203)
#AFA2D2
(175,162,210)
#BCB1D9
(188,177,217)
#C9C0E0
(201,192,224)
#D6CFE7
(214,207,231)
#E3DEEE
(227,222,238)
#F0EDF5
(240,237,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6E57AF color. Also use rgb(110,87,175) instead hex code.

Text Font Color

.myTextColor { color: #6E57AF; }

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

This text font color is #6E57AF.


Background Color

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

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

This div background color is #6E57AF.


Border color

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

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

This div border color is #6E57AF.


Opacity

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

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

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

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

This text has shadow with #6E57AF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6E57AF on black background.


Color preview on white background

This text has color #6E57AF on white background.



Black color preview on #6E57AF background

This text has black color on #6E57AF background.


White color preview on #6E57AF background

This text has white color on #6E57AF background.