COLOR #6C1A58

HEX: #6C1A58
RGB: (108,26,88)

Color info

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

RGB color model

#6C1A58 color RGB value is (108,26,88).

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

RGB channels and saturation

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

108
26
88

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

Portions of RGB colors in percentages

R + G + B =
108 + 26 + 88 = 222 (100%)
R 108 of 222 ~ 48.65%
G 26 of 222 ~ 11.71%
B 88 of 222 ~ 39.64%

%48.65
%11.71
%39.64

CMYK color model

#6C1A58 color CMYK value is (0,76,19,58).

  • cyan value is 0.00%
  • magenta value is 75.93%
  • yellow value is 18.52%
  • key color value is 57.65%
CMYK:
(0,76,19,58)
C0M76Y19K58 
(0%,76%,19%,58%)
(0.00/0.76/0.19/0.58)	

CMYK percentages

%0
%75.93
%18.52
%57.65

Codes

Color #6C1A58 in popluar color models

6C1A58
RGB1082688
HSL315°61.19%26.27%
HSB/HSV315°75.93%42.35%
CMYK0.00%75.93%18.52%
57.65%

Color #6C1A58 in popluar number systems.

HEX6C1A58
Decimal1082688
Binary1101100110101011000
Octal15432130

Shades and tints

Shades of #6C1A58

#6C1A58
(108,26,88)
#631850
(99,24,80)
#5A1648
(90,22,72)
#511440
(81,20,64)
#481238
(72,18,56)
#3F1030
(63,16,48)
#360E28
(54,14,40)
#2D0C20
(45,12,32)
#240A18
(36,10,24)
#1B0810
(27,8,16)
#120608
(18,6,8)
#000000
(0,0,0)

Tints of #6C1A58

#6C1A58
(108,26,88)
#792E67
(121,46,103)
#864276
(134,66,118)
#935685
(147,86,133)
#A06A94
(160,106,148)
#AD7EA3
(173,126,163)
#BA92B2
(186,146,178)
#C7A6C1
(199,166,193)
#D4BAD0
(212,186,208)
#E1CEDF
(225,206,223)
#EEE2EE
(238,226,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6C1A58; }

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

This text font color is #6C1A58.


Background Color

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

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

This div background color is #6C1A58.


Border color

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

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

This div border color is #6C1A58.


Opacity

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

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

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

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

This text has shadow with #6C1A58 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6C1A58 on black background.


Color preview on white background

This text has color #6C1A58 on white background.



Black color preview on #6C1A58 background

This text has black color on #6C1A58 background.


White color preview on #6C1A58 background

This text has white color on #6C1A58 background.