COLOR #6D6584

HEX: #6D6584
RGB: (109,101,132)

Renk bilgisi

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

RGB renk modeli

#6D6584 color RGB value is (109,101,132).

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

RGB bağlantıları ve doygunluk

R 109 of 255 = 43%
G 101 of 255 = 40%
B 132 of 255 = 52%

109
101
132

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

Yüzdelerle RGB renk parçaları

R + G + B =
109 + 101 + 132 = 342 (100%)
R 109 of 342 ~ 31.87%
G 101 of 342 ~ 29.53%
B 132 of 342 ~ 38.6%

%31.87
%29.53
%38.6

CMYK RENK MODELİ

#6D6584 rengi CMYK tonu (17,23,0,48).

  • camgöbeği tonu 17.42%
  • eflatun tonu 23.48%
  • sarı tonu 0.00%
  • ana renk tonu 48.24%
CMYK:
(17,23,0,48)
C17M23Y0K48 
(17%,23%,0%,48%)
(0.17/0.23/0.00/0.48)	

CMYK yüzdeleri

%17.42
%23.48
%0
%48.24

Codes

Color #6D6584 in popluar color models

6D6584
RGB109101132
HSL255°13.30%45.69%
HSB/HSV255°23.48%51.76%
CMYK17.42%23.48%0.00%
48.24%

Color #6D6584 in popluar number systems.

HEX6D6584
Decimal109101132
Binary1101101110010110000100
Octal155145204

Shades and tints

Shades of #6D6584

#6D6584
(109,101,132)
#645C78
(100,92,120)
#5B536C
(91,83,108)
#524A60
(82,74,96)
#494154
(73,65,84)
#403848
(64,56,72)
#372F3C
(55,47,60)
#2E2630
(46,38,48)
#251D24
(37,29,36)
#1C1418
(28,20,24)
#130B0C
(19,11,12)
#000000
(0,0,0)

Tints of #6D6584

#6D6584
(109,101,132)
#7A738F
(122,115,143)
#87819A
(135,129,154)
#948FA5
(148,143,165)
#A19DB0
(161,157,176)
#AEABBB
(174,171,187)
#BBB9C6
(187,185,198)
#C8C7D1
(200,199,209)
#D5D5DC
(213,213,220)
#E2E3E7
(226,227,231)
#EFF1F2
(239,241,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6D6584; }

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

This text font color is #6D6584.


Background Color

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

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

This div background color is #6D6584.


Border color

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

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

This div border color is #6D6584.


Opacity

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

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

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

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

This text has shadow with #6D6584 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6D6584 on black background.


Color preview on white background

This text has color #6D6584 on white background.



Black color preview on #6D6584 background

This text has black color on #6D6584 background.


White color preview on #6D6584 background

This text has white color on #6D6584 background.