COLOR #6E9589

HEX: #6E9589
RGB: (110,149,137)

Renk bilgisi

#6E9589 contains red, green and blue colors in about the same proportion. #6E9589 ‘ nin web güvenlik rengi #669999 (ya da #699) dir.

RGB renk modeli

#6E9589 color RGB value is (110,149,137).

  • kırmız ton 110;
  • yeşil ton 149;
  • mavi ton 137.
RGB:
(110,149,137)
(43%,58%,54%)

RGB bağlantıları ve doygunluk

R 110 of 255 = 43%
G 149 of 255 = 58%
B 137 of 255 = 54%

110
149
137

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

Yüzdelerle RGB renk parçaları

R + G + B =
110 + 149 + 137 = 396 (100%)
R 110 of 396 ~ 27.78%
G 149 of 396 ~ 37.63%
B 137 of 396 ~ 34.6%

%27.78
%37.63
%34.6

CMYK RENK MODELİ

#6E9589 rengi CMYK tonu (26,0,8,42).

  • camgöbeği tonu 26.17%
  • eflatun tonu 0.00%
  • sarı tonu 8.05%
  • ana renk tonu 41.57%
CMYK:
(26,0,8,42)
C26M0Y8K42 
(26%,0%,8%,42%)
(0.26/0.00/0.08/0.42)	

CMYK yüzdeleri

%26.17
%0
%8.05
%41.57

Codes

Color #6E9589 in popluar color models

6E9589
RGB110149137
HSL162°15.54%50.78%
HSB/HSV162°26.17%58.43%
CMYK26.17%0.00%8.05%
41.57%

Color #6E9589 in popluar number systems.

HEX6E9589
Decimal110149137
Binary11011101001010110001001
Octal156225211

Shades and tints

Shades of #6E9589

#6E9589
(110,149,137)
#64887D
(100,136,125)
#5A7B71
(90,123,113)
#506E65
(80,110,101)
#466159
(70,97,89)
#3C544D
(60,84,77)
#324741
(50,71,65)
#283A35
(40,58,53)
#1E2D29
(30,45,41)
#14201D
(20,32,29)
#0A1311
(10,19,17)
#000000
(0,0,0)

Tints of #6E9589

#6E9589
(110,149,137)
#7B9E93
(123,158,147)
#88A79D
(136,167,157)
#95B0A7
(149,176,167)
#A2B9B1
(162,185,177)
#AFC2BB
(175,194,187)
#BCCBC5
(188,203,197)
#C9D4CF
(201,212,207)
#D6DDD9
(214,221,217)
#E3E6E3
(227,230,227)
#F0EFED
(240,239,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6E9589; }

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

This text font color is #6E9589.


Background Color

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

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

This div background color is #6E9589.


Border color

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

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

This div border color is #6E9589.


Opacity

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

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

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

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

This text has shadow with #6E9589 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6E9589 on black background.


Color preview on white background

This text has color #6E9589 on white background.



Black color preview on #6E9589 background

This text has black color on #6E9589 background.


White color preview on #6E9589 background

This text has white color on #6E9589 background.