COLOR #6C2350

HEX: #6C2350
RGB: (108,35,80)

Color info

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

RGB color model

#6C2350 color RGB value is (108,35,80).

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

RGB channels and saturation

R 108 of 255 = 42%
G 35 of 255 = 14%
B 80 of 255 = 31%

108
35
80

R + G + B ~ 29%. #6C2350 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
108 + 35 + 80 = 223 (100%)
R 108 of 223 ~ 48.43%
G 35 of 223 ~ 15.7%
B 80 of 223 ~ 35.87%

%48.43
%15.7
%35.87

CMYK color model

#6C2350 color CMYK value is (0,68,26,58).

  • cyan value is 0.00%
  • magenta value is 67.59%
  • yellow value is 25.93%
  • key color value is 57.65%
CMYK:
(0,68,26,58)
C0M68Y26K58 
(0%,68%,26%,58%)
(0.00/0.68/0.26/0.58)	

CMYK percentages

%0
%67.59
%25.93
%57.65

Codes

Color #6C2350 in popluar color models

6C2350
RGB1083580
HSL323°51.05%28.04%
HSB/HSV323°67.59%42.35%
CMYK0.00%67.59%25.93%
57.65%

Color #6C2350 in popluar number systems.

HEX6C2350
Decimal1083580
Binary11011001000111010000
Octal15443120

Shades and tints

Shades of #6C2350

#6C2350
(108,35,80)
#632049
(99,32,73)
#5A1D42
(90,29,66)
#511A3B
(81,26,59)
#481734
(72,23,52)
#3F142D
(63,20,45)
#361126
(54,17,38)
#2D0E1F
(45,14,31)
#240B18
(36,11,24)
#1B0811
(27,8,17)
#12050A
(18,5,10)
#000000
(0,0,0)

Tints of #6C2350

#6C2350
(108,35,80)
#79375F
(121,55,95)
#864B6E
(134,75,110)
#935F7D
(147,95,125)
#A0738C
(160,115,140)
#AD879B
(173,135,155)
#BA9BAA
(186,155,170)
#C7AFB9
(199,175,185)
#D4C3C8
(212,195,200)
#E1D7D7
(225,215,215)
#EEEBE6
(238,235,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6C2350; }

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

This text font color is #6C2350.


Background Color

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

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

This div background color is #6C2350.


Border color

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

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

This div border color is #6C2350.


Opacity

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

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

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

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

This text has shadow with #6C2350 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6C2350 on black background.


Color preview on white background

This text has color #6C2350 on white background.



Black color preview on #6C2350 background

This text has black color on #6C2350 background.


White color preview on #6C2350 background

This text has white color on #6C2350 background.