COLOR #6511DC

HEX: #6511DC
RGB: (101,17,220)

Renk bilgisi

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

RGB renk modeli

#6511DC color RGB value is (101,17,220).

  • kırmız ton 101;
  • yeşil ton 17;
  • mavi ton 220.
RGB:
(101,17,220)
(40%,7%,86%)

RGB bağlantıları ve doygunluk

R 101 of 255 = 40%
G 17 of 255 = 7%
B 220 of 255 = 86%

101
17
220

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

Yüzdelerle RGB renk parçaları

R + G + B =
101 + 17 + 220 = 338 (100%)
R 101 of 338 ~ 29.88%
G 17 of 338 ~ 5.03%
B 220 of 338 ~ 65.09%

%29.88
%65.09

CMYK RENK MODELİ

#6511DC rengi CMYK tonu (54,92,0,14).

  • camgöbeği tonu 54.09%
  • eflatun tonu 92.27%
  • sarı tonu 0.00%
  • ana renk tonu 13.73%
CMYK:
(54,92,0,14)
C54M92Y0K14 
(54%,92%,0%,14%)
(0.54/0.92/0.00/0.14)	

CMYK yüzdeleri

%54.09
%92.27
%0
%13.73

Codes

Color #6511DC in popluar color models

6511DC
RGB10117220
HSL265°85.65%46.47%
HSB/HSV265°92.27%86.27%
CMYK54.09%92.27%0.00%
13.73%

Color #6511DC in popluar number systems.

HEX6511DC
Decimal10117220
Binary11001011000111011100
Octal14521334

Shades and tints

Shades of #6511DC

#6511DC
(101,17,220)
#5C10C8
(92,16,200)
#530FB4
(83,15,180)
#4A0EA0
(74,14,160)
#410D8C
(65,13,140)
#380C78
(56,12,120)
#2F0B64
(47,11,100)
#260A50
(38,10,80)
#1D093C
(29,9,60)
#140828
(20,8,40)
#0B0714
(11,7,20)
#000000
(0,0,0)

Tints of #6511DC

#6511DC
(101,17,220)
#7326DF
(115,38,223)
#813BE2
(129,59,226)
#8F50E5
(143,80,229)
#9D65E8
(157,101,232)
#AB7AEB
(171,122,235)
#B98FEE
(185,143,238)
#C7A4F1
(199,164,241)
#D5B9F4
(213,185,244)
#E3CEF7
(227,206,247)
#F1E3FA
(241,227,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6511DC color. Also use rgb(101,17,220) instead hex code.

Text Font Color

.myTextColor { color: #6511DC; }

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

This text font color is #6511DC.


Background Color

.myBgColor { background-color: #6511DC; }

<div style="background-color:#6511DC">Inner text</div>

This div background color is #6511DC.


Border color

.myBorderColor { border: 1px solid #6511DC; }

<div style="border:3px solid #6511DC">Div</div>

This div border color is #6511DC.


Opacity

.myOpacity80 { color: #6511DC; opacity: 0.8; }

<p style="color:#6511DC;opacity:0.8;">80%</p>

Text with #6511DC 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 #6511DC;}

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

This text has shadow with #6511DC color.

.textShadow {text-shadow: 3px 3px 1px #6511DC, 3px 3px 1px red;}

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

This text has shadow with #6511DC primary color and red secondary color.


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

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

This text has shadow with #6511DC and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6511DC on black background.


Color preview on white background

This text has color #6511DC on white background.



Black color preview on #6511DC background

This text has black color on #6511DC background.


White color preview on #6511DC background

This text has white color on #6511DC background.