COLOR #6D9998

HEX: #6D9998
RGB: (109,153,152)

Renk bilgisi

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

RGB renk modeli

#6D9998 color RGB value is (109,153,152).

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

RGB bağlantıları ve doygunluk

R 109 of 255 = 43%
G 153 of 255 = 60%
B 152 of 255 = 60%

109
153
152

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

Yüzdelerle RGB renk parçaları

R + G + B =
109 + 153 + 152 = 414 (100%)
R 109 of 414 ~ 26.33%
G 153 of 414 ~ 36.96%
B 152 of 414 ~ 36.71%

%26.33
%36.96
%36.71

CMYK RENK MODELİ

#6D9998 rengi CMYK tonu (29,0,1,40).

  • camgöbeği tonu 28.76%
  • eflatun tonu 0.00%
  • sarı tonu 0.65%
  • ana renk tonu 40.00%
CMYK:
(29,0,1,40)
C29M0Y1K40 
(29%,0%,1%,40%)
(0.29/0.00/0.01/0.40)	

CMYK yüzdeleri

%28.76
%0
%0.65
%40

Codes

Color #6D9998 in popluar color models

6D9998
RGB109153152
HSL179°17.74%51.37%
HSB/HSV179°28.76%60.00%
CMYK28.76%0.00%0.65%
40.00%

Color #6D9998 in popluar number systems.

HEX6D9998
Decimal109153152
Binary11011011001100110011000
Octal155231230

Shades and tints

Shades of #6D9998

#6D9998
(109,153,152)
#648C8B
(100,140,139)
#5B7F7E
(91,127,126)
#527271
(82,114,113)
#496564
(73,101,100)
#405857
(64,88,87)
#374B4A
(55,75,74)
#2E3E3D
(46,62,61)
#253130
(37,49,48)
#1C2423
(28,36,35)
#131716
(19,23,22)
#000000
(0,0,0)

Tints of #6D9998

#6D9998
(109,153,152)
#7AA2A1
(122,162,161)
#87ABAA
(135,171,170)
#94B4B3
(148,180,179)
#A1BDBC
(161,189,188)
#AEC6C5
(174,198,197)
#BBCFCE
(187,207,206)
#C8D8D7
(200,216,215)
#D5E1E0
(213,225,224)
#E2EAE9
(226,234,233)
#EFF3F2
(239,243,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6D9998; }

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

This text font color is #6D9998.


Background Color

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

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

This div background color is #6D9998.


Border color

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

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

This div border color is #6D9998.


Opacity

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

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

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

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

This text has shadow with #6D9998 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6D9998 on black background.


Color preview on white background

This text has color #6D9998 on white background.



Black color preview on #6D9998 background

This text has black color on #6D9998 background.


White color preview on #6D9998 background

This text has white color on #6D9998 background.