COLOR #6E8290

HEX: #6E8290
RGB: (110,130,144)

Color info

#6E8290 contains red, green and blue colors in about the same proportion. Web safe color of #6E8290 is #669999 (or #699).

RGB color model

#6E8290 color RGB value is (110,130,144).

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

RGB channels and saturation

R 110 of 255 = 43%
G 130 of 255 = 51%
B 144 of 255 = 56%

110
130
144

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

Portions of RGB colors in percentages

R + G + B =
110 + 130 + 144 = 384 (100%)
R 110 of 384 ~ 28.65%
G 130 of 384 ~ 33.85%
B 144 of 384 ~ 37.5%

%28.65
%33.85
%37.5

CMYK color model

#6E8290 color CMYK value is (24,10,0,44).

  • cyan value is 23.61%
  • magenta value is 9.72%
  • yellow value is 0.00%
  • key color value is 43.53%
CMYK:
(24,10,0,44)
C24M10Y0K44 
(24%,10%,0%,44%)
(0.24/0.10/0.00/0.44)	

CMYK percentages

%23.61
%9.72
%0
%43.53

Codes

Color #6E8290 in popluar color models

6E8290
RGB110130144
HSL205°13.39%49.80%
HSB/HSV205°23.61%56.47%
CMYK23.61%9.72%0.00%
43.53%

Color #6E8290 in popluar number systems.

HEX6E8290
Decimal110130144
Binary11011101000001010010000
Octal156202220

Shades and tints

Shades of #6E8290

#6E8290
(110,130,144)
#647783
(100,119,131)
#5A6C76
(90,108,118)
#506169
(80,97,105)
#46565C
(70,86,92)
#3C4B4F
(60,75,79)
#324042
(50,64,66)
#283535
(40,53,53)
#1E2A28
(30,42,40)
#141F1B
(20,31,27)
#0A140E
(10,20,14)
#000000
(0,0,0)

Tints of #6E8290

#6E8290
(110,130,144)
#7B8D9A
(123,141,154)
#8898A4
(136,152,164)
#95A3AE
(149,163,174)
#A2AEB8
(162,174,184)
#AFB9C2
(175,185,194)
#BCC4CC
(188,196,204)
#C9CFD6
(201,207,214)
#D6DAE0
(214,218,224)
#E3E5EA
(227,229,234)
#F0F0F4
(240,240,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6E8290; }

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

This text font color is #6E8290.


Background Color

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

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

This div background color is #6E8290.


Border color

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

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

This div border color is #6E8290.


Opacity

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

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

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

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

This text has shadow with #6E8290 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6E8290 on black background.


Color preview on white background

This text has color #6E8290 on white background.



Black color preview on #6E8290 background

This text has black color on #6E8290 background.


White color preview on #6E8290 background

This text has white color on #6E8290 background.