COLOR #6D7489

HEX: #6D7489
RGB: (109,116,137)

Renk bilgisi

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

RGB renk modeli

#6D7489 color RGB value is (109,116,137).

  • kırmız ton 109;
  • yeşil ton 116;
  • mavi ton 137.
RGB:
(109,116,137)
(43%,45%,54%)

RGB bağlantıları ve doygunluk

R 109 of 255 = 43%
G 116 of 255 = 45%
B 137 of 255 = 54%

109
116
137

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

Yüzdelerle RGB renk parçaları

R + G + B =
109 + 116 + 137 = 362 (100%)
R 109 of 362 ~ 30.11%
G 116 of 362 ~ 32.04%
B 137 of 362 ~ 37.85%

%30.11
%32.04
%37.85

CMYK RENK MODELİ

#6D7489 rengi CMYK tonu (20,15,0,46).

  • camgöbeği tonu 20.44%
  • eflatun tonu 15.33%
  • sarı tonu 0.00%
  • ana renk tonu 46.27%
CMYK:
(20,15,0,46)
C20M15Y0K46 
(20%,15%,0%,46%)
(0.20/0.15/0.00/0.46)	

CMYK yüzdeleri

%20.44
%15.33
%0
%46.27

Codes

Color #6D7489 in popluar color models

6D7489
RGB109116137
HSL225°11.38%48.24%
HSB/HSV225°20.44%53.73%
CMYK20.44%15.33%0.00%
46.27%

Color #6D7489 in popluar number systems.

HEX6D7489
Decimal109116137
Binary1101101111010010001001
Octal155164211

Shades and tints

Shades of #6D7489

#6D7489
(109,116,137)
#646A7D
(100,106,125)
#5B6071
(91,96,113)
#525665
(82,86,101)
#494C59
(73,76,89)
#40424D
(64,66,77)
#373841
(55,56,65)
#2E2E35
(46,46,53)
#252429
(37,36,41)
#1C1A1D
(28,26,29)
#131011
(19,16,17)
#000000
(0,0,0)

Tints of #6D7489

#6D7489
(109,116,137)
#7A8093
(122,128,147)
#878C9D
(135,140,157)
#9498A7
(148,152,167)
#A1A4B1
(161,164,177)
#AEB0BB
(174,176,187)
#BBBCC5
(187,188,197)
#C8C8CF
(200,200,207)
#D5D4D9
(213,212,217)
#E2E0E3
(226,224,227)
#EFECED
(239,236,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6D7489 color. Also use rgb(109,116,137) instead hex code.

Text Font Color

.myTextColor { color: #6D7489; }

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

This text font color is #6D7489.


Background Color

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

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

This div background color is #6D7489.


Border color

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

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

This div border color is #6D7489.


Opacity

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

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

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

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

This text has shadow with #6D7489 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6D7489 on black background.


Color preview on white background

This text has color #6D7489 on white background.



Black color preview on #6D7489 background

This text has black color on #6D7489 background.


White color preview on #6D7489 background

This text has white color on #6D7489 background.