COLOR #6D57F0

HEX: #6D57F0
RGB: (109,87,240)

Renk bilgisi

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

RGB renk modeli

#6D57F0 color RGB value is (109,87,240).

  • kırmız ton 109;
  • yeşil ton 87;
  • mavi ton 240.
RGB:
(109,87,240)
(43%,34%,94%)

RGB bağlantıları ve doygunluk

R 109 of 255 = 43%
G 87 of 255 = 34%
B 240 of 255 = 94%

109
87
240

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

Yüzdelerle RGB renk parçaları

R + G + B =
109 + 87 + 240 = 436 (100%)
R 109 of 436 ~ 25%
G 87 of 436 ~ 19.95%
B 240 of 436 ~ 55.05%

%25
%19.95
%55.05

CMYK RENK MODELİ

#6D57F0 rengi CMYK tonu (55,64,0,6).

  • camgöbeği tonu 54.58%
  • eflatun tonu 63.75%
  • sarı tonu 0.00%
  • ana renk tonu 5.88%
CMYK:
(55,64,0,6)
C55M64Y0K6 
(55%,64%,0%,6%)
(0.55/0.64/0.00/0.06)	

CMYK yüzdeleri

%54.58
%63.75
%0
%5.88

Codes

Color #6D57F0 in popluar color models

6D57F0
RGB10987240
HSL249°83.61%64.12%
HSB/HSV249°63.75%94.12%
CMYK54.58%63.75%0.00%
5.88%

Color #6D57F0 in popluar number systems.

HEX6D57F0
Decimal10987240
Binary1101101101011111110000
Octal155127360

Shades and tints

Shades of #6D57F0

#6D57F0
(109,87,240)
#6450DB
(100,80,219)
#5B49C6
(91,73,198)
#5242B1
(82,66,177)
#493B9C
(73,59,156)
#403487
(64,52,135)
#372D72
(55,45,114)
#2E265D
(46,38,93)
#251F48
(37,31,72)
#1C1833
(28,24,51)
#13111E
(19,17,30)
#000000
(0,0,0)

Tints of #6D57F0

#6D57F0
(109,87,240)
#7A66F1
(122,102,241)
#8775F2
(135,117,242)
#9484F3
(148,132,243)
#A193F4
(161,147,244)
#AEA2F5
(174,162,245)
#BBB1F6
(187,177,246)
#C8C0F7
(200,192,247)
#D5CFF8
(213,207,248)
#E2DEF9
(226,222,249)
#EFEDFA
(239,237,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6D57F0 color. Also use rgb(109,87,240) instead hex code.

Text Font Color

.myTextColor { color: #6D57F0; }

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

This text font color is #6D57F0.


Background Color

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

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

This div background color is #6D57F0.


Border color

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

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

This div border color is #6D57F0.


Opacity

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

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

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

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

This text has shadow with #6D57F0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6D57F0 on black background.


Color preview on white background

This text has color #6D57F0 on white background.



Black color preview on #6D57F0 background

This text has black color on #6D57F0 background.


White color preview on #6D57F0 background

This text has white color on #6D57F0 background.