COLOR #6C2988

HEX: #6C2988 RGB: (108,41,136)

Color info

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

RGB color model

#6C2988 color RGB value is (108,41,136).

RGB: (108,41,136) (42%, 16%, 53%)

RGB channels and saturation

R 108 of 255 = 42%
G 41 of 255 = 16%
B 136 of 255 = 53%

108
41
136

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

Portions of RGB colors in percentages

R + G + B = 108 + 41 + 136 = 285 (100%)
R 108 of 285 ~ 37.89%
G 41 of 285 ~ 14.39%
B 136 of 285 ~ 47.72'%

%37.89
%14.39
%47.72

CMYK color model

#6C2988 color CMYK value is (21,70,0,47).

  • cyan value is 20.59%
  • magenta value is 69.85%
  • yellow value is 0.00%
  • key color value is 46.67%

CMYK: (21,70,0,47)
C21M70Y0K47 (21%, 70%, 0%, 47%)
(0.21 / 0.70 / 0.00 / 0.47)

CMYK percentages

%20.59
%69.85
%0
%46.67

Codes

Color #6C2988 in popluar color models

6C 29 88
RGB 108 41 136
HSL 282° 53.67% 34.71%
HSB/HSV 282° 69.85% 53.33%
CMYK 20.59% 69.85% 0.00%
46.67%

Color #6C2988 in popluar number systems.

HEX 6C 29 88
Decimal 108 41 136
Binary 1101100 101001 10001000
Octal 154 51 210

Shades and tints

Shades of #6C2988

#6C2988
(108,41,136)
#63267C
(99,38,124)
#5A2370
(90,35,112)
#512064
(81,32,100)
#481D58
(72,29,88)
#3F1A4C
(63,26,76)
#361740
(54,23,64)
#2D1434
(45,20,52)
#241128
(36,17,40)
#1B0E1C
(27,14,28)
#120B10
(18,11,16)
#000000
(0,0,0)

Tints of #6C2988

#6C2988
(108,41,136)
#793C92
(121,60,146)
#864F9C
(134,79,156)
#9362A6
(147,98,166)
#A075B0
(160,117,176)
#AD88BA
(173,136,186)
#BA9BC4
(186,155,196)
#C7AECE
(199,174,206)
#D4C1D8
(212,193,216)
#E1D4E2
(225,212,226)
#EEE7EC
(238,231,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6C2988; }

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

This text font color is #6C2988.

Background Color

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

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

This div background color is #6C2988.

Border color

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

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

This div border color is #6C2988.

Opacity

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

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

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

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

This text has shadow with #6C2988 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #6C2988.

Preview

Color preview on black background

This text has color #6C2988 on black background.


Color preview on white background

This text has color #6C2988 on white background.


Black color preview on #6C2988 background

This text has black color on #6C2988 background.


White color preview on #6C2988 background

This text has white color on #6C2988 background.


Related colors

Complementary color

Complementary color for #hex is #93D677.


I love getcolorcode.com

Triadic colors

1 #886C29 and #29886C with #6C2988 are triadic colors.

2 #88296C and #296C88 with #6C2988 are triadic colors.