COLOR #6C29CF

HEX: #6C29CF
RGB: (108,41,207)

Color info

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

RGB color model

#6C29CF color RGB value is (108,41,207).

  • red value is 108;
  • green value is 41;
  • blue value is 207.
RGB:
(108,41,207)
(42%,16%,81%)

RGB channels and saturation

R 108 of 255 = 42%
G 41 of 255 = 16%
B 207 of 255 = 81%

108
41
207

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

Portions of RGB colors in percentages

R + G + B =
108 + 41 + 207 = 356 (100%)
R 108 of 356 ~ 30.34%
G 41 of 356 ~ 11.52%
B 207 of 356 ~ 58.15%

%30.34
%11.52
%58.15

CMYK color model

#6C29CF color CMYK value is (48,80,0,19).

  • cyan value is 47.83%
  • magenta value is 80.19%
  • yellow value is 0.00%
  • key color value is 18.82%
CMYK:
(48,80,0,19)
C48M80Y0K19 
(48%,80%,0%,19%)
(0.48/0.80/0.00/0.19)	

CMYK percentages

%47.83
%80.19
%0
%18.82

Codes

Color #6C29CF in popluar color models

6C29CF
RGB10841207
HSL264°66.94%48.63%
HSB/HSV264°80.19%81.18%
CMYK47.83%80.19%0.00%
18.82%

Color #6C29CF in popluar number systems.

HEX6C29CF
Decimal10841207
Binary110110010100111001111
Octal15451317

Shades and tints

Shades of #6C29CF

#6C29CF
(108,41,207)
#6326BD
(99,38,189)
#5A23AB
(90,35,171)
#512099
(81,32,153)
#481D87
(72,29,135)
#3F1A75
(63,26,117)
#361763
(54,23,99)
#2D1451
(45,20,81)
#24113F
(36,17,63)
#1B0E2D
(27,14,45)
#120B1B
(18,11,27)
#000000
(0,0,0)

Tints of #6C29CF

#6C29CF
(108,41,207)
#793CD3
(121,60,211)
#864FD7
(134,79,215)
#9362DB
(147,98,219)
#A075DF
(160,117,223)
#AD88E3
(173,136,227)
#BA9BE7
(186,155,231)
#C7AEEB
(199,174,235)
#D4C1EF
(212,193,239)
#E1D4F3
(225,212,243)
#EEE7F7
(238,231,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6C29CF color. Also use rgb(108,41,207) instead hex code.

Text Font Color

.myTextColor { color: #6C29CF; }

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

This text font color is #6C29CF.


Background Color

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

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

This div background color is #6C29CF.


Border color

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

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

This div border color is #6C29CF.


Opacity

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

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

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

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

This text has shadow with #6C29CF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6C29CF on black background.


Color preview on white background

This text has color #6C29CF on white background.



Black color preview on #6C29CF background

This text has black color on #6C29CF background.


White color preview on #6C29CF background

This text has white color on #6C29CF background.