COLOR #6B9489

HEX: #6B9489
RGB: (107,148,137)

Renk bilgisi

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

RGB renk modeli

#6B9489 color RGB value is (107,148,137).

  • kırmız ton 107;
  • yeşil ton 148;
  • mavi ton 137.
RGB:
(107,148,137)
(42%,58%,54%)

RGB bağlantıları ve doygunluk

R 107 of 255 = 42%
G 148 of 255 = 58%
B 137 of 255 = 54%

107
148
137

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

Yüzdelerle RGB renk parçaları

R + G + B =
107 + 148 + 137 = 392 (100%)
R 107 of 392 ~ 27.3%
G 148 of 392 ~ 37.76%
B 137 of 392 ~ 34.95%

%27.3
%37.76
%34.95

CMYK RENK MODELİ

#6B9489 rengi CMYK tonu (28,0,7,42).

  • camgöbeği tonu 27.70%
  • eflatun tonu 0.00%
  • sarı tonu 7.43%
  • ana renk tonu 41.96%
CMYK:
(28,0,7,42)
C28M0Y7K42 
(28%,0%,7%,42%)
(0.28/0.00/0.07/0.42)	

CMYK yüzdeleri

%27.7
%0
%7.43
%41.96

Codes

Color #6B9489 in popluar color models

6B9489
RGB107148137
HSL164°16.08%50.00%
HSB/HSV164°27.70%58.04%
CMYK27.70%0.00%7.43%
41.96%

Color #6B9489 in popluar number systems.

HEX6B9489
Decimal107148137
Binary11010111001010010001001
Octal153224211

Shades and tints

Shades of #6B9489

#6B9489
(107,148,137)
#62877D
(98,135,125)
#597A71
(89,122,113)
#506D65
(80,109,101)
#476059
(71,96,89)
#3E534D
(62,83,77)
#354641
(53,70,65)
#2C3935
(44,57,53)
#232C29
(35,44,41)
#1A1F1D
(26,31,29)
#111211
(17,18,17)
#000000
(0,0,0)

Tints of #6B9489

#6B9489
(107,148,137)
#789D93
(120,157,147)
#85A69D
(133,166,157)
#92AFA7
(146,175,167)
#9FB8B1
(159,184,177)
#ACC1BB
(172,193,187)
#B9CAC5
(185,202,197)
#C6D3CF
(198,211,207)
#D3DCD9
(211,220,217)
#E0E5E3
(224,229,227)
#EDEEED
(237,238,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6B9489 color. Also use rgb(107,148,137) instead hex code.

Text Font Color

.myTextColor { color: #6B9489; }

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

This text font color is #6B9489.


Background Color

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

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

This div background color is #6B9489.


Border color

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

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

This div border color is #6B9489.


Opacity

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

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

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

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

This text has shadow with #6B9489 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6B9489 on black background.


Color preview on white background

This text has color #6B9489 on white background.



Black color preview on #6B9489 background

This text has black color on #6B9489 background.


White color preview on #6B9489 background

This text has white color on #6B9489 background.