COLOR #6015DA

HEX: #6015DA
RGB: (96,21,218)

Renk bilgisi

#6015DA contains mainly blue color. #6015DA ‘ nin web güvenlik rengi #6600CC (ya da #60C) dir.

RGB renk modeli

#6015DA color RGB value is (96,21,218).

  • kırmız ton 96;
  • yeşil ton 21;
  • mavi ton 218.
RGB:
(96,21,218)
(38%,8%,85%)

RGB bağlantıları ve doygunluk

R 96 of 255 = 38%
G 21 of 255 = 8%
B 218 of 255 = 85%

96
21
218

R + G + B ~ 44%. #6015DA is middle color (not dark and not light).

Yüzdelerle RGB renk parçaları

R + G + B =
96 + 21 + 218 = 335 (100%)
R 96 of 335 ~ 28.66%
G 21 of 335 ~ 6.27%
B 218 of 335 ~ 65.07%

%28.66
%65.07

CMYK RENK MODELİ

#6015DA rengi CMYK tonu (56,90,0,15).

  • camgöbeği tonu 55.96%
  • eflatun tonu 90.37%
  • sarı tonu 0.00%
  • ana renk tonu 14.51%
CMYK:
(56,90,0,15)
C56M90Y0K15 
(56%,90%,0%,15%)
(0.56/0.90/0.00/0.15)	

CMYK yüzdeleri

%55.96
%90.37
%0
%14.51

Codes

Color #6015DA in popluar color models

6015DA
RGB9621218
HSL263°82.43%46.86%
HSB/HSV263°90.37%85.49%
CMYK55.96%90.37%0.00%
14.51%

Color #6015DA in popluar number systems.

HEX6015DA
Decimal9621218
Binary11000001010111011010
Octal14025332

Shades and tints

Shades of #6015DA

#6015DA
(96,21,218)
#5814C7
(88,20,199)
#5013B4
(80,19,180)
#4812A1
(72,18,161)
#40118E
(64,17,142)
#38107B
(56,16,123)
#300F68
(48,15,104)
#280E55
(40,14,85)
#200D42
(32,13,66)
#180C2F
(24,12,47)
#100B1C
(16,11,28)
#000000
(0,0,0)

Tints of #6015DA

#6015DA
(96,21,218)
#6E2ADD
(110,42,221)
#7C3FE0
(124,63,224)
#8A54E3
(138,84,227)
#9869E6
(152,105,230)
#A67EE9
(166,126,233)
#B493EC
(180,147,236)
#C2A8EF
(194,168,239)
#D0BDF2
(208,189,242)
#DED2F5
(222,210,245)
#ECE7F8
(236,231,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6015DA color. Also use rgb(96,21,218) instead hex code.

Text Font Color

.myTextColor { color: #6015DA; }

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

This text font color is #6015DA.


Background Color

.myBgColor { background-color: #6015DA; }

<div style="background-color:#6015DA">Inner text</div>

This div background color is #6015DA.


Border color

.myBorderColor { border: 1px solid #6015DA; }

<div style="border:3px solid #6015DA">Div</div>

This div border color is #6015DA.


Opacity

.myOpacity80 { color: #6015DA; opacity: 0.8; }

<p style="color:#6015DA;opacity:0.8;">80%</p>

Text with #6015DA 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 #6015DA;}

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

This text has shadow with #6015DA color.

.textShadow {text-shadow: 3px 3px 1px #6015DA, 3px 3px 1px red;}

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

This text has shadow with #6015DA primary color and red secondary color.


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

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

This text has shadow with #6015DA and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6015DA on black background.


Color preview on white background

This text has color #6015DA on white background.



Black color preview on #6015DA background

This text has black color on #6015DA background.


White color preview on #6015DA background

This text has white color on #6015DA background.