COLOR #6D7E9D

HEX: #6D7E9D
RGB: (109,126,157)

Renk bilgisi

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

RGB renk modeli

#6D7E9D color RGB value is (109,126,157).

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

RGB bağlantıları ve doygunluk

R 109 of 255 = 43%
G 126 of 255 = 49%
B 157 of 255 = 62%

109
126
157

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

Yüzdelerle RGB renk parçaları

R + G + B =
109 + 126 + 157 = 392 (100%)
R 109 of 392 ~ 27.81%
G 126 of 392 ~ 32.14%
B 157 of 392 ~ 40.05%

%27.81
%32.14
%40.05

CMYK RENK MODELİ

#6D7E9D rengi CMYK tonu (31,20,0,38).

  • camgöbeği tonu 30.57%
  • eflatun tonu 19.75%
  • sarı tonu 0.00%
  • ana renk tonu 38.43%
CMYK:
(31,20,0,38)
C31M20Y0K38 
(31%,20%,0%,38%)
(0.31/0.20/0.00/0.38)	

CMYK yüzdeleri

%30.57
%19.75
%0
%38.43

Codes

Color #6D7E9D in popluar color models

6D7E9D
RGB109126157
HSL219°19.67%52.16%
HSB/HSV219°30.57%61.57%
CMYK30.57%19.75%0.00%
38.43%

Color #6D7E9D in popluar number systems.

HEX6D7E9D
Decimal109126157
Binary1101101111111010011101
Octal155176235

Shades and tints

Shades of #6D7E9D

#6D7E9D
(109,126,157)
#64738F
(100,115,143)
#5B6881
(91,104,129)
#525D73
(82,93,115)
#495265
(73,82,101)
#404757
(64,71,87)
#373C49
(55,60,73)
#2E313B
(46,49,59)
#25262D
(37,38,45)
#1C1B1F
(28,27,31)
#131011
(19,16,17)
#000000
(0,0,0)

Tints of #6D7E9D

#6D7E9D
(109,126,157)
#7A89A5
(122,137,165)
#8794AD
(135,148,173)
#949FB5
(148,159,181)
#A1AABD
(161,170,189)
#AEB5C5
(174,181,197)
#BBC0CD
(187,192,205)
#C8CBD5
(200,203,213)
#D5D6DD
(213,214,221)
#E2E1E5
(226,225,229)
#EFECED
(239,236,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6D7E9D; }

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

This text font color is #6D7E9D.


Background Color

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

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

This div background color is #6D7E9D.


Border color

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

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

This div border color is #6D7E9D.


Opacity

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

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

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

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

This text has shadow with #6D7E9D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6D7E9D on black background.


Color preview on white background

This text has color #6D7E9D on white background.



Black color preview on #6D7E9D background

This text has black color on #6D7E9D background.


White color preview on #6D7E9D background

This text has white color on #6D7E9D background.