COLOR #6D7495

HEX: #6D7495
RGB: (109,116,149)

Renk bilgisi

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

RGB renk modeli

#6D7495 color RGB value is (109,116,149).

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

RGB bağlantıları ve doygunluk

R 109 of 255 = 43%
G 116 of 255 = 45%
B 149 of 255 = 58%

109
116
149

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

Yüzdelerle RGB renk parçaları

R + G + B =
109 + 116 + 149 = 374 (100%)
R 109 of 374 ~ 29.14%
G 116 of 374 ~ 31.02%
B 149 of 374 ~ 39.84%

%29.14
%31.02
%39.84

CMYK RENK MODELİ

#6D7495 rengi CMYK tonu (27,22,0,42).

  • camgöbeği tonu 26.85%
  • eflatun tonu 22.15%
  • sarı tonu 0.00%
  • ana renk tonu 41.57%
CMYK:
(27,22,0,42)
C27M22Y0K42 
(27%,22%,0%,42%)
(0.27/0.22/0.00/0.42)	

CMYK yüzdeleri

%26.85
%22.15
%0
%41.57

Codes

Color #6D7495 in popluar color models

6D7495
RGB109116149
HSL230°15.87%50.59%
HSB/HSV230°26.85%58.43%
CMYK26.85%22.15%0.00%
41.57%

Color #6D7495 in popluar number systems.

HEX6D7495
Decimal109116149
Binary1101101111010010010101
Octal155164225

Shades and tints

Shades of #6D7495

#6D7495
(109,116,149)
#646A88
(100,106,136)
#5B607B
(91,96,123)
#52566E
(82,86,110)
#494C61
(73,76,97)
#404254
(64,66,84)
#373847
(55,56,71)
#2E2E3A
(46,46,58)
#25242D
(37,36,45)
#1C1A20
(28,26,32)
#131013
(19,16,19)
#000000
(0,0,0)

Tints of #6D7495

#6D7495
(109,116,149)
#7A809E
(122,128,158)
#878CA7
(135,140,167)
#9498B0
(148,152,176)
#A1A4B9
(161,164,185)
#AEB0C2
(174,176,194)
#BBBCCB
(187,188,203)
#C8C8D4
(200,200,212)
#D5D4DD
(213,212,221)
#E2E0E6
(226,224,230)
#EFECEF
(239,236,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6D7495; }

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

This text font color is #6D7495.


Background Color

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

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

This div background color is #6D7495.


Border color

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

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

This div border color is #6D7495.


Opacity

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

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

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

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

This text has shadow with #6D7495 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6D7495 on black background.


Color preview on white background

This text has color #6D7495 on white background.



Black color preview on #6D7495 background

This text has black color on #6D7495 background.


White color preview on #6D7495 background

This text has white color on #6D7495 background.