COLOR #6D7497

HEX: #6D7497
RGB: (109,116,151)

Renk bilgisi

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

RGB renk modeli

#6D7497 color RGB value is (109,116,151).

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

RGB bağlantıları ve doygunluk

R 109 of 255 = 43%
G 116 of 255 = 45%
B 151 of 255 = 59%

109
116
151

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

Yüzdelerle RGB renk parçaları

R + G + B =
109 + 116 + 151 = 376 (100%)
R 109 of 376 ~ 28.99%
G 116 of 376 ~ 30.85%
B 151 of 376 ~ 40.16%

%28.99
%30.85
%40.16

CMYK RENK MODELİ

#6D7497 rengi CMYK tonu (28,23,0,41).

  • camgöbeği tonu 27.81%
  • eflatun tonu 23.18%
  • sarı tonu 0.00%
  • ana renk tonu 40.78%
CMYK:
(28,23,0,41)
C28M23Y0K41 
(28%,23%,0%,41%)
(0.28/0.23/0.00/0.41)	

CMYK yüzdeleri

%27.81
%23.18
%0
%40.78

Codes

Color #6D7497 in popluar color models

6D7497
RGB109116151
HSL230°16.80%50.98%
HSB/HSV230°27.81%59.22%
CMYK27.81%23.18%0.00%
40.78%

Color #6D7497 in popluar number systems.

HEX6D7497
Decimal109116151
Binary1101101111010010010111
Octal155164227

Shades and tints

Shades of #6D7497

#6D7497
(109,116,151)
#646A8A
(100,106,138)
#5B607D
(91,96,125)
#525670
(82,86,112)
#494C63
(73,76,99)
#404256
(64,66,86)
#373849
(55,56,73)
#2E2E3C
(46,46,60)
#25242F
(37,36,47)
#1C1A22
(28,26,34)
#131015
(19,16,21)
#000000
(0,0,0)

Tints of #6D7497

#6D7497
(109,116,151)
#7A80A0
(122,128,160)
#878CA9
(135,140,169)
#9498B2
(148,152,178)
#A1A4BB
(161,164,187)
#AEB0C4
(174,176,196)
#BBBCCD
(187,188,205)
#C8C8D6
(200,200,214)
#D5D4DF
(213,212,223)
#E2E0E8
(226,224,232)
#EFECF1
(239,236,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6D7497; }

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

This text font color is #6D7497.


Background Color

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

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

This div background color is #6D7497.


Border color

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

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

This div border color is #6D7497.


Opacity

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

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

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

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

This text has shadow with #6D7497 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6D7497 on black background.


Color preview on white background

This text has color #6D7497 on white background.



Black color preview on #6D7497 background

This text has black color on #6D7497 background.


White color preview on #6D7497 background

This text has white color on #6D7497 background.