COLOR #6D5DFA

HEX: #6D5DFA
RGB: (109,93,250)

Renk bilgisi

#6D5DFA contains mainly blue color. #6D5DFA ‘ nin web güvenlik rengi #6666FF (ya da #66F) dir.

RGB renk modeli

#6D5DFA color RGB value is (109,93,250).

  • kırmız ton 109;
  • yeşil ton 93;
  • mavi ton 250.
RGB:
(109,93,250)
(43%,36%,98%)

RGB bağlantıları ve doygunluk

R 109 of 255 = 43%
G 93 of 255 = 36%
B 250 of 255 = 98%

109
93
250

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

Yüzdelerle RGB renk parçaları

R + G + B =
109 + 93 + 250 = 452 (100%)
R 109 of 452 ~ 24.12%
G 93 of 452 ~ 20.58%
B 250 of 452 ~ 55.31%

%24.12
%20.58
%55.31

CMYK RENK MODELİ

#6D5DFA rengi CMYK tonu (56,63,0,2).

  • camgöbeği tonu 56.40%
  • eflatun tonu 62.80%
  • sarı tonu 0.00%
  • ana renk tonu 1.96%
CMYK:
(56,63,0,2)
C56M63Y0K2 
(56%,63%,0%,2%)
(0.56/0.63/0.00/0.02)	

CMYK yüzdeleri

%56.4
%62.8
%0
%1.96

Codes

Color #6D5DFA in popluar color models

6D5DFA
RGB10993250
HSL246°94.01%67.25%
HSB/HSV246°62.80%98.04%
CMYK56.40%62.80%0.00%
1.96%

Color #6D5DFA in popluar number systems.

HEX6D5DFA
Decimal10993250
Binary1101101101110111111010
Octal155135372

Shades and tints

Shades of #6D5DFA

#6D5DFA
(109,93,250)
#6455E4
(100,85,228)
#5B4DCE
(91,77,206)
#5245B8
(82,69,184)
#493DA2
(73,61,162)
#40358C
(64,53,140)
#372D76
(55,45,118)
#2E2560
(46,37,96)
#251D4A
(37,29,74)
#1C1534
(28,21,52)
#130D1E
(19,13,30)
#000000
(0,0,0)

Tints of #6D5DFA

#6D5DFA
(109,93,250)
#7A6BFA
(122,107,250)
#8779FA
(135,121,250)
#9487FA
(148,135,250)
#A195FA
(161,149,250)
#AEA3FA
(174,163,250)
#BBB1FA
(187,177,250)
#C8BFFA
(200,191,250)
#D5CDFA
(213,205,250)
#E2DBFA
(226,219,250)
#EFE9FA
(239,233,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6D5DFA color. Also use rgb(109,93,250) instead hex code.

Text Font Color

.myTextColor { color: #6D5DFA; }

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

This text font color is #6D5DFA.


Background Color

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

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

This div background color is #6D5DFA.


Border color

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

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

This div border color is #6D5DFA.


Opacity

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

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

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

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

This text has shadow with #6D5DFA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6D5DFA on black background.


Color preview on white background

This text has color #6D5DFA on white background.



Black color preview on #6D5DFA background

This text has black color on #6D5DFA background.


White color preview on #6D5DFA background

This text has white color on #6D5DFA background.