COLOR #6013F1

HEX: #6013F1
RGB: (96,19,241)

Renk bilgisi

#6013F1 contains mainly blue color. #6013F1 ‘ nin web güvenlik rengi #6600FF (ya da #60F) dir.

RGB renk modeli

#6013F1 color RGB value is (96,19,241).

  • kırmız ton 96;
  • yeşil ton 19;
  • mavi ton 241.
RGB:
(96,19,241)
(38%,7%,95%)

RGB bağlantıları ve doygunluk

R 96 of 255 = 38%
G 19 of 255 = 7%
B 241 of 255 = 95%

96
19
241

R + G + B ~ 47%. #6013F1 is middle color (not dark and not light).

Yüzdelerle RGB renk parçaları

R + G + B =
96 + 19 + 241 = 356 (100%)
R 96 of 356 ~ 26.97%
G 19 of 356 ~ 5.34%
B 241 of 356 ~ 67.7%

%26.97
%67.7

CMYK RENK MODELİ

#6013F1 rengi CMYK tonu (60,92,0,5).

  • camgöbeği tonu 60.17%
  • eflatun tonu 92.12%
  • sarı tonu 0.00%
  • ana renk tonu 5.49%
CMYK:
(60,92,0,5)
C60M92Y0K5 
(60%,92%,0%,5%)
(0.60/0.92/0.00/0.05)	

CMYK yüzdeleri

%60.17
%92.12
%0
%5.49

Codes

Color #6013F1 in popluar color models

6013F1
RGB9619241
HSL261°88.80%50.98%
HSB/HSV261°92.12%94.51%
CMYK60.17%92.12%0.00%
5.49%

Color #6013F1 in popluar number systems.

HEX6013F1
Decimal9619241
Binary11000001001111110001
Octal14023361

Shades and tints

Shades of #6013F1

#6013F1
(96,19,241)
#5812DC
(88,18,220)
#5011C7
(80,17,199)
#4810B2
(72,16,178)
#400F9D
(64,15,157)
#380E88
(56,14,136)
#300D73
(48,13,115)
#280C5E
(40,12,94)
#200B49
(32,11,73)
#180A34
(24,10,52)
#10091F
(16,9,31)
#000000
(0,0,0)

Tints of #6013F1

#6013F1
(96,19,241)
#6E28F2
(110,40,242)
#7C3DF3
(124,61,243)
#8A52F4
(138,82,244)
#9867F5
(152,103,245)
#A67CF6
(166,124,246)
#B491F7
(180,145,247)
#C2A6F8
(194,166,248)
#D0BBF9
(208,187,249)
#DED0FA
(222,208,250)
#ECE5FB
(236,229,251)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6013F1 color. Also use rgb(96,19,241) instead hex code.

Text Font Color

.myTextColor { color: #6013F1; }

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

This text font color is #6013F1.


Background Color

.myBgColor { background-color: #6013F1; }

<div style="background-color:#6013F1">Inner text</div>

This div background color is #6013F1.


Border color

.myBorderColor { border: 1px solid #6013F1; }

<div style="border:3px solid #6013F1">Div</div>

This div border color is #6013F1.


Opacity

.myOpacity80 { color: #6013F1; opacity: 0.8; }

<p style="color:#6013F1;opacity:0.8;">80%</p>

Text with #6013F1 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 #6013F1;}

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

This text has shadow with #6013F1 color.

.textShadow {text-shadow: 3px 3px 1px #6013F1, 3px 3px 1px red;}

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

This text has shadow with #6013F1 primary color and red secondary color.


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

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

This text has shadow with #6013F1 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6013F1 on black background.


Color preview on white background

This text has color #6013F1 on white background.



Black color preview on #6013F1 background

This text has black color on #6013F1 background.


White color preview on #6013F1 background

This text has white color on #6013F1 background.