COLOR #6C305E

HEX: #6C305E
RGB: (108,48,94)

Color info

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

RGB color model

#6C305E color RGB value is (108,48,94).

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

RGB channels and saturation

R 108 of 255 = 42%
G 48 of 255 = 19%
B 94 of 255 = 37%

108
48
94

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

Portions of RGB colors in percentages

R + G + B =
108 + 48 + 94 = 250 (100%)
R 108 of 250 ~ 43.2%
G 48 of 250 ~ 19.2%
B 94 of 250 ~ 37.6%

%43.2
%19.2
%37.6

CMYK color model

#6C305E color CMYK value is (0,56,13,58).

  • cyan value is 0.00%
  • magenta value is 55.56%
  • yellow value is 12.96%
  • key color value is 57.65%
CMYK:
(0,56,13,58)
C0M56Y13K58 
(0%,56%,13%,58%)
(0.00/0.56/0.13/0.58)	

CMYK percentages

%0
%55.56
%12.96
%57.65

Codes

Color #6C305E in popluar color models

6C305E
RGB1084894
HSL314°38.46%30.59%
HSB/HSV314°55.56%42.35%
CMYK0.00%55.56%12.96%
57.65%

Color #6C305E in popluar number systems.

HEX6C305E
Decimal1084894
Binary11011001100001011110
Octal15460136

Shades and tints

Shades of #6C305E

#6C305E
(108,48,94)
#632C56
(99,44,86)
#5A284E
(90,40,78)
#512446
(81,36,70)
#48203E
(72,32,62)
#3F1C36
(63,28,54)
#36182E
(54,24,46)
#2D1426
(45,20,38)
#24101E
(36,16,30)
#1B0C16
(27,12,22)
#12080E
(18,8,14)
#000000
(0,0,0)

Tints of #6C305E

#6C305E
(108,48,94)
#79426C
(121,66,108)
#86547A
(134,84,122)
#936688
(147,102,136)
#A07896
(160,120,150)
#AD8AA4
(173,138,164)
#BA9CB2
(186,156,178)
#C7AEC0
(199,174,192)
#D4C0CE
(212,192,206)
#E1D2DC
(225,210,220)
#EEE4EA
(238,228,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6C305E; }

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

This text font color is #6C305E.


Background Color

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

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

This div background color is #6C305E.


Border color

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

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

This div border color is #6C305E.


Opacity

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

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

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

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

This text has shadow with #6C305E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6C305E on black background.


Color preview on white background

This text has color #6C305E on white background.



Black color preview on #6C305E background

This text has black color on #6C305E background.


White color preview on #6C305E background

This text has white color on #6C305E background.