COLOR #6C2989

HEX: #6C2989
RGB: (108,41,137)

Color info

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

RGB color model

#6C2989 color RGB value is (108,41,137).

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

RGB channels and saturation

R 108 of 255 = 42%
G 41 of 255 = 16%
B 137 of 255 = 54%

108
41
137

R + G + B ~ 37%. #6C2989 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
108 + 41 + 137 = 286 (100%)
R 108 of 286 ~ 37.76%
G 41 of 286 ~ 14.34%
B 137 of 286 ~ 47.9%

%37.76
%14.34
%47.9

CMYK color model

#6C2989 color CMYK value is (21,70,0,46).

  • cyan value is 21.17%
  • magenta value is 70.07%
  • yellow value is 0.00%
  • key color value is 46.27%
CMYK:
(21,70,0,46)
C21M70Y0K46 
(21%,70%,0%,46%)
(0.21/0.70/0.00/0.46)	

CMYK percentages

%21.17
%70.07
%0
%46.27

Codes

Color #6C2989 in popluar color models

6C2989
RGB10841137
HSL282°53.93%34.90%
HSB/HSV282°70.07%53.73%
CMYK21.17%70.07%0.00%
46.27%

Color #6C2989 in popluar number systems.

HEX6C2989
Decimal10841137
Binary110110010100110001001
Octal15451211

Shades and tints

Shades of #6C2989

#6C2989
(108,41,137)
#63267D
(99,38,125)
#5A2371
(90,35,113)
#512065
(81,32,101)
#481D59
(72,29,89)
#3F1A4D
(63,26,77)
#361741
(54,23,65)
#2D1435
(45,20,53)
#241129
(36,17,41)
#1B0E1D
(27,14,29)
#120B11
(18,11,17)
#000000
(0,0,0)

Tints of #6C2989

#6C2989
(108,41,137)
#793C93
(121,60,147)
#864F9D
(134,79,157)
#9362A7
(147,98,167)
#A075B1
(160,117,177)
#AD88BB
(173,136,187)
#BA9BC5
(186,155,197)
#C7AECF
(199,174,207)
#D4C1D9
(212,193,217)
#E1D4E3
(225,212,227)
#EEE7ED
(238,231,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6C2989; }

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

This text font color is #6C2989.


Background Color

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

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

This div background color is #6C2989.


Border color

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

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

This div border color is #6C2989.


Opacity

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

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

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

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

This text has shadow with #6C2989 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6C2989 on black background.


Color preview on white background

This text has color #6C2989 on white background.



Black color preview on #6C2989 background

This text has black color on #6C2989 background.


White color preview on #6C2989 background

This text has white color on #6C2989 background.