COLOR #6E6FB3

HEX: #6E6FB3
RGB: (110,111,179)

Color info

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

RGB color model

#6E6FB3 color RGB value is (110,111,179).

  • red value is 110;
  • green value is 111;
  • blue value is 179.
RGB:
(110,111,179)
(43%,44%,70%)

RGB channels and saturation

R 110 of 255 = 43%
G 111 of 255 = 44%
B 179 of 255 = 70%

110
111
179

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

Portions of RGB colors in percentages

R + G + B =
110 + 111 + 179 = 400 (100%)
R 110 of 400 ~ 27.5%
G 111 of 400 ~ 27.75%
B 179 of 400 ~ 44.75%

%27.5
%27.75
%44.75

CMYK color model

#6E6FB3 color CMYK value is (39,38,0,30).

  • cyan value is 38.55%
  • magenta value is 37.99%
  • yellow value is 0.00%
  • key color value is 29.80%
CMYK:
(39,38,0,30)
C39M38Y0K30 
(39%,38%,0%,30%)
(0.39/0.38/0.00/0.30)	

CMYK percentages

%38.55
%37.99
%0
%29.8

Codes

Color #6E6FB3 in popluar color models

6E6FB3
RGB110111179
HSL239°31.22%56.67%
HSB/HSV239°38.55%70.20%
CMYK38.55%37.99%0.00%
29.80%

Color #6E6FB3 in popluar number systems.

HEX6E6FB3
Decimal110111179
Binary1101110110111110110011
Octal156157263

Shades and tints

Shades of #6E6FB3

#6E6FB3
(110,111,179)
#6465A3
(100,101,163)
#5A5B93
(90,91,147)
#505183
(80,81,131)
#464773
(70,71,115)
#3C3D63
(60,61,99)
#323353
(50,51,83)
#282943
(40,41,67)
#1E1F33
(30,31,51)
#141523
(20,21,35)
#0A0B13
(10,11,19)
#000000
(0,0,0)

Tints of #6E6FB3

#6E6FB3
(110,111,179)
#7B7CB9
(123,124,185)
#8889BF
(136,137,191)
#9596C5
(149,150,197)
#A2A3CB
(162,163,203)
#AFB0D1
(175,176,209)
#BCBDD7
(188,189,215)
#C9CADD
(201,202,221)
#D6D7E3
(214,215,227)
#E3E4E9
(227,228,233)
#F0F1EF
(240,241,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6E6FB3 color. Also use rgb(110,111,179) instead hex code.

Text Font Color

.myTextColor { color: #6E6FB3; }

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

This text font color is #6E6FB3.


Background Color

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

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

This div background color is #6E6FB3.


Border color

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

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

This div border color is #6E6FB3.


Opacity

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

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

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

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

This text has shadow with #6E6FB3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6E6FB3 on black background.


Color preview on white background

This text has color #6E6FB3 on white background.



Black color preview on #6E6FB3 background

This text has black color on #6E6FB3 background.


White color preview on #6E6FB3 background

This text has white color on #6E6FB3 background.