COLOR #6C2694

HEX: #6C2694
RGB: (108,38,148)

Color info

#6C2694 contains mainly red and blue colors. Web safe color of #6C2694 is #663399 (or #639).

RGB color model

#6C2694 color RGB value is (108,38,148).

  • red value is 108;
  • green value is 38;
  • blue value is 148.
RGB:
(108,38,148)
(42%,15%,58%)

RGB channels and saturation

R 108 of 255 = 42%
G 38 of 255 = 15%
B 148 of 255 = 58%

108
38
148

R + G + B ~ 38%. #6C2694 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
108 + 38 + 148 = 294 (100%)
R 108 of 294 ~ 36.73%
G 38 of 294 ~ 12.93%
B 148 of 294 ~ 50.34%

%36.73
%12.93
%50.34

CMYK color model

#6C2694 color CMYK value is (27,74,0,42).

  • cyan value is 27.03%
  • magenta value is 74.32%
  • yellow value is 0.00%
  • key color value is 41.96%
CMYK:
(27,74,0,42)
C27M74Y0K42 
(27%,74%,0%,42%)
(0.27/0.74/0.00/0.42)	

CMYK percentages

%27.03
%74.32
%0
%41.96

Codes

Color #6C2694 in popluar color models

6C2694
RGB10838148
HSL278°59.14%36.47%
HSB/HSV278°74.32%58.04%
CMYK27.03%74.32%0.00%
41.96%

Color #6C2694 in popluar number systems.

HEX6C2694
Decimal10838148
Binary110110010011010010100
Octal15446224

Shades and tints

Shades of #6C2694

#6C2694
(108,38,148)
#632387
(99,35,135)
#5A207A
(90,32,122)
#511D6D
(81,29,109)
#481A60
(72,26,96)
#3F1753
(63,23,83)
#361446
(54,20,70)
#2D1139
(45,17,57)
#240E2C
(36,14,44)
#1B0B1F
(27,11,31)
#120812
(18,8,18)
#000000
(0,0,0)

Tints of #6C2694

#6C2694
(108,38,148)
#79399D
(121,57,157)
#864CA6
(134,76,166)
#935FAF
(147,95,175)
#A072B8
(160,114,184)
#AD85C1
(173,133,193)
#BA98CA
(186,152,202)
#C7ABD3
(199,171,211)
#D4BEDC
(212,190,220)
#E1D1E5
(225,209,229)
#EEE4EE
(238,228,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6C2694 color. Also use rgb(108,38,148) instead hex code.

Text Font Color

.myTextColor { color: #6C2694; }

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

This text font color is #6C2694.


Background Color

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

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

This div background color is #6C2694.


Border color

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

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

This div border color is #6C2694.


Opacity

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

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

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

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

This text has shadow with #6C2694 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6C2694 on black background.


Color preview on white background

This text has color #6C2694 on white background.



Black color preview on #6C2694 background

This text has black color on #6C2694 background.


White color preview on #6C2694 background

This text has white color on #6C2694 background.