COLOR #6C304F

HEX: #6C304F
RGB: (108,48,79)

Color info

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

RGB color model

#6C304F color RGB value is (108,48,79).

  • red value is 108;
  • green value is 48;
  • blue value is 79.
RGB:
(108,48,79)
(42%,19%,31%)

RGB channels and saturation

R 108 of 255 = 42%
G 48 of 255 = 19%
B 79 of 255 = 31%

108
48
79

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

Portions of RGB colors in percentages

R + G + B =
108 + 48 + 79 = 235 (100%)
R 108 of 235 ~ 45.96%
G 48 of 235 ~ 20.43%
B 79 of 235 ~ 33.62%

%45.96
%20.43
%33.62

CMYK color model

#6C304F color CMYK value is (0,56,27,58).

  • cyan value is 0.00%
  • magenta value is 55.56%
  • yellow value is 26.85%
  • key color value is 57.65%
CMYK:
(0,56,27,58)
C0M56Y27K58 
(0%,56%,27%,58%)
(0.00/0.56/0.27/0.58)	

CMYK percentages

%0
%55.56
%26.85
%57.65

Codes

Color #6C304F in popluar color models

6C304F
RGB1084879
HSL329°38.46%30.59%
HSB/HSV329°55.56%42.35%
CMYK0.00%55.56%26.85%
57.65%

Color #6C304F in popluar number systems.

HEX6C304F
Decimal1084879
Binary11011001100001001111
Octal15460117

Shades and tints

Shades of #6C304F

#6C304F
(108,48,79)
#632C48
(99,44,72)
#5A2841
(90,40,65)
#51243A
(81,36,58)
#482033
(72,32,51)
#3F1C2C
(63,28,44)
#361825
(54,24,37)
#2D141E
(45,20,30)
#241017
(36,16,23)
#1B0C10
(27,12,16)
#120809
(18,8,9)
#000000
(0,0,0)

Tints of #6C304F

#6C304F
(108,48,79)
#79425F
(121,66,95)
#86546F
(134,84,111)
#93667F
(147,102,127)
#A0788F
(160,120,143)
#AD8A9F
(173,138,159)
#BA9CAF
(186,156,175)
#C7AEBF
(199,174,191)
#D4C0CF
(212,192,207)
#E1D2DF
(225,210,223)
#EEE4EF
(238,228,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6C304F color. Also use rgb(108,48,79) instead hex code.

Text Font Color

.myTextColor { color: #6C304F; }

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

This text font color is #6C304F.


Background Color

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

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

This div background color is #6C304F.


Border color

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

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

This div border color is #6C304F.


Opacity

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

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

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

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

This text has shadow with #6C304F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6C304F on black background.


Color preview on white background

This text has color #6C304F on white background.



Black color preview on #6C304F background

This text has black color on #6C304F background.


White color preview on #6C304F background

This text has white color on #6C304F background.