COLOR #6C2F5A

HEX: #6C2F5A RGB: (108,47,90)

Color info

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

RGB color model

#6C2F5A color RGB value is (108,47,90).

RGB: (108,47,90) (42%, 18%, 35%)

RGB channels and saturation

R 108 of 255 = 42%
G 47 of 255 = 18%
B 90 of 255 = 35%

108
47
90

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

Portions of RGB colors in percentages

R + G + B = 108 + 47 + 90 = 245 (100%)
R 108 of 245 ~ 44.08%
G 47 of 245 ~ 19.18%
B 90 of 245 ~ 36.73'%

%44.08
%19.18
%36.73

CMYK color model

#6C2F5A color CMYK value is (0,56,17,58).

  • cyan value is 0.00%
  • magenta value is 56.48%
  • yellow value is 16.67%
  • key color value is 57.65%

CMYK: (0,56,17,58)
C0M56Y17K58 (0%, 56%, 17%, 58%)
(0.00 / 0.56 / 0.17 / 0.58)

CMYK percentages

%0
%56.48
%16.67
%57.65

Codes

Color #6C2F5A in popluar color models

6C 2F 5A
RGB 108 47 90
HSL 318° 39.35% 30.39%
HSB/HSV 318° 56.48% 42.35%
CMYK 0.00% 56.48% 16.67%
57.65%

Color #6C2F5A in popluar number systems.

HEX 6C 2F 5A
Decimal 108 47 90
Binary 1101100 101111 1011010
Octal 154 57 132

Shades and tints

Shades of #6C2F5A

#6C2F5A
(108,47,90)
#632B52
(99,43,82)
#5A274A
(90,39,74)
#512342
(81,35,66)
#481F3A
(72,31,58)
#3F1B32
(63,27,50)
#36172A
(54,23,42)
#2D1322
(45,19,34)
#240F1A
(36,15,26)
#1B0B12
(27,11,18)
#12070A
(18,7,10)
#000000
(0,0,0)

Tints of #6C2F5A

#6C2F5A
(108,47,90)
#794169
(121,65,105)
#865378
(134,83,120)
#936587
(147,101,135)
#A07796
(160,119,150)
#AD89A5
(173,137,165)
#BA9BB4
(186,155,180)
#C7ADC3
(199,173,195)
#D4BFD2
(212,191,210)
#E1D1E1
(225,209,225)
#EEE3F0
(238,227,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6C2F5A color. Also use rgb(108,47,90) instead hex code.

Text Font Color

.myTextColor { color: #6C2F5A; }

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

This text font color is #6C2F5A.

Background Color

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

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

This div background color is #6C2F5A.

Border color

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

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

This div border color is #6C2F5A.

Opacity

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

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

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

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

This text has shadow with #6C2F5A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #6C2F5A.

Preview

Color preview on black background

This text has color #6C2F5A on black background.


Color preview on white background

This text has color #6C2F5A on white background.


Black color preview on #6C2F5A background

This text has black color on #6C2F5A background.


White color preview on #6C2F5A background

This text has white color on #6C2F5A background.


Related colors

Complementary color

Complementary color for #hex is #93D0A5.


I love getcolorcode.com

Triadic colors

1 #5A6C2F and #2F5A6C with #6C2F5A are triadic colors.

2 #5A2F6C and #2F6C5A with #6C2F5A are triadic colors.