COLOR #6711D2

HEX: #6711D2
RGB: (103,17,210)

Color info

#6711D2 contains mainly blue color. Web safe color of #6711D2 is #6600CC (or #60C).

RGB color model

#6711D2 color RGB value is (103,17,210).

  • red value is 103;
  • green value is 17;
  • blue value is 210.
RGB:
(103,17,210)
(40%,7%,82%)

RGB channels and saturation

R 103 of 255 = 40%
G 17 of 255 = 7%
B 210 of 255 = 82%

103
17
210

R + G + B ~ 43%. #6711D2 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
103 + 17 + 210 = 330 (100%)
R 103 of 330 ~ 31.21%
G 17 of 330 ~ 5.15%
B 210 of 330 ~ 63.64%

%31.21
%63.64

CMYK color model

#6711D2 color CMYK value is (51,92,0,18).

  • cyan value is 50.95%
  • magenta value is 91.90%
  • yellow value is 0.00%
  • key color value is 17.65%
CMYK:
(51,92,0,18)
C51M92Y0K18 
(51%,92%,0%,18%)
(0.51/0.92/0.00/0.18)	

CMYK percentages

%50.95
%91.9
%0
%17.65

Codes

Color #6711D2 in popluar color models

6711D2
RGB10317210
HSL267°85.02%44.51%
HSB/HSV267°91.90%82.35%
CMYK50.95%91.90%0.00%
17.65%

Color #6711D2 in popluar number systems.

HEX6711D2
Decimal10317210
Binary11001111000111010010
Octal14721322

Shades and tints

Shades of #6711D2

#6711D2
(103,17,210)
#5E10BF
(94,16,191)
#550FAC
(85,15,172)
#4C0E99
(76,14,153)
#430D86
(67,13,134)
#3A0C73
(58,12,115)
#310B60
(49,11,96)
#280A4D
(40,10,77)
#1F093A
(31,9,58)
#160827
(22,8,39)
#0D0714
(13,7,20)
#000000
(0,0,0)

Tints of #6711D2

#6711D2
(103,17,210)
#7426D6
(116,38,214)
#813BDA
(129,59,218)
#8E50DE
(142,80,222)
#9B65E2
(155,101,226)
#A87AE6
(168,122,230)
#B58FEA
(181,143,234)
#C2A4EE
(194,164,238)
#CFB9F2
(207,185,242)
#DCCEF6
(220,206,246)
#E9E3FA
(233,227,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6711D2 color. Also use rgb(103,17,210) instead hex code.

Text Font Color

.myTextColor { color: #6711D2; }

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

This text font color is #6711D2.


Background Color

.myBgColor { background-color: #6711D2; }

<div style="background-color:#6711D2">Inner text</div>

This div background color is #6711D2.


Border color

.myBorderColor { border: 1px solid #6711D2; }

<div style="border:3px solid #6711D2">Div</div>

This div border color is #6711D2.


Opacity

.myOpacity80 { color: #6711D2; opacity: 0.8; }

<p style="color:#6711D2;opacity:0.8;">80%</p>

Text with #6711D2 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 #6711D2;}

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

This text has shadow with #6711D2 color.

.textShadow {text-shadow: 3px 3px 1px #6711D2, 3px 3px 1px red;}

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

This text has shadow with #6711D2 primary color and red secondary color.


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

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

This text has shadow with #6711D2 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6711D2 on black background.


Color preview on white background

This text has color #6711D2 on white background.



Black color preview on #6711D2 background

This text has black color on #6711D2 background.


White color preview on #6711D2 background

This text has white color on #6711D2 background.