COLOR #6E9585

HEX: #6E9585
RGB: (110,149,133)

Renk bilgisi

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

RGB renk modeli

#6E9585 color RGB value is (110,149,133).

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

RGB bağlantıları ve doygunluk

R 110 of 255 = 43%
G 149 of 255 = 58%
B 133 of 255 = 52%

110
149
133

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

Yüzdelerle RGB renk parçaları

R + G + B =
110 + 149 + 133 = 392 (100%)
R 110 of 392 ~ 28.06%
G 149 of 392 ~ 38.01%
B 133 of 392 ~ 33.93%

%28.06
%38.01
%33.93

CMYK RENK MODELİ

#6E9585 rengi CMYK tonu (26,0,11,42).

  • camgöbeği tonu 26.17%
  • eflatun tonu 0.00%
  • sarı tonu 10.74%
  • ana renk tonu 41.57%
CMYK:
(26,0,11,42)
C26M0Y11K42 
(26%,0%,11%,42%)
(0.26/0.00/0.11/0.42)	

CMYK yüzdeleri

%26.17
%0
%10.74
%41.57

Codes

Color #6E9585 in popluar color models

6E9585
RGB110149133
HSL155°15.54%50.78%
HSB/HSV155°26.17%58.43%
CMYK26.17%0.00%10.74%
41.57%

Color #6E9585 in popluar number systems.

HEX6E9585
Decimal110149133
Binary11011101001010110000101
Octal156225205

Shades and tints

Shades of #6E9585

#6E9585
(110,149,133)
#648879
(100,136,121)
#5A7B6D
(90,123,109)
#506E61
(80,110,97)
#466155
(70,97,85)
#3C5449
(60,84,73)
#32473D
(50,71,61)
#283A31
(40,58,49)
#1E2D25
(30,45,37)
#142019
(20,32,25)
#0A130D
(10,19,13)
#000000
(0,0,0)

Tints of #6E9585

#6E9585
(110,149,133)
#7B9E90
(123,158,144)
#88A79B
(136,167,155)
#95B0A6
(149,176,166)
#A2B9B1
(162,185,177)
#AFC2BC
(175,194,188)
#BCCBC7
(188,203,199)
#C9D4D2
(201,212,210)
#D6DDDD
(214,221,221)
#E3E6E8
(227,230,232)
#F0EFF3
(240,239,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6E9585; }

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

This text font color is #6E9585.


Background Color

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

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

This div background color is #6E9585.


Border color

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

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

This div border color is #6E9585.


Opacity

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

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

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

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

This text has shadow with #6E9585 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6E9585 on black background.


Color preview on white background

This text has color #6E9585 on white background.



Black color preview on #6E9585 background

This text has black color on #6E9585 background.


White color preview on #6E9585 background

This text has white color on #6E9585 background.