COLOR #6D5B7D

HEX: #6D5B7D
RGB: (109,91,125)

Renk bilgisi

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

RGB renk modeli

#6D5B7D color RGB value is (109,91,125).

  • kırmız ton 109;
  • yeşil ton 91;
  • mavi ton 125.
RGB:
(109,91,125)
(43%,36%,49%)

RGB bağlantıları ve doygunluk

R 109 of 255 = 43%
G 91 of 255 = 36%
B 125 of 255 = 49%

109
91
125

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

Yüzdelerle RGB renk parçaları

R + G + B =
109 + 91 + 125 = 325 (100%)
R 109 of 325 ~ 33.54%
G 91 of 325 ~ 28%
B 125 of 325 ~ 38.46%

%33.54
%28
%38.46

CMYK RENK MODELİ

#6D5B7D rengi CMYK tonu (13,27,0,51).

  • camgöbeği tonu 12.80%
  • eflatun tonu 27.20%
  • sarı tonu 0.00%
  • ana renk tonu 50.98%
CMYK:
(13,27,0,51)
C13M27Y0K51 
(13%,27%,0%,51%)
(0.13/0.27/0.00/0.51)	

CMYK yüzdeleri

%12.8
%27.2
%0
%50.98

Codes

Color #6D5B7D in popluar color models

6D5B7D
RGB10991125
HSL272°15.74%42.35%
HSB/HSV272°27.20%49.02%
CMYK12.80%27.20%0.00%
50.98%

Color #6D5B7D in popluar number systems.

HEX6D5B7D
Decimal10991125
Binary110110110110111111101
Octal155133175

Shades and tints

Shades of #6D5B7D

#6D5B7D
(109,91,125)
#645372
(100,83,114)
#5B4B67
(91,75,103)
#52435C
(82,67,92)
#493B51
(73,59,81)
#403346
(64,51,70)
#372B3B
(55,43,59)
#2E2330
(46,35,48)
#251B25
(37,27,37)
#1C131A
(28,19,26)
#130B0F
(19,11,15)
#000000
(0,0,0)

Tints of #6D5B7D

#6D5B7D
(109,91,125)
#7A6988
(122,105,136)
#877793
(135,119,147)
#94859E
(148,133,158)
#A193A9
(161,147,169)
#AEA1B4
(174,161,180)
#BBAFBF
(187,175,191)
#C8BDCA
(200,189,202)
#D5CBD5
(213,203,213)
#E2D9E0
(226,217,224)
#EFE7EB
(239,231,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6D5B7D color. Also use rgb(109,91,125) instead hex code.

Text Font Color

.myTextColor { color: #6D5B7D; }

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

This text font color is #6D5B7D.


Background Color

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

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

This div background color is #6D5B7D.


Border color

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

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

This div border color is #6D5B7D.


Opacity

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

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

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

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

This text has shadow with #6D5B7D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6D5B7D on black background.


Color preview on white background

This text has color #6D5B7D on white background.



Black color preview on #6D5B7D background

This text has black color on #6D5B7D background.


White color preview on #6D5B7D background

This text has white color on #6D5B7D background.