COLOR #6C2666

HEX: #6C2666 RGB: (108,38,102)

Color info

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

RGB color model

#6C2666 color RGB value is (108,38,102).

RGB: (108,38,102) (42%, 15%, 40%)

RGB channels and saturation

R 108 of 255 = 42%
G 38 of 255 = 15%
B 102 of 255 = 40%

108
38
102

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

Portions of RGB colors in percentages

R + G + B = 108 + 38 + 102 = 248 (100%)
R 108 of 248 ~ 43.55%
G 38 of 248 ~ 15.32%
B 102 of 248 ~ 41.13'%

%43.55
%15.32
%41.13

CMYK color model

#6C2666 color CMYK value is (0,65,6,58).

  • cyan value is 0.00%
  • magenta value is 64.81%
  • yellow value is 5.56%
  • key color value is 57.65%

CMYK: (0,65,6,58)
C0M65Y6K58 (0%, 65%, 6%, 58%)
(0.00 / 0.65 / 0.06 / 0.58)

CMYK percentages

%0
%64.81
%5.56
%57.65

Codes

Color #6C2666 in popluar color models

6C 26 66
RGB 108 38 102
HSL 305° 47.95% 28.63%
HSB/HSV 305° 64.81% 42.35%
CMYK 0.00% 64.81% 5.56%
57.65%

Color #6C2666 in popluar number systems.

HEX 6C 26 66
Decimal 108 38 102
Binary 1101100 100110 1100110
Octal 154 46 146

Shades and tints

Shades of #6C2666

#6C2666
(108,38,102)
#63235D
(99,35,93)
#5A2054
(90,32,84)
#511D4B
(81,29,75)
#481A42
(72,26,66)
#3F1739
(63,23,57)
#361430
(54,20,48)
#2D1127
(45,17,39)
#240E1E
(36,14,30)
#1B0B15
(27,11,21)
#12080C
(18,8,12)
#000000
(0,0,0)

Tints of #6C2666

#6C2666
(108,38,102)
#793973
(121,57,115)
#864C80
(134,76,128)
#935F8D
(147,95,141)
#A0729A
(160,114,154)
#AD85A7
(173,133,167)
#BA98B4
(186,152,180)
#C7ABC1
(199,171,193)
#D4BECE
(212,190,206)
#E1D1DB
(225,209,219)
#EEE4E8
(238,228,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6C2666; }

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

This text font color is #6C2666.

Background Color

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

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

This div background color is #6C2666.

Border color

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

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

This div border color is #6C2666.

Opacity

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

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

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

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

This text has shadow with #6C2666 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #6C2666.

Preview

Color preview on black background

This text has color #6C2666 on black background.


Color preview on white background

This text has color #6C2666 on white background.


Black color preview on #6C2666 background

This text has black color on #6C2666 background.


White color preview on #6C2666 background

This text has white color on #6C2666 background.


Related colors

Complementary color

Complementary color for #hex is #93D999.


I love getcolorcode.com

Triadic colors

1 #666C26 and #26666C with #6C2666 are triadic colors.

2 #66266C and #266C66 with #6C2666 are triadic colors.