COLOR #6C168E

HEX: #6C168E
RGB: (108,22,142)

Color info

#6C168E contains mainly red and blue colors. Web safe color of #6C168E is #660099 (or #609).

RGB color model

#6C168E color RGB value is (108,22,142).

  • red value is 108;
  • green value is 22;
  • blue value is 142.
RGB:
(108,22,142)
(42%,9%,56%)

RGB channels and saturation

R 108 of 255 = 42%
G 22 of 255 = 9%
B 142 of 255 = 56%

108
22
142

R + G + B ~ 36%. #6C168E is quite dark color.

Portions of RGB colors in percentages

R + G + B =
108 + 22 + 142 = 272 (100%)
R 108 of 272 ~ 39.71%
G 22 of 272 ~ 8.09%
B 142 of 272 ~ 52.21%

%39.71
%52.21

CMYK color model

#6C168E color CMYK value is (24,85,0,44).

  • cyan value is 23.94%
  • magenta value is 84.51%
  • yellow value is 0.00%
  • key color value is 44.31%
CMYK:
(24,85,0,44)
C24M85Y0K44 
(24%,85%,0%,44%)
(0.24/0.85/0.00/0.44)	

CMYK percentages

%23.94
%84.51
%0
%44.31

Codes

Color #6C168E in popluar color models

6C168E
RGB10822142
HSL283°73.17%32.16%
HSB/HSV283°84.51%55.69%
CMYK23.94%84.51%0.00%
44.31%

Color #6C168E in popluar number systems.

HEX6C168E
Decimal10822142
Binary11011001011010001110
Octal15426216

Shades and tints

Shades of #6C168E

#6C168E
(108,22,142)
#631482
(99,20,130)
#5A1276
(90,18,118)
#51106A
(81,16,106)
#480E5E
(72,14,94)
#3F0C52
(63,12,82)
#360A46
(54,10,70)
#2D083A
(45,8,58)
#24062E
(36,6,46)
#1B0422
(27,4,34)
#120216
(18,2,22)
#000000
(0,0,0)

Tints of #6C168E

#6C168E
(108,22,142)
#792B98
(121,43,152)
#8640A2
(134,64,162)
#9355AC
(147,85,172)
#A06AB6
(160,106,182)
#AD7FC0
(173,127,192)
#BA94CA
(186,148,202)
#C7A9D4
(199,169,212)
#D4BEDE
(212,190,222)
#E1D3E8
(225,211,232)
#EEE8F2
(238,232,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6C168E color. Also use rgb(108,22,142) instead hex code.

Text Font Color

.myTextColor { color: #6C168E; }

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

This text font color is #6C168E.


Background Color

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

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

This div background color is #6C168E.


Border color

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

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

This div border color is #6C168E.


Opacity

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

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

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

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

This text has shadow with #6C168E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6C168E on black background.


Color preview on white background

This text has color #6C168E on white background.



Black color preview on #6C168E background

This text has black color on #6C168E background.


White color preview on #6C168E background

This text has white color on #6C168E background.