COLOR #6D9992

HEX: #6D9992
RGB: (109,153,146)

Renk bilgisi

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

RGB renk modeli

#6D9992 color RGB value is (109,153,146).

  • kırmız ton 109;
  • yeşil ton 153;
  • mavi ton 146.
RGB:
(109,153,146)
(43%,60%,57%)

RGB bağlantıları ve doygunluk

R 109 of 255 = 43%
G 153 of 255 = 60%
B 146 of 255 = 57%

109
153
146

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

Yüzdelerle RGB renk parçaları

R + G + B =
109 + 153 + 146 = 408 (100%)
R 109 of 408 ~ 26.72%
G 153 of 408 ~ 37.5%
B 146 of 408 ~ 35.78%

%26.72
%37.5
%35.78

CMYK RENK MODELİ

#6D9992 rengi CMYK tonu (29,0,5,40).

  • camgöbeği tonu 28.76%
  • eflatun tonu 0.00%
  • sarı tonu 4.58%
  • ana renk tonu 40.00%
CMYK:
(29,0,5,40)
C29M0Y5K40 
(29%,0%,5%,40%)
(0.29/0.00/0.05/0.40)	

CMYK yüzdeleri

%28.76
%0
%4.58
%40

Codes

Color #6D9992 in popluar color models

6D9992
RGB109153146
HSL170°17.74%51.37%
HSB/HSV170°28.76%60.00%
CMYK28.76%0.00%4.58%
40.00%

Color #6D9992 in popluar number systems.

HEX6D9992
Decimal109153146
Binary11011011001100110010010
Octal155231222

Shades and tints

Shades of #6D9992

#6D9992
(109,153,146)
#648C85
(100,140,133)
#5B7F78
(91,127,120)
#52726B
(82,114,107)
#49655E
(73,101,94)
#405851
(64,88,81)
#374B44
(55,75,68)
#2E3E37
(46,62,55)
#25312A
(37,49,42)
#1C241D
(28,36,29)
#131710
(19,23,16)
#000000
(0,0,0)

Tints of #6D9992

#6D9992
(109,153,146)
#7AA29B
(122,162,155)
#87ABA4
(135,171,164)
#94B4AD
(148,180,173)
#A1BDB6
(161,189,182)
#AEC6BF
(174,198,191)
#BBCFC8
(187,207,200)
#C8D8D1
(200,216,209)
#D5E1DA
(213,225,218)
#E2EAE3
(226,234,227)
#EFF3EC
(239,243,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6D9992 color. Also use rgb(109,153,146) instead hex code.

Text Font Color

.myTextColor { color: #6D9992; }

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

This text font color is #6D9992.


Background Color

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

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

This div background color is #6D9992.


Border color

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

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

This div border color is #6D9992.


Opacity

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

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

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

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

This text has shadow with #6D9992 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6D9992 on black background.


Color preview on white background

This text has color #6D9992 on white background.



Black color preview on #6D9992 background

This text has black color on #6D9992 background.


White color preview on #6D9992 background

This text has white color on #6D9992 background.