COLOR #6D7383

HEX: #6D7383
RGB: (109,115,131)

Renk bilgisi

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

RGB renk modeli

#6D7383 color RGB value is (109,115,131).

  • kırmız ton 109;
  • yeşil ton 115;
  • mavi ton 131.
RGB:
(109,115,131)
(43%,45%,51%)

RGB bağlantıları ve doygunluk

R 109 of 255 = 43%
G 115 of 255 = 45%
B 131 of 255 = 51%

109
115
131

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

Yüzdelerle RGB renk parçaları

R + G + B =
109 + 115 + 131 = 355 (100%)
R 109 of 355 ~ 30.7%
G 115 of 355 ~ 32.39%
B 131 of 355 ~ 36.9%

%30.7
%32.39
%36.9

CMYK RENK MODELİ

#6D7383 rengi CMYK tonu (17,12,0,49).

  • camgöbeği tonu 16.79%
  • eflatun tonu 12.21%
  • sarı tonu 0.00%
  • ana renk tonu 48.63%
CMYK:
(17,12,0,49)
C17M12Y0K49 
(17%,12%,0%,49%)
(0.17/0.12/0.00/0.49)	

CMYK yüzdeleri

%16.79
%12.21
%0
%48.63

Codes

Color #6D7383 in popluar color models

6D7383
RGB109115131
HSL224°9.17%47.06%
HSB/HSV224°16.79%51.37%
CMYK16.79%12.21%0.00%
48.63%

Color #6D7383 in popluar number systems.

HEX6D7383
Decimal109115131
Binary1101101111001110000011
Octal155163203

Shades and tints

Shades of #6D7383

#6D7383
(109,115,131)
#646978
(100,105,120)
#5B5F6D
(91,95,109)
#525562
(82,85,98)
#494B57
(73,75,87)
#40414C
(64,65,76)
#373741
(55,55,65)
#2E2D36
(46,45,54)
#25232B
(37,35,43)
#1C1920
(28,25,32)
#130F15
(19,15,21)
#000000
(0,0,0)

Tints of #6D7383

#6D7383
(109,115,131)
#7A7F8E
(122,127,142)
#878B99
(135,139,153)
#9497A4
(148,151,164)
#A1A3AF
(161,163,175)
#AEAFBA
(174,175,186)
#BBBBC5
(187,187,197)
#C8C7D0
(200,199,208)
#D5D3DB
(213,211,219)
#E2DFE6
(226,223,230)
#EFEBF1
(239,235,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6D7383 color. Also use rgb(109,115,131) instead hex code.

Text Font Color

.myTextColor { color: #6D7383; }

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

This text font color is #6D7383.


Background Color

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

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

This div background color is #6D7383.


Border color

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

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

This div border color is #6D7383.


Opacity

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

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

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

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

This text has shadow with #6D7383 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6D7383 on black background.


Color preview on white background

This text has color #6D7383 on white background.



Black color preview on #6D7383 background

This text has black color on #6D7383 background.


White color preview on #6D7383 background

This text has white color on #6D7383 background.