COLOR #6D999A

HEX: #6D999A
RGB: (109,153,154)

Renk bilgisi

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

RGB renk modeli

#6D999A color RGB value is (109,153,154).

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

RGB bağlantıları ve doygunluk

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

109
153
154

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

Yüzdelerle RGB renk parçaları

R + G + B =
109 + 153 + 154 = 416 (100%)
R 109 of 416 ~ 26.2%
G 153 of 416 ~ 36.78%
B 154 of 416 ~ 37.02%

%26.2
%36.78
%37.02

CMYK RENK MODELİ

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

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

CMYK yüzdeleri

%29.22
%0.65
%0
%39.61

Codes

Color #6D999A in popluar color models

6D999A
RGB109153154
HSL181°18.22%51.57%
HSB/HSV181°29.22%60.39%
CMYK29.22%0.65%0.00%
39.61%

Color #6D999A in popluar number systems.

HEX6D999A
Decimal109153154
Binary11011011001100110011010
Octal155231232

Shades and tints

Shades of #6D999A

#6D999A
(109,153,154)
#648C8C
(100,140,140)
#5B7F7E
(91,127,126)
#527270
(82,114,112)
#496562
(73,101,98)
#405854
(64,88,84)
#374B46
(55,75,70)
#2E3E38
(46,62,56)
#25312A
(37,49,42)
#1C241C
(28,36,28)
#13170E
(19,23,14)
#000000
(0,0,0)

Tints of #6D999A

#6D999A
(109,153,154)
#7AA2A3
(122,162,163)
#87ABAC
(135,171,172)
#94B4B5
(148,180,181)
#A1BDBE
(161,189,190)
#AEC6C7
(174,198,199)
#BBCFD0
(187,207,208)
#C8D8D9
(200,216,217)
#D5E1E2
(213,225,226)
#E2EAEB
(226,234,235)
#EFF3F4
(239,243,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6D999A; }

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

This text font color is #6D999A.


Background Color

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

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

This div background color is #6D999A.


Border color

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

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

This div border color is #6D999A.


Opacity

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

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

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

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

This text has shadow with #6D999A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6D999A on black background.


Color preview on white background

This text has color #6D999A on white background.



Black color preview on #6D999A background

This text has black color on #6D999A background.


White color preview on #6D999A background

This text has white color on #6D999A background.