COLOR #6D6484

HEX: #6D6484
RGB: (109,100,132)

Renk bilgisi

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

RGB renk modeli

#6D6484 color RGB value is (109,100,132).

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

RGB bağlantıları ve doygunluk

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

109
100
132

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

Yüzdelerle RGB renk parçaları

R + G + B =
109 + 100 + 132 = 341 (100%)
R 109 of 341 ~ 31.96%
G 100 of 341 ~ 29.33%
B 132 of 341 ~ 38.71%

%31.96
%29.33
%38.71

CMYK RENK MODELİ

#6D6484 rengi CMYK tonu (17,24,0,48).

  • camgöbeği tonu 17.42%
  • eflatun tonu 24.24%
  • sarı tonu 0.00%
  • ana renk tonu 48.24%
CMYK:
(17,24,0,48)
C17M24Y0K48 
(17%,24%,0%,48%)
(0.17/0.24/0.00/0.48)	

CMYK yüzdeleri

%17.42
%24.24
%0
%48.24

Codes

Color #6D6484 in popluar color models

6D6484
RGB109100132
HSL257°13.79%45.49%
HSB/HSV257°24.24%51.76%
CMYK17.42%24.24%0.00%
48.24%

Color #6D6484 in popluar number systems.

HEX6D6484
Decimal109100132
Binary1101101110010010000100
Octal155144204

Shades and tints

Shades of #6D6484

#6D6484
(109,100,132)
#645B78
(100,91,120)
#5B526C
(91,82,108)
#524960
(82,73,96)
#494054
(73,64,84)
#403748
(64,55,72)
#372E3C
(55,46,60)
#2E2530
(46,37,48)
#251C24
(37,28,36)
#1C1318
(28,19,24)
#130A0C
(19,10,12)
#000000
(0,0,0)

Tints of #6D6484

#6D6484
(109,100,132)
#7A728F
(122,114,143)
#87809A
(135,128,154)
#948EA5
(148,142,165)
#A19CB0
(161,156,176)
#AEAABB
(174,170,187)
#BBB8C6
(187,184,198)
#C8C6D1
(200,198,209)
#D5D4DC
(213,212,220)
#E2E2E7
(226,226,231)
#EFF0F2
(239,240,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6D6484; }

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

This text font color is #6D6484.


Background Color

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

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

This div background color is #6D6484.


Border color

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

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

This div border color is #6D6484.


Opacity

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

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

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

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

This text has shadow with #6D6484 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6D6484 on black background.


Color preview on white background

This text has color #6D6484 on white background.



Black color preview on #6D6484 background

This text has black color on #6D6484 background.


White color preview on #6D6484 background

This text has white color on #6D6484 background.