COLOR #6E618A

HEX: #6E618A
RGB: (110,97,138)

Color info

#6E618A contains red, green and blue colors in about the same proportion. Web safe color of #6E618A is #666699 (or #669).

RGB color model

#6E618A color RGB value is (110,97,138).

  • red value is 110;
  • green value is 97;
  • blue value is 138.
RGB:
(110,97,138)
(43%,38%,54%)

RGB channels and saturation

R 110 of 255 = 43%
G 97 of 255 = 38%
B 138 of 255 = 54%

110
97
138

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

Portions of RGB colors in percentages

R + G + B =
110 + 97 + 138 = 345 (100%)
R 110 of 345 ~ 31.88%
G 97 of 345 ~ 28.12%
B 138 of 345 ~ 40%

%31.88
%28.12
%40

CMYK color model

#6E618A color CMYK value is (20,30,0,46).

  • cyan value is 20.29%
  • magenta value is 29.71%
  • yellow value is 0.00%
  • key color value is 45.88%
CMYK:
(20,30,0,46)
C20M30Y0K46 
(20%,30%,0%,46%)
(0.20/0.30/0.00/0.46)	

CMYK percentages

%20.29
%29.71
%0
%45.88

Codes

Color #6E618A in popluar color models

6E618A
RGB11097138
HSL259°17.45%46.08%
HSB/HSV259°29.71%54.12%
CMYK20.29%29.71%0.00%
45.88%

Color #6E618A in popluar number systems.

HEX6E618A
Decimal11097138
Binary1101110110000110001010
Octal156141212

Shades and tints

Shades of #6E618A

#6E618A
(110,97,138)
#64597E
(100,89,126)
#5A5172
(90,81,114)
#504966
(80,73,102)
#46415A
(70,65,90)
#3C394E
(60,57,78)
#323142
(50,49,66)
#282936
(40,41,54)
#1E212A
(30,33,42)
#14191E
(20,25,30)
#0A1112
(10,17,18)
#000000
(0,0,0)

Tints of #6E618A

#6E618A
(110,97,138)
#7B6F94
(123,111,148)
#887D9E
(136,125,158)
#958BA8
(149,139,168)
#A299B2
(162,153,178)
#AFA7BC
(175,167,188)
#BCB5C6
(188,181,198)
#C9C3D0
(201,195,208)
#D6D1DA
(214,209,218)
#E3DFE4
(227,223,228)
#F0EDEE
(240,237,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6E618A color. Also use rgb(110,97,138) instead hex code.

Text Font Color

.myTextColor { color: #6E618A; }

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

This text font color is #6E618A.


Background Color

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

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

This div background color is #6E618A.


Border color

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

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

This div border color is #6E618A.


Opacity

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

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

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

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

This text has shadow with #6E618A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6E618A on black background.


Color preview on white background

This text has color #6E618A on white background.



Black color preview on #6E618A background

This text has black color on #6E618A background.


White color preview on #6E618A background

This text has white color on #6E618A background.