COLOR #6D5685

HEX: #6D5685
RGB: (109,86,133)

Renk bilgisi

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

RGB renk modeli

#6D5685 color RGB value is (109,86,133).

  • kırmız ton 109;
  • yeşil ton 86;
  • mavi ton 133.
RGB:
(109,86,133)
(43%,34%,52%)

RGB bağlantıları ve doygunluk

R 109 of 255 = 43%
G 86 of 255 = 34%
B 133 of 255 = 52%

109
86
133

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

Yüzdelerle RGB renk parçaları

R + G + B =
109 + 86 + 133 = 328 (100%)
R 109 of 328 ~ 33.23%
G 86 of 328 ~ 26.22%
B 133 of 328 ~ 40.55%

%33.23
%26.22
%40.55

CMYK RENK MODELİ

#6D5685 rengi CMYK tonu (18,35,0,48).

  • camgöbeği tonu 18.05%
  • eflatun tonu 35.34%
  • sarı tonu 0.00%
  • ana renk tonu 47.84%
CMYK:
(18,35,0,48)
C18M35Y0K48 
(18%,35%,0%,48%)
(0.18/0.35/0.00/0.48)	

CMYK yüzdeleri

%18.05
%35.34
%0
%47.84

Codes

Color #6D5685 in popluar color models

6D5685
RGB10986133
HSL269°21.46%42.94%
HSB/HSV269°35.34%52.16%
CMYK18.05%35.34%0.00%
47.84%

Color #6D5685 in popluar number systems.

HEX6D5685
Decimal10986133
Binary1101101101011010000101
Octal155126205

Shades and tints

Shades of #6D5685

#6D5685
(109,86,133)
#644F79
(100,79,121)
#5B486D
(91,72,109)
#524161
(82,65,97)
#493A55
(73,58,85)
#403349
(64,51,73)
#372C3D
(55,44,61)
#2E2531
(46,37,49)
#251E25
(37,30,37)
#1C1719
(28,23,25)
#13100D
(19,16,13)
#000000
(0,0,0)

Tints of #6D5685

#6D5685
(109,86,133)
#7A6590
(122,101,144)
#87749B
(135,116,155)
#9483A6
(148,131,166)
#A192B1
(161,146,177)
#AEA1BC
(174,161,188)
#BBB0C7
(187,176,199)
#C8BFD2
(200,191,210)
#D5CEDD
(213,206,221)
#E2DDE8
(226,221,232)
#EFECF3
(239,236,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6D5685; }

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

This text font color is #6D5685.


Background Color

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

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

This div background color is #6D5685.


Border color

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

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

This div border color is #6D5685.


Opacity

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

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

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

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

This text has shadow with #6D5685 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6D5685 on black background.


Color preview on white background

This text has color #6D5685 on white background.



Black color preview on #6D5685 background

This text has black color on #6D5685 background.


White color preview on #6D5685 background

This text has white color on #6D5685 background.