COLOR #6D509F

HEX: #6D509F
RGB: (109,80,159)

Renk bilgisi

#6D509F contains mainly red and blue colors. #6D509F ‘ nin web güvenlik rengi #666699 (ya da #669) dir.

RGB renk modeli

#6D509F color RGB value is (109,80,159).

  • kırmız ton 109;
  • yeşil ton 80;
  • mavi ton 159.
RGB:
(109,80,159)
(43%,31%,62%)

RGB bağlantıları ve doygunluk

R 109 of 255 = 43%
G 80 of 255 = 31%
B 159 of 255 = 62%

109
80
159

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

Yüzdelerle RGB renk parçaları

R + G + B =
109 + 80 + 159 = 348 (100%)
R 109 of 348 ~ 31.32%
G 80 of 348 ~ 22.99%
B 159 of 348 ~ 45.69%

%31.32
%22.99
%45.69

CMYK RENK MODELİ

#6D509F rengi CMYK tonu (31,50,0,38).

  • camgöbeği tonu 31.45%
  • eflatun tonu 49.69%
  • sarı tonu 0.00%
  • ana renk tonu 37.65%
CMYK:
(31,50,0,38)
C31M50Y0K38 
(31%,50%,0%,38%)
(0.31/0.50/0.00/0.38)	

CMYK yüzdeleri

%31.45
%49.69
%0
%37.65

Codes

Color #6D509F in popluar color models

6D509F
RGB10980159
HSL262°33.05%46.86%
HSB/HSV262°49.69%62.35%
CMYK31.45%49.69%0.00%
37.65%

Color #6D509F in popluar number systems.

HEX6D509F
Decimal10980159
Binary1101101101000010011111
Octal155120237

Shades and tints

Shades of #6D509F

#6D509F
(109,80,159)
#644991
(100,73,145)
#5B4283
(91,66,131)
#523B75
(82,59,117)
#493467
(73,52,103)
#402D59
(64,45,89)
#37264B
(55,38,75)
#2E1F3D
(46,31,61)
#25182F
(37,24,47)
#1C1121
(28,17,33)
#130A13
(19,10,19)
#000000
(0,0,0)

Tints of #6D509F

#6D509F
(109,80,159)
#7A5FA7
(122,95,167)
#876EAF
(135,110,175)
#947DB7
(148,125,183)
#A18CBF
(161,140,191)
#AE9BC7
(174,155,199)
#BBAACF
(187,170,207)
#C8B9D7
(200,185,215)
#D5C8DF
(213,200,223)
#E2D7E7
(226,215,231)
#EFE6EF
(239,230,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6D509F color. Also use rgb(109,80,159) instead hex code.

Text Font Color

.myTextColor { color: #6D509F; }

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

This text font color is #6D509F.


Background Color

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

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

This div background color is #6D509F.


Border color

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

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

This div border color is #6D509F.


Opacity

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

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

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

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

This text has shadow with #6D509F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6D509F on black background.


Color preview on white background

This text has color #6D509F on white background.



Black color preview on #6D509F background

This text has black color on #6D509F background.


White color preview on #6D509F background

This text has white color on #6D509F background.