COLOR #6C0564

HEX: #6C0564
RGB: (108,5,100)

Color info

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

RGB color model

#6C0564 color RGB value is (108,5,100).

  • red value is 108;
  • green value is 5;
  • blue value is 100.
RGB:
(108,5,100)
(42%,2%,39%)

RGB channels and saturation

R 108 of 255 = 42%
G 5 of 255 = 2%
B 100 of 255 = 39%

108
5
100

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

Portions of RGB colors in percentages

R + G + B =
108 + 5 + 100 = 213 (100%)
R 108 of 213 ~ 50.7%
G 5 of 213 ~ 2.35%
B 100 of 213 ~ 46.95%

%50.7
%46.95

CMYK color model

#6C0564 color CMYK value is (0,95,7,58).

  • cyan value is 0.00%
  • magenta value is 95.37%
  • yellow value is 7.41%
  • key color value is 57.65%
CMYK:
(0,95,7,58)
C0M95Y7K58 
(0%,95%,7%,58%)
(0.00/0.95/0.07/0.58)	

CMYK percentages

%0
%95.37
%7.41
%57.65

Codes

Color #6C0564 in popluar color models

6C0564
RGB1085100
HSL305°91.15%22.16%
HSB/HSV305°95.37%42.35%
CMYK0.00%95.37%7.41%
57.65%

Color #6C0564 in popluar number systems.

HEX6C0564
Decimal1085100
Binary11011001011100100
Octal1545144

Shades and tints

Shades of #6C0564

#6C0564
(108,5,100)
#63055B
(99,5,91)
#5A0552
(90,5,82)
#510549
(81,5,73)
#480540
(72,5,64)
#3F0537
(63,5,55)
#36052E
(54,5,46)
#2D0525
(45,5,37)
#24051C
(36,5,28)
#1B0513
(27,5,19)
#12050A
(18,5,10)
#000000
(0,0,0)

Tints of #6C0564

#6C0564
(108,5,100)
#791B72
(121,27,114)
#863180
(134,49,128)
#93478E
(147,71,142)
#A05D9C
(160,93,156)
#AD73AA
(173,115,170)
#BA89B8
(186,137,184)
#C79FC6
(199,159,198)
#D4B5D4
(212,181,212)
#E1CBE2
(225,203,226)
#EEE1F0
(238,225,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6C0564 color. Also use rgb(108,5,100) instead hex code.

Text Font Color

.myTextColor { color: #6C0564; }

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

This text font color is #6C0564.


Background Color

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

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

This div background color is #6C0564.


Border color

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

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

This div border color is #6C0564.


Opacity

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

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

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

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

This text has shadow with #6C0564 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6C0564 on black background.


Color preview on white background

This text has color #6C0564 on white background.



Black color preview on #6C0564 background

This text has black color on #6C0564 background.


White color preview on #6C0564 background

This text has white color on #6C0564 background.