COLOR #06007F

HEX: #06007F RGB: (6,0,127)

Color info

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

RGB color model

#06007F color RGB value is (6,0,127).

RGB: (6,0,127) (2%, 0%, 50%)

RGB channels and saturation

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

6
0
127

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

Portions of RGB colors in percentages

R + G + B = 6 + 0 + 127 = 133 (100%)
R 6 of 133 ~ 4.51%
G 0 of 133 ~ 0%
B 127 of 133 ~ 95.49'%

%95.49

CMYK color model

#06007F color CMYK value is (95,100,0,50).

  • cyan value is 95.28%
  • magenta value is 100.00%
  • yellow value is 0.00%
  • key color value is 50.20%

CMYK: (95,100,0,50)
C95M100Y0K50 (95%, 100%, 0%, 50%)
(0.95 / 1.00 / 0.00 / 0.50)

CMYK percentages

%95.28
%100
%0
%50.2

Codes

Color #06007F in popluar color models

06 00 7F
RGB 6 0 127
HSL 243° 100.00% 24.90%
HSB/HSV 243° 100.00% 49.80%
CMYK 95.28% 100.00% 0.00%
50.20%

Color #06007F in popluar number systems.

HEX 06 00 7F
Decimal 6 0 127
Binary 110 0 1111111
Octal 6 0 177

Shades and tints

Shades of #06007F

#06007F
(6,0,127)
#060074
(6,0,116)
#060069
(6,0,105)
#06005E
(6,0,94)
#060053
(6,0,83)
#060048
(6,0,72)
#06003D
(6,0,61)
#060032
(6,0,50)
#060027
(6,0,39)
#06001C
(6,0,28)
#060011
(6,0,17)
#000000
(0,0,0)

Tints of #06007F

#06007F
(6,0,127)
#1C178A
(28,23,138)
#322E95
(50,46,149)
#4845A0
(72,69,160)
#5E5CAB
(94,92,171)
#7473B6
(116,115,182)
#8A8AC1
(138,138,193)
#A0A1CC
(160,161,204)
#B6B8D7
(182,184,215)
#CCCFE2
(204,207,226)
#E2E6ED
(226,230,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #06007F; }

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

This text font color is #06007F.

Background Color

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

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

This div background color is #06007F.

Border color

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

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

This div border color is #06007F.

Opacity

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

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

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

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

This text has shadow with #06007F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #06007F.

Preview

Color preview on black background

This text has color #06007F on black background.


Color preview on white background

This text has color #06007F on white background.


Black color preview on #06007F background

This text has black color on #06007F background.


White color preview on #06007F background

This text has white color on #06007F background.


Related colors

Complementary color

Complementary color for #hex is #F9FF80.


I love getcolorcode.com

Triadic colors

1 #7F0600 and #007F06 with #06007F are triadic colors.

2 #7F0006 and #00067F with #06007F are triadic colors.