COLOR #6D6799

HEX: #6D6799
RGB: (109,103,153)

Renk bilgisi

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

RGB renk modeli

#6D6799 color RGB value is (109,103,153).

  • kırmız ton 109;
  • yeşil ton 103;
  • mavi ton 153.
RGB:
(109,103,153)
(43%,40%,60%)

RGB bağlantıları ve doygunluk

R 109 of 255 = 43%
G 103 of 255 = 40%
B 153 of 255 = 60%

109
103
153

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

Yüzdelerle RGB renk parçaları

R + G + B =
109 + 103 + 153 = 365 (100%)
R 109 of 365 ~ 29.86%
G 103 of 365 ~ 28.22%
B 153 of 365 ~ 41.92%

%29.86
%28.22
%41.92

CMYK RENK MODELİ

#6D6799 rengi CMYK tonu (29,33,0,40).

  • camgöbeği tonu 28.76%
  • eflatun tonu 32.68%
  • sarı tonu 0.00%
  • ana renk tonu 40.00%
CMYK:
(29,33,0,40)
C29M33Y0K40 
(29%,33%,0%,40%)
(0.29/0.33/0.00/0.40)	

CMYK yüzdeleri

%28.76
%32.68
%0
%40

Codes

Color #6D6799 in popluar color models

6D6799
RGB109103153
HSL247°19.69%50.20%
HSB/HSV247°32.68%60.00%
CMYK28.76%32.68%0.00%
40.00%

Color #6D6799 in popluar number systems.

HEX6D6799
Decimal109103153
Binary1101101110011110011001
Octal155147231

Shades and tints

Shades of #6D6799

#6D6799
(109,103,153)
#645E8C
(100,94,140)
#5B557F
(91,85,127)
#524C72
(82,76,114)
#494365
(73,67,101)
#403A58
(64,58,88)
#37314B
(55,49,75)
#2E283E
(46,40,62)
#251F31
(37,31,49)
#1C1624
(28,22,36)
#130D17
(19,13,23)
#000000
(0,0,0)

Tints of #6D6799

#6D6799
(109,103,153)
#7A74A2
(122,116,162)
#8781AB
(135,129,171)
#948EB4
(148,142,180)
#A19BBD
(161,155,189)
#AEA8C6
(174,168,198)
#BBB5CF
(187,181,207)
#C8C2D8
(200,194,216)
#D5CFE1
(213,207,225)
#E2DCEA
(226,220,234)
#EFE9F3
(239,233,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6D6799 color. Also use rgb(109,103,153) instead hex code.

Text Font Color

.myTextColor { color: #6D6799; }

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

This text font color is #6D6799.


Background Color

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

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

This div background color is #6D6799.


Border color

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

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

This div border color is #6D6799.


Opacity

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

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

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

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

This text has shadow with #6D6799 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6D6799 on black background.


Color preview on white background

This text has color #6D6799 on white background.



Black color preview on #6D6799 background

This text has black color on #6D6799 background.


White color preview on #6D6799 background

This text has white color on #6D6799 background.