COLOR #6E6F9C

HEX: #6E6F9C
RGB: (110,111,156)

Color info

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

RGB color model

#6E6F9C color RGB value is (110,111,156).

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

RGB channels and saturation

R 110 of 255 = 43%
G 111 of 255 = 44%
B 156 of 255 = 61%

110
111
156

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

Portions of RGB colors in percentages

R + G + B =
110 + 111 + 156 = 377 (100%)
R 110 of 377 ~ 29.18%
G 111 of 377 ~ 29.44%
B 156 of 377 ~ 41.38%

%29.18
%29.44
%41.38

CMYK color model

#6E6F9C color CMYK value is (29,29,0,39).

  • cyan value is 29.49%
  • magenta value is 28.85%
  • yellow value is 0.00%
  • key color value is 38.82%
CMYK:
(29,29,0,39)
C29M29Y0K39 
(29%,29%,0%,39%)
(0.29/0.29/0.00/0.39)	

CMYK percentages

%29.49
%28.85
%0
%38.82

Codes

Color #6E6F9C in popluar color models

6E6F9C
RGB110111156
HSL239°18.85%52.16%
HSB/HSV239°29.49%61.18%
CMYK29.49%28.85%0.00%
38.82%

Color #6E6F9C in popluar number systems.

HEX6E6F9C
Decimal110111156
Binary1101110110111110011100
Octal156157234

Shades and tints

Shades of #6E6F9C

#6E6F9C
(110,111,156)
#64658E
(100,101,142)
#5A5B80
(90,91,128)
#505172
(80,81,114)
#464764
(70,71,100)
#3C3D56
(60,61,86)
#323348
(50,51,72)
#28293A
(40,41,58)
#1E1F2C
(30,31,44)
#14151E
(20,21,30)
#0A0B10
(10,11,16)
#000000
(0,0,0)

Tints of #6E6F9C

#6E6F9C
(110,111,156)
#7B7CA5
(123,124,165)
#8889AE
(136,137,174)
#9596B7
(149,150,183)
#A2A3C0
(162,163,192)
#AFB0C9
(175,176,201)
#BCBDD2
(188,189,210)
#C9CADB
(201,202,219)
#D6D7E4
(214,215,228)
#E3E4ED
(227,228,237)
#F0F1F6
(240,241,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6E6F9C; }

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

This text font color is #6E6F9C.


Background Color

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

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

This div background color is #6E6F9C.


Border color

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

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

This div border color is #6E6F9C.


Opacity

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

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

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

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

This text has shadow with #6E6F9C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6E6F9C on black background.


Color preview on white background

This text has color #6E6F9C on white background.



Black color preview on #6E6F9C background

This text has black color on #6E6F9C background.


White color preview on #6E6F9C background

This text has white color on #6E6F9C background.