COLOR #6D5BD9

HEX: #6D5BD9
RGB: (109,91,217)

Renk bilgisi

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

RGB renk modeli

#6D5BD9 color RGB value is (109,91,217).

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

RGB bağlantıları ve doygunluk

R 109 of 255 = 43%
G 91 of 255 = 36%
B 217 of 255 = 85%

109
91
217

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

Yüzdelerle RGB renk parçaları

R + G + B =
109 + 91 + 217 = 417 (100%)
R 109 of 417 ~ 26.14%
G 91 of 417 ~ 21.82%
B 217 of 417 ~ 52.04%

%26.14
%21.82
%52.04

CMYK RENK MODELİ

#6D5BD9 rengi CMYK tonu (50,58,0,15).

  • camgöbeği tonu 49.77%
  • eflatun tonu 58.06%
  • sarı tonu 0.00%
  • ana renk tonu 14.90%
CMYK:
(50,58,0,15)
C50M58Y0K15 
(50%,58%,0%,15%)
(0.50/0.58/0.00/0.15)	

CMYK yüzdeleri

%49.77
%58.06
%0
%14.9

Codes

Color #6D5BD9 in popluar color models

6D5BD9
RGB10991217
HSL249°62.38%60.39%
HSB/HSV249°58.06%85.10%
CMYK49.77%58.06%0.00%
14.90%

Color #6D5BD9 in popluar number systems.

HEX6D5BD9
Decimal10991217
Binary1101101101101111011001
Octal155133331

Shades and tints

Shades of #6D5BD9

#6D5BD9
(109,91,217)
#6453C6
(100,83,198)
#5B4BB3
(91,75,179)
#5243A0
(82,67,160)
#493B8D
(73,59,141)
#40337A
(64,51,122)
#372B67
(55,43,103)
#2E2354
(46,35,84)
#251B41
(37,27,65)
#1C132E
(28,19,46)
#130B1B
(19,11,27)
#000000
(0,0,0)

Tints of #6D5BD9

#6D5BD9
(109,91,217)
#7A69DC
(122,105,220)
#8777DF
(135,119,223)
#9485E2
(148,133,226)
#A193E5
(161,147,229)
#AEA1E8
(174,161,232)
#BBAFEB
(187,175,235)
#C8BDEE
(200,189,238)
#D5CBF1
(213,203,241)
#E2D9F4
(226,217,244)
#EFE7F7
(239,231,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6D5BD9; }

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

This text font color is #6D5BD9.


Background Color

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

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

This div background color is #6D5BD9.


Border color

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

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

This div border color is #6D5BD9.


Opacity

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

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

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

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

This text has shadow with #6D5BD9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6D5BD9 on black background.


Color preview on white background

This text has color #6D5BD9 on white background.



Black color preview on #6D5BD9 background

This text has black color on #6D5BD9 background.


White color preview on #6D5BD9 background

This text has white color on #6D5BD9 background.