COLOR #6A007F

HEX: #6A007F
RGB: (106,0,127)

Color info

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

RGB color model

#6A007F color RGB value is (106,0,127).

  • red value is 106;
  • green value is 0;
  • blue value is 127.
RGB:
(106,0,127)
(42%,0%,50%)

RGB channels and saturation

R 106 of 255 = 42%
G 0 of 255 = 0%
B 127 of 255 = 50%

106
0
127

R + G + B ~ 31%. #6A007F is quite dark color.

Portions of RGB colors in percentages

R + G + B =
106 + 0 + 127 = 233 (100%)
R 106 of 233 ~ 45.49%
G 0 of 233 ~ 0%
B 127 of 233 ~ 54.51%

%45.49
%54.51

CMYK color model

#6A007F color CMYK value is (17,100,0,50).

  • cyan value is 16.54%
  • magenta value is 100.00%
  • yellow value is 0.00%
  • key color value is 50.20%
CMYK:
(17,100,0,50)
C17M100Y0K50 
(17%,100%,0%,50%)
(0.17/1.00/0.00/0.50)	

CMYK percentages

%16.54
%100
%0
%50.2

Codes

Color #6A007F in popluar color models

6A007F
RGB1060127
HSL290°100.00%24.90%
HSB/HSV290°100.00%49.80%
CMYK16.54%100.00%0.00%
50.20%

Color #6A007F in popluar number systems.

HEX6A007F
Decimal1060127
Binary110101001111111
Octal1520177

Shades and tints

Shades of #6A007F

#6A007F
(106,0,127)
#610074
(97,0,116)
#580069
(88,0,105)
#4F005E
(79,0,94)
#460053
(70,0,83)
#3D0048
(61,0,72)
#34003D
(52,0,61)
#2B0032
(43,0,50)
#220027
(34,0,39)
#19001C
(25,0,28)
#100011
(16,0,17)
#000000
(0,0,0)

Tints of #6A007F

#6A007F
(106,0,127)
#77178A
(119,23,138)
#842E95
(132,46,149)
#9145A0
(145,69,160)
#9E5CAB
(158,92,171)
#AB73B6
(171,115,182)
#B88AC1
(184,138,193)
#C5A1CC
(197,161,204)
#D2B8D7
(210,184,215)
#DFCFE2
(223,207,226)
#ECE6ED
(236,230,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6A007F color. Also use rgb(106,0,127) instead hex code.

Text Font Color

.myTextColor { color: #6A007F; }

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

This text font color is #6A007F.


Background Color

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

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

This div background color is #6A007F.


Border color

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

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

This div border color is #6A007F.


Opacity

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

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

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

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

This text has shadow with #6A007F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6A007F on black background.


Color preview on white background

This text has color #6A007F on white background.



Black color preview on #6A007F background

This text has black color on #6A007F background.


White color preview on #6A007F background

This text has white color on #6A007F background.