COLOR #6D6384

HEX: #6D6384
RGB: (109,99,132)

Renk bilgisi

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

RGB renk modeli

#6D6384 color RGB value is (109,99,132).

  • kırmız ton 109;
  • yeşil ton 99;
  • mavi ton 132.
RGB:
(109,99,132)
(43%,39%,52%)

RGB bağlantıları ve doygunluk

R 109 of 255 = 43%
G 99 of 255 = 39%
B 132 of 255 = 52%

109
99
132

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

Yüzdelerle RGB renk parçaları

R + G + B =
109 + 99 + 132 = 340 (100%)
R 109 of 340 ~ 32.06%
G 99 of 340 ~ 29.12%
B 132 of 340 ~ 38.82%

%32.06
%29.12
%38.82

CMYK RENK MODELİ

#6D6384 rengi CMYK tonu (17,25,0,48).

  • camgöbeği tonu 17.42%
  • eflatun tonu 25.00%
  • sarı tonu 0.00%
  • ana renk tonu 48.24%
CMYK:
(17,25,0,48)
C17M25Y0K48 
(17%,25%,0%,48%)
(0.17/0.25/0.00/0.48)	

CMYK yüzdeleri

%17.42
%25
%0
%48.24

Codes

Color #6D6384 in popluar color models

6D6384
RGB10999132
HSL258°14.29%45.29%
HSB/HSV258°25.00%51.76%
CMYK17.42%25.00%0.00%
48.24%

Color #6D6384 in popluar number systems.

HEX6D6384
Decimal10999132
Binary1101101110001110000100
Octal155143204

Shades and tints

Shades of #6D6384

#6D6384
(109,99,132)
#645A78
(100,90,120)
#5B516C
(91,81,108)
#524860
(82,72,96)
#493F54
(73,63,84)
#403648
(64,54,72)
#372D3C
(55,45,60)
#2E2430
(46,36,48)
#251B24
(37,27,36)
#1C1218
(28,18,24)
#13090C
(19,9,12)
#000000
(0,0,0)

Tints of #6D6384

#6D6384
(109,99,132)
#7A718F
(122,113,143)
#877F9A
(135,127,154)
#948DA5
(148,141,165)
#A19BB0
(161,155,176)
#AEA9BB
(174,169,187)
#BBB7C6
(187,183,198)
#C8C5D1
(200,197,209)
#D5D3DC
(213,211,220)
#E2E1E7
(226,225,231)
#EFEFF2
(239,239,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6D6384; }

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

This text font color is #6D6384.


Background Color

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

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

This div background color is #6D6384.


Border color

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

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

This div border color is #6D6384.


Opacity

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

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

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

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

This text has shadow with #6D6384 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6D6384 on black background.


Color preview on white background

This text has color #6D6384 on white background.



Black color preview on #6D6384 background

This text has black color on #6D6384 background.


White color preview on #6D6384 background

This text has white color on #6D6384 background.