COLOR #6D6990

HEX: #6D6990
RGB: (109,105,144)

Renk bilgisi

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

RGB renk modeli

#6D6990 color RGB value is (109,105,144).

  • kırmız ton 109;
  • yeşil ton 105;
  • mavi ton 144.
RGB:
(109,105,144)
(43%,41%,56%)

RGB bağlantıları ve doygunluk

R 109 of 255 = 43%
G 105 of 255 = 41%
B 144 of 255 = 56%

109
105
144

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

Yüzdelerle RGB renk parçaları

R + G + B =
109 + 105 + 144 = 358 (100%)
R 109 of 358 ~ 30.45%
G 105 of 358 ~ 29.33%
B 144 of 358 ~ 40.22%

%30.45
%29.33
%40.22

CMYK RENK MODELİ

#6D6990 rengi CMYK tonu (24,27,0,44).

  • camgöbeği tonu 24.31%
  • eflatun tonu 27.08%
  • sarı tonu 0.00%
  • ana renk tonu 43.53%
CMYK:
(24,27,0,44)
C24M27Y0K44 
(24%,27%,0%,44%)
(0.24/0.27/0.00/0.44)	

CMYK yüzdeleri

%24.31
%27.08
%0
%43.53

Codes

Color #6D6990 in popluar color models

6D6990
RGB109105144
HSL246°15.66%48.82%
HSB/HSV246°27.08%56.47%
CMYK24.31%27.08%0.00%
43.53%

Color #6D6990 in popluar number systems.

HEX6D6990
Decimal109105144
Binary1101101110100110010000
Octal155151220

Shades and tints

Shades of #6D6990

#6D6990
(109,105,144)
#646083
(100,96,131)
#5B5776
(91,87,118)
#524E69
(82,78,105)
#49455C
(73,69,92)
#403C4F
(64,60,79)
#373342
(55,51,66)
#2E2A35
(46,42,53)
#252128
(37,33,40)
#1C181B
(28,24,27)
#130F0E
(19,15,14)
#000000
(0,0,0)

Tints of #6D6990

#6D6990
(109,105,144)
#7A769A
(122,118,154)
#8783A4
(135,131,164)
#9490AE
(148,144,174)
#A19DB8
(161,157,184)
#AEAAC2
(174,170,194)
#BBB7CC
(187,183,204)
#C8C4D6
(200,196,214)
#D5D1E0
(213,209,224)
#E2DEEA
(226,222,234)
#EFEBF4
(239,235,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6D6990 color. Also use rgb(109,105,144) instead hex code.

Text Font Color

.myTextColor { color: #6D6990; }

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

This text font color is #6D6990.


Background Color

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

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

This div background color is #6D6990.


Border color

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

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

This div border color is #6D6990.


Opacity

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

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

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

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

This text has shadow with #6D6990 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6D6990 on black background.


Color preview on white background

This text has color #6D6990 on white background.



Black color preview on #6D6990 background

This text has black color on #6D6990 background.


White color preview on #6D6990 background

This text has white color on #6D6990 background.