COLOR #6D01A4

HEX: #6D01A4
RGB: (109,1,164)

Color info

#6D01A4 contains mainly red and blue colors. Web safe color of #6D01A4 is #660099 (or #609).

RGB color model

#6D01A4 color RGB value is (109,1,164).

  • red value is 109;
  • green value is 1;
  • blue value is 164.
RGB:
(109,1,164)
(43%,0%,64%)

RGB channels and saturation

R 109 of 255 = 43%
G 1 of 255 = 0%
B 164 of 255 = 64%

109
1
164

R + G + B ~ 36%. #6D01A4 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
109 + 1 + 164 = 274 (100%)
R 109 of 274 ~ 39.78%
G 1 of 274 ~ 0.36%
B 164 of 274 ~ 59.85%

%39.78
%59.85

CMYK color model

#6D01A4 color CMYK value is (34,99,0,36).

  • cyan value is 33.54%
  • magenta value is 99.39%
  • yellow value is 0.00%
  • key color value is 35.69%
CMYK:
(34,99,0,36)
C34M99Y0K36 
(34%,99%,0%,36%)
(0.34/0.99/0.00/0.36)	

CMYK percentages

%33.54
%99.39
%0
%35.69

Codes

Color #6D01A4 in popluar color models

6D01A4
RGB1091164
HSL280°98.79%32.35%
HSB/HSV280°99.39%64.31%
CMYK33.54%99.39%0.00%
35.69%

Color #6D01A4 in popluar number systems.

HEX6D01A4
Decimal1091164
Binary1101101110100100
Octal1551244

Shades and tints

Shades of #6D01A4

#6D01A4
(109,1,164)
#640196
(100,1,150)
#5B0188
(91,1,136)
#52017A
(82,1,122)
#49016C
(73,1,108)
#40015E
(64,1,94)
#370150
(55,1,80)
#2E0142
(46,1,66)
#250134
(37,1,52)
#1C0126
(28,1,38)
#130118
(19,1,24)
#000000
(0,0,0)

Tints of #6D01A4

#6D01A4
(109,1,164)
#7A18AC
(122,24,172)
#872FB4
(135,47,180)
#9446BC
(148,70,188)
#A15DC4
(161,93,196)
#AE74CC
(174,116,204)
#BB8BD4
(187,139,212)
#C8A2DC
(200,162,220)
#D5B9E4
(213,185,228)
#E2D0EC
(226,208,236)
#EFE7F4
(239,231,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6D01A4 color. Also use rgb(109,1,164) instead hex code.

Text Font Color

.myTextColor { color: #6D01A4; }

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

This text font color is #6D01A4.


Background Color

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

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

This div background color is #6D01A4.


Border color

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

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

This div border color is #6D01A4.


Opacity

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

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

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

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

This text has shadow with #6D01A4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6D01A4 on black background.


Color preview on white background

This text has color #6D01A4 on white background.



Black color preview on #6D01A4 background

This text has black color on #6D01A4 background.


White color preview on #6D01A4 background

This text has white color on #6D01A4 background.