COLOR #6C2373

HEX: #6C2373
RGB: (108,35,115)

Color info

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

RGB color model

#6C2373 color RGB value is (108,35,115).

  • red value is 108;
  • green value is 35;
  • blue value is 115.
RGB:
(108,35,115)
(42%,14%,45%)

RGB channels and saturation

R 108 of 255 = 42%
G 35 of 255 = 14%
B 115 of 255 = 45%

108
35
115

R + G + B ~ 34%. #6C2373 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
108 + 35 + 115 = 258 (100%)
R 108 of 258 ~ 41.86%
G 35 of 258 ~ 13.57%
B 115 of 258 ~ 44.57%

%41.86
%13.57
%44.57

CMYK color model

#6C2373 color CMYK value is (6,70,0,55).

  • cyan value is 6.09%
  • magenta value is 69.57%
  • yellow value is 0.00%
  • key color value is 54.90%
CMYK:
(6,70,0,55)
C6M70Y0K55 
(6%,70%,0%,55%)
(0.06/0.70/0.00/0.55)	

CMYK percentages

%6.09
%69.57
%0
%54.9

Codes

Color #6C2373 in popluar color models

6C2373
RGB10835115
HSL295°53.33%29.41%
HSB/HSV295°69.57%45.10%
CMYK6.09%69.57%0.00%
54.90%

Color #6C2373 in popluar number systems.

HEX6C2373
Decimal10835115
Binary11011001000111110011
Octal15443163

Shades and tints

Shades of #6C2373

#6C2373
(108,35,115)
#632069
(99,32,105)
#5A1D5F
(90,29,95)
#511A55
(81,26,85)
#48174B
(72,23,75)
#3F1441
(63,20,65)
#361137
(54,17,55)
#2D0E2D
(45,14,45)
#240B23
(36,11,35)
#1B0819
(27,8,25)
#12050F
(18,5,15)
#000000
(0,0,0)

Tints of #6C2373

#6C2373
(108,35,115)
#79377F
(121,55,127)
#864B8B
(134,75,139)
#935F97
(147,95,151)
#A073A3
(160,115,163)
#AD87AF
(173,135,175)
#BA9BBB
(186,155,187)
#C7AFC7
(199,175,199)
#D4C3D3
(212,195,211)
#E1D7DF
(225,215,223)
#EEEBEB
(238,235,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6C2373; }

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

This text font color is #6C2373.


Background Color

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

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

This div background color is #6C2373.


Border color

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

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

This div border color is #6C2373.


Opacity

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

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

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

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

This text has shadow with #6C2373 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6C2373 on black background.


Color preview on white background

This text has color #6C2373 on white background.



Black color preview on #6C2373 background

This text has black color on #6C2373 background.


White color preview on #6C2373 background

This text has white color on #6C2373 background.