COLOR #6C1464

HEX: #6C1464
RGB: (108,20,100)

Color info

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

RGB color model

#6C1464 color RGB value is (108,20,100).

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

RGB channels and saturation

R 108 of 255 = 42%
G 20 of 255 = 8%
B 100 of 255 = 39%

108
20
100

R + G + B ~ 30%. #6C1464 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
108 + 20 + 100 = 228 (100%)
R 108 of 228 ~ 47.37%
G 20 of 228 ~ 8.77%
B 100 of 228 ~ 43.86%

%47.37
%43.86

CMYK color model

#6C1464 color CMYK value is (0,81,7,58).

  • cyan value is 0.00%
  • magenta value is 81.48%
  • yellow value is 7.41%
  • key color value is 57.65%
CMYK:
(0,81,7,58)
C0M81Y7K58 
(0%,81%,7%,58%)
(0.00/0.81/0.07/0.58)	

CMYK percentages

%0
%81.48
%7.41
%57.65

Codes

Color #6C1464 in popluar color models

6C1464
RGB10820100
HSL305°68.75%25.10%
HSB/HSV305°81.48%42.35%
CMYK0.00%81.48%7.41%
57.65%

Color #6C1464 in popluar number systems.

HEX6C1464
Decimal10820100
Binary1101100101001100100
Octal15424144

Shades and tints

Shades of #6C1464

#6C1464
(108,20,100)
#63135B
(99,19,91)
#5A1252
(90,18,82)
#511149
(81,17,73)
#481040
(72,16,64)
#3F0F37
(63,15,55)
#360E2E
(54,14,46)
#2D0D25
(45,13,37)
#240C1C
(36,12,28)
#1B0B13
(27,11,19)
#120A0A
(18,10,10)
#000000
(0,0,0)

Tints of #6C1464

#6C1464
(108,20,100)
#792972
(121,41,114)
#863E80
(134,62,128)
#93538E
(147,83,142)
#A0689C
(160,104,156)
#AD7DAA
(173,125,170)
#BA92B8
(186,146,184)
#C7A7C6
(199,167,198)
#D4BCD4
(212,188,212)
#E1D1E2
(225,209,226)
#EEE6F0
(238,230,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6C1464; }

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

This text font color is #6C1464.


Background Color

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

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

This div background color is #6C1464.


Border color

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

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

This div border color is #6C1464.


Opacity

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

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

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

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

This text has shadow with #6C1464 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6C1464 on black background.


Color preview on white background

This text has color #6C1464 on white background.



Black color preview on #6C1464 background

This text has black color on #6C1464 background.


White color preview on #6C1464 background

This text has white color on #6C1464 background.