COLOR #6D5BD7

HEX: #6D5BD7
RGB: (109,91,215)

Renk bilgisi

#6D5BD7 contains mainly blue color. #6D5BD7 ‘ nin web güvenlik rengi #6666CC (ya da #66C) dir.

RGB renk modeli

#6D5BD7 color RGB value is (109,91,215).

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

RGB bağlantıları ve doygunluk

R 109 of 255 = 43%
G 91 of 255 = 36%
B 215 of 255 = 84%

109
91
215

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

Yüzdelerle RGB renk parçaları

R + G + B =
109 + 91 + 215 = 415 (100%)
R 109 of 415 ~ 26.27%
G 91 of 415 ~ 21.93%
B 215 of 415 ~ 51.81%

%26.27
%21.93
%51.81

CMYK RENK MODELİ

#6D5BD7 rengi CMYK tonu (49,58,0,16).

  • camgöbeği tonu 49.30%
  • eflatun tonu 57.67%
  • sarı tonu 0.00%
  • ana renk tonu 15.69%
CMYK:
(49,58,0,16)
C49M58Y0K16 
(49%,58%,0%,16%)
(0.49/0.58/0.00/0.16)	

CMYK yüzdeleri

%49.3
%57.67
%0
%15.69

Codes

Color #6D5BD7 in popluar color models

6D5BD7
RGB10991215
HSL249°60.78%60.00%
HSB/HSV249°57.67%84.31%
CMYK49.30%57.67%0.00%
15.69%

Color #6D5BD7 in popluar number systems.

HEX6D5BD7
Decimal10991215
Binary1101101101101111010111
Octal155133327

Shades and tints

Shades of #6D5BD7

#6D5BD7
(109,91,215)
#6453C4
(100,83,196)
#5B4BB1
(91,75,177)
#52439E
(82,67,158)
#493B8B
(73,59,139)
#403378
(64,51,120)
#372B65
(55,43,101)
#2E2352
(46,35,82)
#251B3F
(37,27,63)
#1C132C
(28,19,44)
#130B19
(19,11,25)
#000000
(0,0,0)

Tints of #6D5BD7

#6D5BD7
(109,91,215)
#7A69DA
(122,105,218)
#8777DD
(135,119,221)
#9485E0
(148,133,224)
#A193E3
(161,147,227)
#AEA1E6
(174,161,230)
#BBAFE9
(187,175,233)
#C8BDEC
(200,189,236)
#D5CBEF
(213,203,239)
#E2D9F2
(226,217,242)
#EFE7F5
(239,231,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6D5BD7; }

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

This text font color is #6D5BD7.


Background Color

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

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

This div background color is #6D5BD7.


Border color

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

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

This div border color is #6D5BD7.


Opacity

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

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

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

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

This text has shadow with #6D5BD7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6D5BD7 on black background.


Color preview on white background

This text has color #6D5BD7 on white background.



Black color preview on #6D5BD7 background

This text has black color on #6D5BD7 background.


White color preview on #6D5BD7 background

This text has white color on #6D5BD7 background.