COLOR #6D6F81

HEX: #6D6F81
RGB: (109,111,129)

Renk bilgisi

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

RGB renk modeli

#6D6F81 color RGB value is (109,111,129).

  • kırmız ton 109;
  • yeşil ton 111;
  • mavi ton 129.
RGB:
(109,111,129)
(43%,44%,51%)

RGB bağlantıları ve doygunluk

R 109 of 255 = 43%
G 111 of 255 = 44%
B 129 of 255 = 51%

109
111
129

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

Yüzdelerle RGB renk parçaları

R + G + B =
109 + 111 + 129 = 349 (100%)
R 109 of 349 ~ 31.23%
G 111 of 349 ~ 31.81%
B 129 of 349 ~ 36.96%

%31.23
%31.81
%36.96

CMYK RENK MODELİ

#6D6F81 rengi CMYK tonu (16,14,0,49).

  • camgöbeği tonu 15.50%
  • eflatun tonu 13.95%
  • sarı tonu 0.00%
  • ana renk tonu 49.41%
CMYK:
(16,14,0,49)
C16M14Y0K49 
(16%,14%,0%,49%)
(0.16/0.14/0.00/0.49)	

CMYK yüzdeleri

%15.5
%13.95
%0
%49.41

Codes

Color #6D6F81 in popluar color models

6D6F81
RGB109111129
HSL234°8.40%46.67%
HSB/HSV234°15.50%50.59%
CMYK15.50%13.95%0.00%
49.41%

Color #6D6F81 in popluar number systems.

HEX6D6F81
Decimal109111129
Binary1101101110111110000001
Octal155157201

Shades and tints

Shades of #6D6F81

#6D6F81
(109,111,129)
#646576
(100,101,118)
#5B5B6B
(91,91,107)
#525160
(82,81,96)
#494755
(73,71,85)
#403D4A
(64,61,74)
#37333F
(55,51,63)
#2E2934
(46,41,52)
#251F29
(37,31,41)
#1C151E
(28,21,30)
#130B13
(19,11,19)
#000000
(0,0,0)

Tints of #6D6F81

#6D6F81
(109,111,129)
#7A7C8C
(122,124,140)
#878997
(135,137,151)
#9496A2
(148,150,162)
#A1A3AD
(161,163,173)
#AEB0B8
(174,176,184)
#BBBDC3
(187,189,195)
#C8CACE
(200,202,206)
#D5D7D9
(213,215,217)
#E2E4E4
(226,228,228)
#EFF1EF
(239,241,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6D6F81 color. Also use rgb(109,111,129) instead hex code.

Text Font Color

.myTextColor { color: #6D6F81; }

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

This text font color is #6D6F81.


Background Color

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

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

This div background color is #6D6F81.


Border color

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

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

This div border color is #6D6F81.


Opacity

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

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

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

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

This text has shadow with #6D6F81 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6D6F81 on black background.


Color preview on white background

This text has color #6D6F81 on white background.



Black color preview on #6D6F81 background

This text has black color on #6D6F81 background.


White color preview on #6D6F81 background

This text has white color on #6D6F81 background.