COLOR #6C2068

HEX: #6C2068
RGB: (108,32,104)

Color info

#6C2068 contains mainly red and blue colors. Web safe color of #6C2068 is #663366 (or #636).

RGB color model

#6C2068 color RGB value is (108,32,104).

  • red value is 108;
  • green value is 32;
  • blue value is 104.
RGB:
(108,32,104)
(42%,13%,41%)

RGB channels and saturation

R 108 of 255 = 42%
G 32 of 255 = 13%
B 104 of 255 = 41%

108
32
104

R + G + B ~ 32%. #6C2068 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
108 + 32 + 104 = 244 (100%)
R 108 of 244 ~ 44.26%
G 32 of 244 ~ 13.11%
B 104 of 244 ~ 42.62%

%44.26
%13.11
%42.62

CMYK color model

#6C2068 color CMYK value is (0,70,4,58).

  • cyan value is 0.00%
  • magenta value is 70.37%
  • yellow value is 3.70%
  • key color value is 57.65%
CMYK:
(0,70,4,58)
C0M70Y4K58 
(0%,70%,4%,58%)
(0.00/0.70/0.04/0.58)	

CMYK percentages

%0
%70.37
%3.7
%57.65

Codes

Color #6C2068 in popluar color models

6C2068
RGB10832104
HSL303°54.29%27.45%
HSB/HSV303°70.37%42.35%
CMYK0.00%70.37%3.70%
57.65%

Color #6C2068 in popluar number systems.

HEX6C2068
Decimal10832104
Binary11011001000001101000
Octal15440150

Shades and tints

Shades of #6C2068

#6C2068
(108,32,104)
#631E5F
(99,30,95)
#5A1C56
(90,28,86)
#511A4D
(81,26,77)
#481844
(72,24,68)
#3F163B
(63,22,59)
#361432
(54,20,50)
#2D1229
(45,18,41)
#241020
(36,16,32)
#1B0E17
(27,14,23)
#120C0E
(18,12,14)
#000000
(0,0,0)

Tints of #6C2068

#6C2068
(108,32,104)
#793475
(121,52,117)
#864882
(134,72,130)
#935C8F
(147,92,143)
#A0709C
(160,112,156)
#AD84A9
(173,132,169)
#BA98B6
(186,152,182)
#C7ACC3
(199,172,195)
#D4C0D0
(212,192,208)
#E1D4DD
(225,212,221)
#EEE8EA
(238,232,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6C2068 color. Also use rgb(108,32,104) instead hex code.

Text Font Color

.myTextColor { color: #6C2068; }

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

This text font color is #6C2068.


Background Color

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

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

This div background color is #6C2068.


Border color

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

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

This div border color is #6C2068.


Opacity

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

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

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

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

This text has shadow with #6C2068 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6C2068 on black background.


Color preview on white background

This text has color #6C2068 on white background.



Black color preview on #6C2068 background

This text has black color on #6C2068 background.


White color preview on #6C2068 background

This text has white color on #6C2068 background.