COLOR #6D5FA4

HEX: #6D5FA4
RGB: (109,95,164)

Renk bilgisi

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

RGB renk modeli

#6D5FA4 color RGB value is (109,95,164).

  • kırmız ton 109;
  • yeşil ton 95;
  • mavi ton 164.
RGB:
(109,95,164)
(43%,37%,64%)

RGB bağlantıları ve doygunluk

R 109 of 255 = 43%
G 95 of 255 = 37%
B 164 of 255 = 64%

109
95
164

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

Yüzdelerle RGB renk parçaları

R + G + B =
109 + 95 + 164 = 368 (100%)
R 109 of 368 ~ 29.62%
G 95 of 368 ~ 25.82%
B 164 of 368 ~ 44.57%

%29.62
%25.82
%44.57

CMYK RENK MODELİ

#6D5FA4 rengi CMYK tonu (34,42,0,36).

  • camgöbeği tonu 33.54%
  • eflatun tonu 42.07%
  • sarı tonu 0.00%
  • ana renk tonu 35.69%
CMYK:
(34,42,0,36)
C34M42Y0K36 
(34%,42%,0%,36%)
(0.34/0.42/0.00/0.36)	

CMYK yüzdeleri

%33.54
%42.07
%0
%35.69

Codes

Color #6D5FA4 in popluar color models

6D5FA4
RGB10995164
HSL252°27.49%50.78%
HSB/HSV252°42.07%64.31%
CMYK33.54%42.07%0.00%
35.69%

Color #6D5FA4 in popluar number systems.

HEX6D5FA4
Decimal10995164
Binary1101101101111110100100
Octal155137244

Shades and tints

Shades of #6D5FA4

#6D5FA4
(109,95,164)
#645796
(100,87,150)
#5B4F88
(91,79,136)
#52477A
(82,71,122)
#493F6C
(73,63,108)
#40375E
(64,55,94)
#372F50
(55,47,80)
#2E2742
(46,39,66)
#251F34
(37,31,52)
#1C1726
(28,23,38)
#130F18
(19,15,24)
#000000
(0,0,0)

Tints of #6D5FA4

#6D5FA4
(109,95,164)
#7A6DAC
(122,109,172)
#877BB4
(135,123,180)
#9489BC
(148,137,188)
#A197C4
(161,151,196)
#AEA5CC
(174,165,204)
#BBB3D4
(187,179,212)
#C8C1DC
(200,193,220)
#D5CFE4
(213,207,228)
#E2DDEC
(226,221,236)
#EFEBF4
(239,235,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6D5FA4 color. Also use rgb(109,95,164) instead hex code.

Text Font Color

.myTextColor { color: #6D5FA4; }

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

This text font color is #6D5FA4.


Background Color

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

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

This div background color is #6D5FA4.


Border color

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

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

This div border color is #6D5FA4.


Opacity

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

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

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

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

This text has shadow with #6D5FA4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6D5FA4 on black background.


Color preview on white background

This text has color #6D5FA4 on white background.



Black color preview on #6D5FA4 background

This text has black color on #6D5FA4 background.


White color preview on #6D5FA4 background

This text has white color on #6D5FA4 background.