COLOR #6C17AD

HEX: #6C17AD
RGB: (108,23,173)

Color info

#6C17AD contains mainly blue color. Web safe color of #6C17AD is #660099 (or #609).

RGB color model

#6C17AD color RGB value is (108,23,173).

  • red value is 108;
  • green value is 23;
  • blue value is 173.
RGB:
(108,23,173)
(42%,9%,68%)

RGB channels and saturation

R 108 of 255 = 42%
G 23 of 255 = 9%
B 173 of 255 = 68%

108
23
173

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

Portions of RGB colors in percentages

R + G + B =
108 + 23 + 173 = 304 (100%)
R 108 of 304 ~ 35.53%
G 23 of 304 ~ 7.57%
B 173 of 304 ~ 56.91%

%35.53
%56.91

CMYK color model

#6C17AD color CMYK value is (38,87,0,32).

  • cyan value is 37.57%
  • magenta value is 86.71%
  • yellow value is 0.00%
  • key color value is 32.16%
CMYK:
(38,87,0,32)
C38M87Y0K32 
(38%,87%,0%,32%)
(0.38/0.87/0.00/0.32)	

CMYK percentages

%37.57
%86.71
%0
%32.16

Codes

Color #6C17AD in popluar color models

6C17AD
RGB10823173
HSL274°76.53%38.43%
HSB/HSV274°86.71%67.84%
CMYK37.57%86.71%0.00%
32.16%

Color #6C17AD in popluar number systems.

HEX6C17AD
Decimal10823173
Binary11011001011110101101
Octal15427255

Shades and tints

Shades of #6C17AD

#6C17AD
(108,23,173)
#63159E
(99,21,158)
#5A138F
(90,19,143)
#511180
(81,17,128)
#480F71
(72,15,113)
#3F0D62
(63,13,98)
#360B53
(54,11,83)
#2D0944
(45,9,68)
#240735
(36,7,53)
#1B0526
(27,5,38)
#120317
(18,3,23)
#000000
(0,0,0)

Tints of #6C17AD

#6C17AD
(108,23,173)
#792CB4
(121,44,180)
#8641BB
(134,65,187)
#9356C2
(147,86,194)
#A06BC9
(160,107,201)
#AD80D0
(173,128,208)
#BA95D7
(186,149,215)
#C7AADE
(199,170,222)
#D4BFE5
(212,191,229)
#E1D4EC
(225,212,236)
#EEE9F3
(238,233,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6C17AD color. Also use rgb(108,23,173) instead hex code.

Text Font Color

.myTextColor { color: #6C17AD; }

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

This text font color is #6C17AD.


Background Color

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

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

This div background color is #6C17AD.


Border color

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

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

This div border color is #6C17AD.


Opacity

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

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

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

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

This text has shadow with #6C17AD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6C17AD on black background.


Color preview on white background

This text has color #6C17AD on white background.



Black color preview on #6C17AD background

This text has black color on #6C17AD background.


White color preview on #6C17AD background

This text has white color on #6C17AD background.