COLOR #6C2F4B

HEX: #6C2F4B RGB: (108,47,75)

Color info

#6C2F4B contains mainly red and blue colors. Web safe color of #6C2F4B is #663333 (or #633).

RGB color model

#6C2F4B color RGB value is (108,47,75).

RGB: (108,47,75) (42%, 18%, 29%)

RGB channels and saturation

R 108 of 255 = 42%
G 47 of 255 = 18%
B 75 of 255 = 29%

108
47
75

R + G + B ~ 30%. #6C2F4B is quite dark color.

Portions of RGB colors in percentages

R + G + B = 108 + 47 + 75 = 230 (100%)
R 108 of 230 ~ 46.96%
G 47 of 230 ~ 20.43%
B 75 of 230 ~ 32.61'%

%46.96
%20.43
%32.61

CMYK color model

#6C2F4B color CMYK value is (0,56,31,58).

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

CMYK: (0,56,31,58)
C0M56Y31K58 (0%, 56%, 31%, 58%)
(0.00 / 0.56 / 0.31 / 0.58)

CMYK percentages

%0
%56.48
%30.56
%57.65

Codes

Color #6C2F4B in popluar color models

6C 2F 4B
RGB 108 47 75
HSL 332° 39.35% 30.39%
HSB/HSV 332° 56.48% 42.35%
CMYK 0.00% 56.48% 30.56%
57.65%

Color #6C2F4B in popluar number systems.

HEX 6C 2F 4B
Decimal 108 47 75
Binary 1101100 101111 1001011
Octal 154 57 113

Shades and tints

Shades of #6C2F4B

#6C2F4B
(108,47,75)
#632B45
(99,43,69)
#5A273F
(90,39,63)
#512339
(81,35,57)
#481F33
(72,31,51)
#3F1B2D
(63,27,45)
#361727
(54,23,39)
#2D1321
(45,19,33)
#240F1B
(36,15,27)
#1B0B15
(27,11,21)
#12070F
(18,7,15)
#000000
(0,0,0)

Tints of #6C2F4B

#6C2F4B
(108,47,75)
#79415B
(121,65,91)
#86536B
(134,83,107)
#93657B
(147,101,123)
#A0778B
(160,119,139)
#AD899B
(173,137,155)
#BA9BAB
(186,155,171)
#C7ADBB
(199,173,187)
#D4BFCB
(212,191,203)
#E1D1DB
(225,209,219)
#EEE3EB
(238,227,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6C2F4B; }

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

This text font color is #6C2F4B.

Background Color

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

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

This div background color is #6C2F4B.

Border color

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

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

This div border color is #6C2F4B.

Opacity

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

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

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

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

This text has shadow with #6C2F4B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #6C2F4B.

Preview

Color preview on black background

This text has color #6C2F4B on black background.


Color preview on white background

This text has color #6C2F4B on white background.


Black color preview on #6C2F4B background

This text has black color on #6C2F4B background.


White color preview on #6C2F4B background

This text has white color on #6C2F4B background.


Related colors

Complementary color

Complementary color for #hex is #93D0B4.


I love getcolorcode.com

Triadic colors

1 #4B6C2F and #2F4B6C with #6C2F4B are triadic colors.

2 #4B2F6C and #2F6C4B with #6C2F4B are triadic colors.