COLOR #6C1CDF

HEX: #6C1CDF
RGB: (108,28,223)

Color info

#6C1CDF contains mainly blue color. Web safe color of #6C1CDF is #6633CC (or #63C).

RGB color model

#6C1CDF color RGB value is (108,28,223).

  • red value is 108;
  • green value is 28;
  • blue value is 223.
RGB:
(108,28,223)
(42%,11%,87%)

RGB channels and saturation

R 108 of 255 = 42%
G 28 of 255 = 11%
B 223 of 255 = 87%

108
28
223

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

Portions of RGB colors in percentages

R + G + B =
108 + 28 + 223 = 359 (100%)
R 108 of 359 ~ 30.08%
G 28 of 359 ~ 7.8%
B 223 of 359 ~ 62.12%

%30.08
%62.12

CMYK color model

#6C1CDF color CMYK value is (52,87,0,13).

  • cyan value is 51.57%
  • magenta value is 87.44%
  • yellow value is 0.00%
  • key color value is 12.55%
CMYK:
(52,87,0,13)
C52M87Y0K13 
(52%,87%,0%,13%)
(0.52/0.87/0.00/0.13)	

CMYK percentages

%51.57
%87.44
%0
%12.55

Codes

Color #6C1CDF in popluar color models

6C1CDF
RGB10828223
HSL265°77.69%49.22%
HSB/HSV265°87.44%87.45%
CMYK51.57%87.44%0.00%
12.55%

Color #6C1CDF in popluar number systems.

HEX6C1CDF
Decimal10828223
Binary11011001110011011111
Octal15434337

Shades and tints

Shades of #6C1CDF

#6C1CDF
(108,28,223)
#631ACB
(99,26,203)
#5A18B7
(90,24,183)
#5116A3
(81,22,163)
#48148F
(72,20,143)
#3F127B
(63,18,123)
#361067
(54,16,103)
#2D0E53
(45,14,83)
#240C3F
(36,12,63)
#1B0A2B
(27,10,43)
#120817
(18,8,23)
#000000
(0,0,0)

Tints of #6C1CDF

#6C1CDF
(108,28,223)
#7930E1
(121,48,225)
#8644E3
(134,68,227)
#9358E5
(147,88,229)
#A06CE7
(160,108,231)
#AD80E9
(173,128,233)
#BA94EB
(186,148,235)
#C7A8ED
(199,168,237)
#D4BCEF
(212,188,239)
#E1D0F1
(225,208,241)
#EEE4F3
(238,228,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6C1CDF color. Also use rgb(108,28,223) instead hex code.

Text Font Color

.myTextColor { color: #6C1CDF; }

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

This text font color is #6C1CDF.


Background Color

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

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

This div background color is #6C1CDF.


Border color

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

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

This div border color is #6C1CDF.


Opacity

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

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

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

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

This text has shadow with #6C1CDF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6C1CDF on black background.


Color preview on white background

This text has color #6C1CDF on white background.



Black color preview on #6C1CDF background

This text has black color on #6C1CDF background.


White color preview on #6C1CDF background

This text has white color on #6C1CDF background.