COLOR #6E9090

HEX: #6E9090 RGB: (110,144,144)

Color info

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

RGB color model

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

RGB: (110,144,144) (43%, 56%, 56%)

RGB channels and saturation

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

110
144
144

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

Portions of RGB colors in percentages

R + G + B = 110 + 144 + 144 = 398 (100%)
R 110 of 398 ~ 27.64%
G 144 of 398 ~ 36.18%
B 144 of 398 ~ 36.18'%

%27.64
%36.18
%36.18

CMYK color model

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

  • cyan value is 23.61%
  • magenta value is 0.00%
  • yellow value is 0.00%
  • key color value is 43.53%

CMYK: (24,0,0,44)
C24M0Y0K44 (24%, 0%, 0%, 44%)
(0.24 / 0.00 / 0.00 / 0.44)

CMYK percentages

%23.61
%0
%0
%43.53

Codes

Color #6E9090 in popluar color models

6E 90 90
RGB 110 144 144
HSL 180° 13.39% 49.80%
HSB/HSV 180° 23.61% 56.47%
CMYK 23.61% 0.00% 0.00%
43.53%

Color #6E9090 in popluar number systems.

HEX 6E 90 90
Decimal 110 144 144
Binary 1101110 10010000 10010000
Octal 156 220 220

Shades and tints

Shades of #6E9090

#6E9090
(110,144,144)
#648383
(100,131,131)
#5A7676
(90,118,118)
#506969
(80,105,105)
#465C5C
(70,92,92)
#3C4F4F
(60,79,79)
#324242
(50,66,66)
#283535
(40,53,53)
#1E2828
(30,40,40)
#141B1B
(20,27,27)
#0A0E0E
(10,14,14)
#000000
(0,0,0)

Tints of #6E9090

#6E9090
(110,144,144)
#7B9A9A
(123,154,154)
#88A4A4
(136,164,164)
#95AEAE
(149,174,174)
#A2B8B8
(162,184,184)
#AFC2C2
(175,194,194)
#BCCCCC
(188,204,204)
#C9D6D6
(201,214,214)
#D6E0E0
(214,224,224)
#E3EAEA
(227,234,234)
#F0F4F4
(240,244,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6E9090; }

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

This text font color is #6E9090.

Background Color

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

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

This div background color is #6E9090.

Border color

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

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

This div border color is #6E9090.

Opacity

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

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

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

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

This text has shadow with #6E9090 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #6E9090.

Preview

Color preview on black background

This text has color #6E9090 on black background.


Color preview on white background

This text has color #6E9090 on white background.


Black color preview on #6E9090 background

This text has black color on #6E9090 background.


White color preview on #6E9090 background

This text has white color on #6E9090 background.


Related colors

Complementary color

Complementary color for #hex is #916F6F.


I love getcolorcode.com