COLOR #6D60E5

HEX: #6D60E5
RGB: (109,96,229)

Renk bilgisi

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

RGB renk modeli

#6D60E5 color RGB value is (109,96,229).

  • kırmız ton 109;
  • yeşil ton 96;
  • mavi ton 229.
RGB:
(109,96,229)
(43%,38%,90%)

RGB bağlantıları ve doygunluk

R 109 of 255 = 43%
G 96 of 255 = 38%
B 229 of 255 = 90%

109
96
229

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

Yüzdelerle RGB renk parçaları

R + G + B =
109 + 96 + 229 = 434 (100%)
R 109 of 434 ~ 25.12%
G 96 of 434 ~ 22.12%
B 229 of 434 ~ 52.76%

%25.12
%22.12
%52.76

CMYK RENK MODELİ

#6D60E5 rengi CMYK tonu (52,58,0,10).

  • camgöbeği tonu 52.40%
  • eflatun tonu 58.08%
  • sarı tonu 0.00%
  • ana renk tonu 10.20%
CMYK:
(52,58,0,10)
C52M58Y0K10 
(52%,58%,0%,10%)
(0.52/0.58/0.00/0.10)	

CMYK yüzdeleri

%52.4
%58.08
%0
%10.2

Codes

Color #6D60E5 in popluar color models

6D60E5
RGB10996229
HSL246°71.89%63.73%
HSB/HSV246°58.08%89.80%
CMYK52.40%58.08%0.00%
10.20%

Color #6D60E5 in popluar number systems.

HEX6D60E5
Decimal10996229
Binary1101101110000011100101
Octal155140345

Shades and tints

Shades of #6D60E5

#6D60E5
(109,96,229)
#6458D1
(100,88,209)
#5B50BD
(91,80,189)
#5248A9
(82,72,169)
#494095
(73,64,149)
#403881
(64,56,129)
#37306D
(55,48,109)
#2E2859
(46,40,89)
#252045
(37,32,69)
#1C1831
(28,24,49)
#13101D
(19,16,29)
#000000
(0,0,0)

Tints of #6D60E5

#6D60E5
(109,96,229)
#7A6EE7
(122,110,231)
#877CE9
(135,124,233)
#948AEB
(148,138,235)
#A198ED
(161,152,237)
#AEA6EF
(174,166,239)
#BBB4F1
(187,180,241)
#C8C2F3
(200,194,243)
#D5D0F5
(213,208,245)
#E2DEF7
(226,222,247)
#EFECF9
(239,236,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6D60E5 color. Also use rgb(109,96,229) instead hex code.

Text Font Color

.myTextColor { color: #6D60E5; }

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

This text font color is #6D60E5.


Background Color

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

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

This div background color is #6D60E5.


Border color

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

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

This div border color is #6D60E5.


Opacity

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

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

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

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

This text has shadow with #6D60E5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6D60E5 on black background.


Color preview on white background

This text has color #6D60E5 on white background.



Black color preview on #6D60E5 background

This text has black color on #6D60E5 background.


White color preview on #6D60E5 background

This text has white color on #6D60E5 background.