COLOR #6D5D85

HEX: #6D5D85
RGB: (109,93,133)

Renk bilgisi

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

RGB renk modeli

#6D5D85 color RGB value is (109,93,133).

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

RGB bağlantıları ve doygunluk

R 109 of 255 = 43%
G 93 of 255 = 36%
B 133 of 255 = 52%

109
93
133

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

Yüzdelerle RGB renk parçaları

R + G + B =
109 + 93 + 133 = 335 (100%)
R 109 of 335 ~ 32.54%
G 93 of 335 ~ 27.76%
B 133 of 335 ~ 39.7%

%32.54
%27.76
%39.7

CMYK RENK MODELİ

#6D5D85 rengi CMYK tonu (18,30,0,48).

  • camgöbeği tonu 18.05%
  • eflatun tonu 30.08%
  • sarı tonu 0.00%
  • ana renk tonu 47.84%
CMYK:
(18,30,0,48)
C18M30Y0K48 
(18%,30%,0%,48%)
(0.18/0.30/0.00/0.48)	

CMYK yüzdeleri

%18.05
%30.08
%0
%47.84

Codes

Color #6D5D85 in popluar color models

6D5D85
RGB10993133
HSL264°17.70%44.31%
HSB/HSV264°30.08%52.16%
CMYK18.05%30.08%0.00%
47.84%

Color #6D5D85 in popluar number systems.

HEX6D5D85
Decimal10993133
Binary1101101101110110000101
Octal155135205

Shades and tints

Shades of #6D5D85

#6D5D85
(109,93,133)
#645579
(100,85,121)
#5B4D6D
(91,77,109)
#524561
(82,69,97)
#493D55
(73,61,85)
#403549
(64,53,73)
#372D3D
(55,45,61)
#2E2531
(46,37,49)
#251D25
(37,29,37)
#1C1519
(28,21,25)
#130D0D
(19,13,13)
#000000
(0,0,0)

Tints of #6D5D85

#6D5D85
(109,93,133)
#7A6B90
(122,107,144)
#87799B
(135,121,155)
#9487A6
(148,135,166)
#A195B1
(161,149,177)
#AEA3BC
(174,163,188)
#BBB1C7
(187,177,199)
#C8BFD2
(200,191,210)
#D5CDDD
(213,205,221)
#E2DBE8
(226,219,232)
#EFE9F3
(239,233,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6D5D85; }

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

This text font color is #6D5D85.


Background Color

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

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

This div background color is #6D5D85.


Border color

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

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

This div border color is #6D5D85.


Opacity

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

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

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

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

This text has shadow with #6D5D85 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6D5D85 on black background.


Color preview on white background

This text has color #6D5D85 on white background.



Black color preview on #6D5D85 background

This text has black color on #6D5D85 background.


White color preview on #6D5D85 background

This text has white color on #6D5D85 background.