COLOR #6C236E

HEX: #6C236E RGB: (108,35,110)

Color info

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

RGB color model

#6C236E color RGB value is (108,35,110).

RGB: (108,35,110) (42%, 14%, 43%)

RGB channels and saturation

R 108 of 255 = 42%
G 35 of 255 = 14%
B 110 of 255 = 43%

108
35
110

R + G + B ~ 33%. #6C236E is quite dark color.

Portions of RGB colors in percentages

R + G + B = 108 + 35 + 110 = 253 (100%)
R 108 of 253 ~ 42.69%
G 35 of 253 ~ 13.83%
B 110 of 253 ~ 43.48'%

%42.69
%13.83
%43.48

CMYK color model

#6C236E color CMYK value is (2,68,0,57).

  • cyan value is 1.82%
  • magenta value is 68.18%
  • yellow value is 0.00%
  • key color value is 56.86%

CMYK: (2,68,0,57)
C2M68Y0K57 (2%, 68%, 0%, 57%)
(0.02 / 0.68 / 0.00 / 0.57)

CMYK percentages

%1.82
%68.18
%0
%56.86

Codes

Color #6C236E in popluar color models

6C 23 6E
RGB 108 35 110
HSL 298° 51.72% 28.43%
HSB/HSV 298° 68.18% 43.14%
CMYK 1.82% 68.18% 0.00%
56.86%

Color #6C236E in popluar number systems.

HEX 6C 23 6E
Decimal 108 35 110
Binary 1101100 100011 1101110
Octal 154 43 156

Shades and tints

Shades of #6C236E

#6C236E
(108,35,110)
#632064
(99,32,100)
#5A1D5A
(90,29,90)
#511A50
(81,26,80)
#481746
(72,23,70)
#3F143C
(63,20,60)
#361132
(54,17,50)
#2D0E28
(45,14,40)
#240B1E
(36,11,30)
#1B0814
(27,8,20)
#12050A
(18,5,10)
#000000
(0,0,0)

Tints of #6C236E

#6C236E
(108,35,110)
#79377B
(121,55,123)
#864B88
(134,75,136)
#935F95
(147,95,149)
#A073A2
(160,115,162)
#AD87AF
(173,135,175)
#BA9BBC
(186,155,188)
#C7AFC9
(199,175,201)
#D4C3D6
(212,195,214)
#E1D7E3
(225,215,227)
#EEEBF0
(238,235,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6C236E; }

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

This text font color is #6C236E.

Background Color

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

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

This div background color is #6C236E.

Border color

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

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

This div border color is #6C236E.

Opacity

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

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

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

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

This text has shadow with #6C236E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #6C236E.

Preview

Color preview on black background

This text has color #6C236E on black background.


Color preview on white background

This text has color #6C236E on white background.


Black color preview on #6C236E background

This text has black color on #6C236E background.


White color preview on #6C236E background

This text has white color on #6C236E background.


Related colors

Complementary color

Complementary color for #hex is #93DC91.


I love getcolorcode.com

Triadic colors

1 #6E6C23 and #236E6C with #6C236E are triadic colors.

2 #6E236C and #236C6E with #6C236E are triadic colors.