COLOR #6E7B90

HEX: #6E7B90
RGB: (110,123,144)

Color info

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

RGB color model

#6E7B90 color RGB value is (110,123,144).

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

RGB channels and saturation

R 110 of 255 = 43%
G 123 of 255 = 48%
B 144 of 255 = 56%

110
123
144

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

Portions of RGB colors in percentages

R + G + B =
110 + 123 + 144 = 377 (100%)
R 110 of 377 ~ 29.18%
G 123 of 377 ~ 32.63%
B 144 of 377 ~ 38.2%

%29.18
%32.63
%38.2

CMYK color model

#6E7B90 color CMYK value is (24,15,0,44).

  • cyan value is 23.61%
  • magenta value is 14.58%
  • yellow value is 0.00%
  • key color value is 43.53%
CMYK:
(24,15,0,44)
C24M15Y0K44 
(24%,15%,0%,44%)
(0.24/0.15/0.00/0.44)	

CMYK percentages

%23.61
%14.58
%0
%43.53

Codes

Color #6E7B90 in popluar color models

6E7B90
RGB110123144
HSL217°13.39%49.80%
HSB/HSV217°23.61%56.47%
CMYK23.61%14.58%0.00%
43.53%

Color #6E7B90 in popluar number systems.

HEX6E7B90
Decimal110123144
Binary1101110111101110010000
Octal156173220

Shades and tints

Shades of #6E7B90

#6E7B90
(110,123,144)
#647083
(100,112,131)
#5A6576
(90,101,118)
#505A69
(80,90,105)
#464F5C
(70,79,92)
#3C444F
(60,68,79)
#323942
(50,57,66)
#282E35
(40,46,53)
#1E2328
(30,35,40)
#14181B
(20,24,27)
#0A0D0E
(10,13,14)
#000000
(0,0,0)

Tints of #6E7B90

#6E7B90
(110,123,144)
#7B879A
(123,135,154)
#8893A4
(136,147,164)
#959FAE
(149,159,174)
#A2ABB8
(162,171,184)
#AFB7C2
(175,183,194)
#BCC3CC
(188,195,204)
#C9CFD6
(201,207,214)
#D6DBE0
(214,219,224)
#E3E7EA
(227,231,234)
#F0F3F4
(240,243,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6E7B90; }

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

This text font color is #6E7B90.


Background Color

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

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

This div background color is #6E7B90.


Border color

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

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

This div border color is #6E7B90.


Opacity

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

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

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

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

This text has shadow with #6E7B90 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6E7B90 on black background.


Color preview on white background

This text has color #6E7B90 on white background.



Black color preview on #6E7B90 background

This text has black color on #6E7B90 background.


White color preview on #6E7B90 background

This text has white color on #6E7B90 background.