COLOR #6E6AB2

HEX: #6E6AB2
RGB: (110,106,178)

Color info

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

RGB color model

#6E6AB2 color RGB value is (110,106,178).

  • red value is 110;
  • green value is 106;
  • blue value is 178.
RGB:
(110,106,178)
(43%,42%,70%)

RGB channels and saturation

R 110 of 255 = 43%
G 106 of 255 = 42%
B 178 of 255 = 70%

110
106
178

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

Portions of RGB colors in percentages

R + G + B =
110 + 106 + 178 = 394 (100%)
R 110 of 394 ~ 27.92%
G 106 of 394 ~ 26.9%
B 178 of 394 ~ 45.18%

%27.92
%26.9
%45.18

CMYK color model

#6E6AB2 color CMYK value is (38,40,0,30).

  • cyan value is 38.20%
  • magenta value is 40.45%
  • yellow value is 0.00%
  • key color value is 30.20%
CMYK:
(38,40,0,30)
C38M40Y0K30 
(38%,40%,0%,30%)
(0.38/0.40/0.00/0.30)	

CMYK percentages

%38.2
%40.45
%0
%30.2

Codes

Color #6E6AB2 in popluar color models

6E6AB2
RGB110106178
HSL243°31.86%55.69%
HSB/HSV243°40.45%69.80%
CMYK38.20%40.45%0.00%
30.20%

Color #6E6AB2 in popluar number systems.

HEX6E6AB2
Decimal110106178
Binary1101110110101010110010
Octal156152262

Shades and tints

Shades of #6E6AB2

#6E6AB2
(110,106,178)
#6461A2
(100,97,162)
#5A5892
(90,88,146)
#504F82
(80,79,130)
#464672
(70,70,114)
#3C3D62
(60,61,98)
#323452
(50,52,82)
#282B42
(40,43,66)
#1E2232
(30,34,50)
#141922
(20,25,34)
#0A1012
(10,16,18)
#000000
(0,0,0)

Tints of #6E6AB2

#6E6AB2
(110,106,178)
#7B77B9
(123,119,185)
#8884C0
(136,132,192)
#9591C7
(149,145,199)
#A29ECE
(162,158,206)
#AFABD5
(175,171,213)
#BCB8DC
(188,184,220)
#C9C5E3
(201,197,227)
#D6D2EA
(214,210,234)
#E3DFF1
(227,223,241)
#F0ECF8
(240,236,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6E6AB2 color. Also use rgb(110,106,178) instead hex code.

Text Font Color

.myTextColor { color: #6E6AB2; }

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

This text font color is #6E6AB2.


Background Color

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

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

This div background color is #6E6AB2.


Border color

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

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

This div border color is #6E6AB2.


Opacity

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

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

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

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

This text has shadow with #6E6AB2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6E6AB2 on black background.


Color preview on white background

This text has color #6E6AB2 on white background.



Black color preview on #6E6AB2 background

This text has black color on #6E6AB2 background.


White color preview on #6E6AB2 background

This text has white color on #6E6AB2 background.