COLOR #6C1A5A

HEX: #6C1A5A
RGB: (108,26,90)

Color info

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

RGB color model

#6C1A5A color RGB value is (108,26,90).

  • red value is 108;
  • green value is 26;
  • blue value is 90.
RGB:
(108,26,90)
(42%,10%,35%)

RGB channels and saturation

R 108 of 255 = 42%
G 26 of 255 = 10%
B 90 of 255 = 35%

108
26
90

R + G + B ~ 29%. #6C1A5A is quite dark color.

Portions of RGB colors in percentages

R + G + B =
108 + 26 + 90 = 224 (100%)
R 108 of 224 ~ 48.21%
G 26 of 224 ~ 11.61%
B 90 of 224 ~ 40.18%

%48.21
%11.61
%40.18

CMYK color model

#6C1A5A color CMYK value is (0,76,17,58).

  • cyan value is 0.00%
  • magenta value is 75.93%
  • yellow value is 16.67%
  • key color value is 57.65%
CMYK:
(0,76,17,58)
C0M76Y17K58 
(0%,76%,17%,58%)
(0.00/0.76/0.17/0.58)	

CMYK percentages

%0
%75.93
%16.67
%57.65

Codes

Color #6C1A5A in popluar color models

6C1A5A
RGB1082690
HSL313°61.19%26.27%
HSB/HSV313°75.93%42.35%
CMYK0.00%75.93%16.67%
57.65%

Color #6C1A5A in popluar number systems.

HEX6C1A5A
Decimal1082690
Binary1101100110101011010
Octal15432132

Shades and tints

Shades of #6C1A5A

#6C1A5A
(108,26,90)
#631852
(99,24,82)
#5A164A
(90,22,74)
#511442
(81,20,66)
#48123A
(72,18,58)
#3F1032
(63,16,50)
#360E2A
(54,14,42)
#2D0C22
(45,12,34)
#240A1A
(36,10,26)
#1B0812
(27,8,18)
#12060A
(18,6,10)
#000000
(0,0,0)

Tints of #6C1A5A

#6C1A5A
(108,26,90)
#792E69
(121,46,105)
#864278
(134,66,120)
#935687
(147,86,135)
#A06A96
(160,106,150)
#AD7EA5
(173,126,165)
#BA92B4
(186,146,180)
#C7A6C3
(199,166,195)
#D4BAD2
(212,186,210)
#E1CEE1
(225,206,225)
#EEE2F0
(238,226,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6C1A5A color. Also use rgb(108,26,90) instead hex code.

Text Font Color

.myTextColor { color: #6C1A5A; }

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

This text font color is #6C1A5A.


Background Color

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

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

This div background color is #6C1A5A.


Border color

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

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

This div border color is #6C1A5A.


Opacity

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

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

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

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

This text has shadow with #6C1A5A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6C1A5A on black background.


Color preview on white background

This text has color #6C1A5A on white background.



Black color preview on #6C1A5A background

This text has black color on #6C1A5A background.


White color preview on #6C1A5A background

This text has white color on #6C1A5A background.