COLOR #6D7EA5

HEX: #6D7EA5
RGB: (109,126,165)

Renk bilgisi

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

RGB renk modeli

#6D7EA5 color RGB value is (109,126,165).

  • kırmız ton 109;
  • yeşil ton 126;
  • mavi ton 165.
RGB:
(109,126,165)
(43%,49%,65%)

RGB bağlantıları ve doygunluk

R 109 of 255 = 43%
G 126 of 255 = 49%
B 165 of 255 = 65%

109
126
165

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

Yüzdelerle RGB renk parçaları

R + G + B =
109 + 126 + 165 = 400 (100%)
R 109 of 400 ~ 27.25%
G 126 of 400 ~ 31.5%
B 165 of 400 ~ 41.25%

%27.25
%31.5
%41.25

CMYK RENK MODELİ

#6D7EA5 rengi CMYK tonu (34,24,0,35).

  • camgöbeği tonu 33.94%
  • eflatun tonu 23.64%
  • sarı tonu 0.00%
  • ana renk tonu 35.29%
CMYK:
(34,24,0,35)
C34M24Y0K35 
(34%,24%,0%,35%)
(0.34/0.24/0.00/0.35)	

CMYK yüzdeleri

%33.94
%23.64
%0
%35.29

Codes

Color #6D7EA5 in popluar color models

6D7EA5
RGB109126165
HSL222°23.73%53.73%
HSB/HSV222°33.94%64.71%
CMYK33.94%23.64%0.00%
35.29%

Color #6D7EA5 in popluar number systems.

HEX6D7EA5
Decimal109126165
Binary1101101111111010100101
Octal155176245

Shades and tints

Shades of #6D7EA5

#6D7EA5
(109,126,165)
#647396
(100,115,150)
#5B6887
(91,104,135)
#525D78
(82,93,120)
#495269
(73,82,105)
#40475A
(64,71,90)
#373C4B
(55,60,75)
#2E313C
(46,49,60)
#25262D
(37,38,45)
#1C1B1E
(28,27,30)
#13100F
(19,16,15)
#000000
(0,0,0)

Tints of #6D7EA5

#6D7EA5
(109,126,165)
#7A89AD
(122,137,173)
#8794B5
(135,148,181)
#949FBD
(148,159,189)
#A1AAC5
(161,170,197)
#AEB5CD
(174,181,205)
#BBC0D5
(187,192,213)
#C8CBDD
(200,203,221)
#D5D6E5
(213,214,229)
#E2E1ED
(226,225,237)
#EFECF5
(239,236,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6D7EA5 color. Also use rgb(109,126,165) instead hex code.

Text Font Color

.myTextColor { color: #6D7EA5; }

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

This text font color is #6D7EA5.


Background Color

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

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

This div background color is #6D7EA5.


Border color

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

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

This div border color is #6D7EA5.


Opacity

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

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

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

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

This text has shadow with #6D7EA5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6D7EA5 on black background.


Color preview on white background

This text has color #6D7EA5 on white background.



Black color preview on #6D7EA5 background

This text has black color on #6D7EA5 background.


White color preview on #6D7EA5 background

This text has white color on #6D7EA5 background.