COLOR #6C235F

HEX: #6C235F RGB: (108,35,95)

Color info

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

RGB color model

#6C235F color RGB value is (108,35,95).

RGB: (108,35,95) (42%, 14%, 37%)

RGB channels and saturation

R 108 of 255 = 42%
G 35 of 255 = 14%
B 95 of 255 = 37%

108
35
95

R + G + B ~ 31%. #6C235F is quite dark color.

Portions of RGB colors in percentages

R + G + B = 108 + 35 + 95 = 238 (100%)
R 108 of 238 ~ 45.38%
G 35 of 238 ~ 14.71%
B 95 of 238 ~ 39.92'%

%45.38
%14.71
%39.92

CMYK color model

#6C235F color CMYK value is (0,68,12,58).

  • cyan value is 0.00%
  • magenta value is 67.59%
  • yellow value is 12.04%
  • key color value is 57.65%

CMYK: (0,68,12,58)
C0M68Y12K58 (0%, 68%, 12%, 58%)
(0.00 / 0.68 / 0.12 / 0.58)

CMYK percentages

%0
%67.59
%12.04
%57.65

Codes

Color #6C235F in popluar color models

6C 23 5F
RGB 108 35 95
HSL 311° 51.05% 28.04%
HSB/HSV 311° 67.59% 42.35%
CMYK 0.00% 67.59% 12.04%
57.65%

Color #6C235F in popluar number systems.

HEX 6C 23 5F
Decimal 108 35 95
Binary 1101100 100011 1011111
Octal 154 43 137

Shades and tints

Shades of #6C235F

#6C235F
(108,35,95)
#632057
(99,32,87)
#5A1D4F
(90,29,79)
#511A47
(81,26,71)
#48173F
(72,23,63)
#3F1437
(63,20,55)
#36112F
(54,17,47)
#2D0E27
(45,14,39)
#240B1F
(36,11,31)
#1B0817
(27,8,23)
#12050F
(18,5,15)
#000000
(0,0,0)

Tints of #6C235F

#6C235F
(108,35,95)
#79376D
(121,55,109)
#864B7B
(134,75,123)
#935F89
(147,95,137)
#A07397
(160,115,151)
#AD87A5
(173,135,165)
#BA9BB3
(186,155,179)
#C7AFC1
(199,175,193)
#D4C3CF
(212,195,207)
#E1D7DD
(225,215,221)
#EEEBEB
(238,235,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6C235F color. Also use rgb(108,35,95) instead hex code.

Text Font Color

.myTextColor { color: #6C235F; }

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

This text font color is #6C235F.

Background Color

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

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

This div background color is #6C235F.

Border color

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

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

This div border color is #6C235F.

Opacity

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

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

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

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

This text has shadow with #6C235F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #6C235F.

Preview

Color preview on black background

This text has color #6C235F on black background.


Color preview on white background

This text has color #6C235F on white background.


Black color preview on #6C235F background

This text has black color on #6C235F background.


White color preview on #6C235F background

This text has white color on #6C235F background.


Related colors

Complementary color

Complementary color for #hex is #93DCA0.


I love getcolorcode.com

Triadic colors

1 #5F6C23 and #235F6C with #6C235F are triadic colors.

2 #5F236C and #236C5F with #6C235F are triadic colors.