COLOR #6E7B97

HEX: #6E7B97
RGB: (110,123,151)

Color info

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

RGB color model

#6E7B97 color RGB value is (110,123,151).

  • red value is 110;
  • green value is 123;
  • blue value is 151.
RGB:
(110,123,151)
(43%,48%,59%)

RGB channels and saturation

R 110 of 255 = 43%
G 123 of 255 = 48%
B 151 of 255 = 59%

110
123
151

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

Portions of RGB colors in percentages

R + G + B =
110 + 123 + 151 = 384 (100%)
R 110 of 384 ~ 28.65%
G 123 of 384 ~ 32.03%
B 151 of 384 ~ 39.32%

%28.65
%32.03
%39.32

CMYK color model

#6E7B97 color CMYK value is (27,19,0,41).

  • cyan value is 27.15%
  • magenta value is 18.54%
  • yellow value is 0.00%
  • key color value is 40.78%
CMYK:
(27,19,0,41)
C27M19Y0K41 
(27%,19%,0%,41%)
(0.27/0.19/0.00/0.41)	

CMYK percentages

%27.15
%18.54
%0
%40.78

Codes

Color #6E7B97 in popluar color models

6E7B97
RGB110123151
HSL221°16.47%51.18%
HSB/HSV221°27.15%59.22%
CMYK27.15%18.54%0.00%
40.78%

Color #6E7B97 in popluar number systems.

HEX6E7B97
Decimal110123151
Binary1101110111101110010111
Octal156173227

Shades and tints

Shades of #6E7B97

#6E7B97
(110,123,151)
#64708A
(100,112,138)
#5A657D
(90,101,125)
#505A70
(80,90,112)
#464F63
(70,79,99)
#3C4456
(60,68,86)
#323949
(50,57,73)
#282E3C
(40,46,60)
#1E232F
(30,35,47)
#141822
(20,24,34)
#0A0D15
(10,13,21)
#000000
(0,0,0)

Tints of #6E7B97

#6E7B97
(110,123,151)
#7B87A0
(123,135,160)
#8893A9
(136,147,169)
#959FB2
(149,159,178)
#A2ABBB
(162,171,187)
#AFB7C4
(175,183,196)
#BCC3CD
(188,195,205)
#C9CFD6
(201,207,214)
#D6DBDF
(214,219,223)
#E3E7E8
(227,231,232)
#F0F3F1
(240,243,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6E7B97 color. Also use rgb(110,123,151) instead hex code.

Text Font Color

.myTextColor { color: #6E7B97; }

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

This text font color is #6E7B97.


Background Color

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

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

This div background color is #6E7B97.


Border color

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

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

This div border color is #6E7B97.


Opacity

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

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

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

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

This text has shadow with #6E7B97 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6E7B97 on black background.


Color preview on white background

This text has color #6E7B97 on white background.



Black color preview on #6E7B97 background

This text has black color on #6E7B97 background.


White color preview on #6E7B97 background

This text has white color on #6E7B97 background.