COLOR #6D697B

HEX: #6D697B
RGB: (109,105,123)

Renk bilgisi

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

RGB renk modeli

#6D697B color RGB value is (109,105,123).

  • kırmız ton 109;
  • yeşil ton 105;
  • mavi ton 123.
RGB:
(109,105,123)
(43%,41%,48%)

RGB bağlantıları ve doygunluk

R 109 of 255 = 43%
G 105 of 255 = 41%
B 123 of 255 = 48%

109
105
123

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

Yüzdelerle RGB renk parçaları

R + G + B =
109 + 105 + 123 = 337 (100%)
R 109 of 337 ~ 32.34%
G 105 of 337 ~ 31.16%
B 123 of 337 ~ 36.5%

%32.34
%31.16
%36.5

CMYK RENK MODELİ

#6D697B rengi CMYK tonu (11,15,0,52).

  • camgöbeği tonu 11.38%
  • eflatun tonu 14.63%
  • sarı tonu 0.00%
  • ana renk tonu 51.76%
CMYK:
(11,15,0,52)
C11M15Y0K52 
(11%,15%,0%,52%)
(0.11/0.15/0.00/0.52)	

CMYK yüzdeleri

%11.38
%14.63
%0
%51.76

Codes

Color #6D697B in popluar color models

6D697B
RGB109105123
HSL253°7.89%44.71%
HSB/HSV253°14.63%48.24%
CMYK11.38%14.63%0.00%
51.76%

Color #6D697B in popluar number systems.

HEX6D697B
Decimal109105123
Binary110110111010011111011
Octal155151173

Shades and tints

Shades of #6D697B

#6D697B
(109,105,123)
#646070
(100,96,112)
#5B5765
(91,87,101)
#524E5A
(82,78,90)
#49454F
(73,69,79)
#403C44
(64,60,68)
#373339
(55,51,57)
#2E2A2E
(46,42,46)
#252123
(37,33,35)
#1C1818
(28,24,24)
#130F0D
(19,15,13)
#000000
(0,0,0)

Tints of #6D697B

#6D697B
(109,105,123)
#7A7687
(122,118,135)
#878393
(135,131,147)
#94909F
(148,144,159)
#A19DAB
(161,157,171)
#AEAAB7
(174,170,183)
#BBB7C3
(187,183,195)
#C8C4CF
(200,196,207)
#D5D1DB
(213,209,219)
#E2DEE7
(226,222,231)
#EFEBF3
(239,235,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6D697B color. Also use rgb(109,105,123) instead hex code.

Text Font Color

.myTextColor { color: #6D697B; }

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

This text font color is #6D697B.


Background Color

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

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

This div background color is #6D697B.


Border color

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

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

This div border color is #6D697B.


Opacity

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

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

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

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

This text has shadow with #6D697B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6D697B on black background.


Color preview on white background

This text has color #6D697B on white background.



Black color preview on #6D697B background

This text has black color on #6D697B background.


White color preview on #6D697B background

This text has white color on #6D697B background.