COLOR #6C1754

HEX: #6C1754
RGB: (108,23,84)

Color info

#6C1754 contains mainly red and blue colors. Web safe color of #6C1754 is #660066 (or #606).

RGB color model

#6C1754 color RGB value is (108,23,84).

  • red value is 108;
  • green value is 23;
  • blue value is 84.
RGB:
(108,23,84)
(42%,9%,33%)

RGB channels and saturation

R 108 of 255 = 42%
G 23 of 255 = 9%
B 84 of 255 = 33%

108
23
84

R + G + B ~ 28%. #6C1754 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
108 + 23 + 84 = 215 (100%)
R 108 of 215 ~ 50.23%
G 23 of 215 ~ 10.7%
B 84 of 215 ~ 39.07%

%50.23
%10.7
%39.07

CMYK color model

#6C1754 color CMYK value is (0,79,22,58).

  • cyan value is 0.00%
  • magenta value is 78.70%
  • yellow value is 22.22%
  • key color value is 57.65%
CMYK:
(0,79,22,58)
C0M79Y22K58 
(0%,79%,22%,58%)
(0.00/0.79/0.22/0.58)	

CMYK percentages

%0
%78.7
%22.22
%57.65

Codes

Color #6C1754 in popluar color models

6C1754
RGB1082384
HSL317°64.89%25.69%
HSB/HSV317°78.70%42.35%
CMYK0.00%78.70%22.22%
57.65%

Color #6C1754 in popluar number systems.

HEX6C1754
Decimal1082384
Binary1101100101111010100
Octal15427124

Shades and tints

Shades of #6C1754

#6C1754
(108,23,84)
#63154D
(99,21,77)
#5A1346
(90,19,70)
#51113F
(81,17,63)
#480F38
(72,15,56)
#3F0D31
(63,13,49)
#360B2A
(54,11,42)
#2D0923
(45,9,35)
#24071C
(36,7,28)
#1B0515
(27,5,21)
#12030E
(18,3,14)
#000000
(0,0,0)

Tints of #6C1754

#6C1754
(108,23,84)
#792C63
(121,44,99)
#864172
(134,65,114)
#935681
(147,86,129)
#A06B90
(160,107,144)
#AD809F
(173,128,159)
#BA95AE
(186,149,174)
#C7AABD
(199,170,189)
#D4BFCC
(212,191,204)
#E1D4DB
(225,212,219)
#EEE9EA
(238,233,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6C1754 color. Also use rgb(108,23,84) instead hex code.

Text Font Color

.myTextColor { color: #6C1754; }

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

This text font color is #6C1754.


Background Color

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

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

This div background color is #6C1754.


Border color

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

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

This div border color is #6C1754.


Opacity

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

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

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

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

This text has shadow with #6C1754 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6C1754 on black background.


Color preview on white background

This text has color #6C1754 on white background.



Black color preview on #6C1754 background

This text has black color on #6C1754 background.


White color preview on #6C1754 background

This text has white color on #6C1754 background.