COLOR #6D6DB3

HEX: #6D6DB3
RGB: (109,109,179)

Renk bilgisi

#6D6DB3 contains mainly blue color. #6D6DB3 ‘ nin web güvenlik rengi #666699 (ya da #669) dir.

RGB renk modeli

#6D6DB3 color RGB value is (109,109,179).

  • kırmız ton 109;
  • yeşil ton 109;
  • mavi ton 179.
RGB:
(109,109,179)
(43%,43%,70%)

RGB bağlantıları ve doygunluk

R 109 of 255 = 43%
G 109 of 255 = 43%
B 179 of 255 = 70%

109
109
179

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

Yüzdelerle RGB renk parçaları

R + G + B =
109 + 109 + 179 = 397 (100%)
R 109 of 397 ~ 27.46%
G 109 of 397 ~ 27.46%
B 179 of 397 ~ 45.09%

%27.46
%27.46
%45.09

CMYK RENK MODELİ

#6D6DB3 rengi CMYK tonu (39,39,0,30).

  • camgöbeği tonu 39.11%
  • eflatun tonu 39.11%
  • sarı tonu 0.00%
  • ana renk tonu 29.80%
CMYK:
(39,39,0,30)
C39M39Y0K30 
(39%,39%,0%,30%)
(0.39/0.39/0.00/0.30)	

CMYK yüzdeleri

%39.11
%39.11
%0
%29.8

Codes

Color #6D6DB3 in popluar color models

6D6DB3
RGB109109179
HSL240°31.53%56.47%
HSB/HSV240°39.11%70.20%
CMYK39.11%39.11%0.00%
29.80%

Color #6D6DB3 in popluar number systems.

HEX6D6DB3
Decimal109109179
Binary1101101110110110110011
Octal155155263

Shades and tints

Shades of #6D6DB3

#6D6DB3
(109,109,179)
#6464A3
(100,100,163)
#5B5B93
(91,91,147)
#525283
(82,82,131)
#494973
(73,73,115)
#404063
(64,64,99)
#373753
(55,55,83)
#2E2E43
(46,46,67)
#252533
(37,37,51)
#1C1C23
(28,28,35)
#131313
(19,19,19)
#000000
(0,0,0)

Tints of #6D6DB3

#6D6DB3
(109,109,179)
#7A7AB9
(122,122,185)
#8787BF
(135,135,191)
#9494C5
(148,148,197)
#A1A1CB
(161,161,203)
#AEAED1
(174,174,209)
#BBBBD7
(187,187,215)
#C8C8DD
(200,200,221)
#D5D5E3
(213,213,227)
#E2E2E9
(226,226,233)
#EFEFEF
(239,239,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6D6DB3; }

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

This text font color is #6D6DB3.


Background Color

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

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

This div background color is #6D6DB3.


Border color

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

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

This div border color is #6D6DB3.


Opacity

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

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

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

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

This text has shadow with #6D6DB3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6D6DB3 on black background.


Color preview on white background

This text has color #6D6DB3 on white background.



Black color preview on #6D6DB3 background

This text has black color on #6D6DB3 background.


White color preview on #6D6DB3 background

This text has white color on #6D6DB3 background.