COLOR #6D7693

HEX: #6D7693
RGB: (109,118,147)

Renk bilgisi

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

RGB renk modeli

#6D7693 color RGB value is (109,118,147).

  • kırmız ton 109;
  • yeşil ton 118;
  • mavi ton 147.
RGB:
(109,118,147)
(43%,46%,58%)

RGB bağlantıları ve doygunluk

R 109 of 255 = 43%
G 118 of 255 = 46%
B 147 of 255 = 58%

109
118
147

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

Yüzdelerle RGB renk parçaları

R + G + B =
109 + 118 + 147 = 374 (100%)
R 109 of 374 ~ 29.14%
G 118 of 374 ~ 31.55%
B 147 of 374 ~ 39.3%

%29.14
%31.55
%39.3

CMYK RENK MODELİ

#6D7693 rengi CMYK tonu (26,20,0,42).

  • camgöbeği tonu 25.85%
  • eflatun tonu 19.73%
  • sarı tonu 0.00%
  • ana renk tonu 42.35%
CMYK:
(26,20,0,42)
C26M20Y0K42 
(26%,20%,0%,42%)
(0.26/0.20/0.00/0.42)	

CMYK yüzdeleri

%25.85
%19.73
%0
%42.35

Codes

Color #6D7693 in popluar color models

6D7693
RGB109118147
HSL226°14.96%50.20%
HSB/HSV226°25.85%57.65%
CMYK25.85%19.73%0.00%
42.35%

Color #6D7693 in popluar number systems.

HEX6D7693
Decimal109118147
Binary1101101111011010010011
Octal155166223

Shades and tints

Shades of #6D7693

#6D7693
(109,118,147)
#646C86
(100,108,134)
#5B6279
(91,98,121)
#52586C
(82,88,108)
#494E5F
(73,78,95)
#404452
(64,68,82)
#373A45
(55,58,69)
#2E3038
(46,48,56)
#25262B
(37,38,43)
#1C1C1E
(28,28,30)
#131211
(19,18,17)
#000000
(0,0,0)

Tints of #6D7693

#6D7693
(109,118,147)
#7A829C
(122,130,156)
#878EA5
(135,142,165)
#949AAE
(148,154,174)
#A1A6B7
(161,166,183)
#AEB2C0
(174,178,192)
#BBBEC9
(187,190,201)
#C8CAD2
(200,202,210)
#D5D6DB
(213,214,219)
#E2E2E4
(226,226,228)
#EFEEED
(239,238,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6D7693 color. Also use rgb(109,118,147) instead hex code.

Text Font Color

.myTextColor { color: #6D7693; }

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

This text font color is #6D7693.


Background Color

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

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

This div background color is #6D7693.


Border color

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

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

This div border color is #6D7693.


Opacity

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

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

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

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

This text has shadow with #6D7693 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6D7693 on black background.


Color preview on white background

This text has color #6D7693 on white background.



Black color preview on #6D7693 background

This text has black color on #6D7693 background.


White color preview on #6D7693 background

This text has white color on #6D7693 background.