COLOR #06017F

HEX: #06017F
RGB: (6,1,127)

Color info

#06017F contains mainly blue color. Web safe color of #06017F is #000066 (or #006).

RGB color model

#06017F color RGB value is (6,1,127).

  • red value is 6;
  • green value is 1;
  • blue value is 127.
RGB:
(6,1,127)
(2%,0%,50%)

RGB channels and saturation

R 6 of 255 = 2%
G 1 of 255 = 0%
B 127 of 255 = 50%

6
1
127

R + G + B ~ 17%. #06017F is dark color.

Portions of RGB colors in percentages

R + G + B =
6 + 1 + 127 = 134 (100%)
R 6 of 134 ~ 4.48%
G 1 of 134 ~ 0.75%
B 127 of 134 ~ 94.78%

%94.78

CMYK color model

#06017F color CMYK value is (95,99,0,50).

  • cyan value is 95.28%
  • magenta value is 99.21%
  • yellow value is 0.00%
  • key color value is 50.20%
CMYK:
(95,99,0,50)
C95M99Y0K50 
(95%,99%,0%,50%)
(0.95/0.99/0.00/0.50)	

CMYK percentages

%95.28
%99.21
%0
%50.2

Codes

Color #06017F in popluar color models

06017F
RGB61127
HSL242°98.44%25.10%
HSB/HSV242°99.21%49.80%
CMYK95.28%99.21%0.00%
50.20%

Color #06017F in popluar number systems.

HEX06017F
Decimal61127
Binary11011111111
Octal61177

Shades and tints

Shades of #06017F

#06017F
(6,1,127)
#060174
(6,1,116)
#060169
(6,1,105)
#06015E
(6,1,94)
#060153
(6,1,83)
#060148
(6,1,72)
#06013D
(6,1,61)
#060132
(6,1,50)
#060127
(6,1,39)
#06011C
(6,1,28)
#060111
(6,1,17)
#000000
(0,0,0)

Tints of #06017F

#06017F
(6,1,127)
#1C188A
(28,24,138)
#322F95
(50,47,149)
#4846A0
(72,70,160)
#5E5DAB
(94,93,171)
#7474B6
(116,116,182)
#8A8BC1
(138,139,193)
#A0A2CC
(160,162,204)
#B6B9D7
(182,185,215)
#CCD0E2
(204,208,226)
#E2E7ED
(226,231,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #06017F color. Also use rgb(6,1,127) instead hex code.

Text Font Color

.myTextColor { color: #06017F; }

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

This text font color is #06017F.


Background Color

.myBgColor { background-color: #06017F; }

<div style="background-color:#06017F">Inner text</div>

This div background color is #06017F.


Border color

.myBorderColor { border: 1px solid #06017F; }

<div style="border:3px solid #06017F">Div</div>

This div border color is #06017F.


Opacity

.myOpacity80 { color: #06017F; opacity: 0.8; }

<p style="color:#06017F;opacity:0.8;">80%</p>

Text with #06017F 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 #06017F;}

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

This text has shadow with #06017F color.

.textShadow {text-shadow: 3px 3px 1px #06017F, 3px 3px 1px red;}

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

This text has shadow with #06017F primary color and red secondary color.


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

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

This text has shadow with #06017F and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #06017F on black background.


Color preview on white background

This text has color #06017F on white background.



Black color preview on #06017F background

This text has black color on #06017F background.


White color preview on #06017F background

This text has white color on #06017F background.