COLOR #06007E

HEX: #06007E
RGB: (6,0,126)

Color info

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

RGB color model

#06007E color RGB value is (6,0,126).

  • red value is 6;
  • green value is 0;
  • blue value is 126.
RGB:
(6,0,126)
(2%,0%,49%)

RGB channels and saturation

R 6 of 255 = 2%
G 0 of 255 = 0%
B 126 of 255 = 49%

6
0
126

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

Portions of RGB colors in percentages

R + G + B =
6 + 0 + 126 = 132 (100%)
R 6 of 132 ~ 4.55%
G 0 of 132 ~ 0%
B 126 of 132 ~ 95.45%

%95.45

CMYK color model

#06007E color CMYK value is (95,100,0,51).

  • cyan value is 95.24%
  • magenta value is 100.00%
  • yellow value is 0.00%
  • key color value is 50.59%
CMYK:
(95,100,0,51)
C95M100Y0K51 
(95%,100%,0%,51%)
(0.95/1.00/0.00/0.51)	

CMYK percentages

%95.24
%100
%0
%50.59

Codes

Color #06007E in popluar color models

06007E
RGB60126
HSL243°100.00%24.71%
HSB/HSV243°100.00%49.41%
CMYK95.24%100.00%0.00%
50.59%

Color #06007E in popluar number systems.

HEX06007E
Decimal60126
Binary11001111110
Octal60176

Shades and tints

Shades of #06007E

#06007E
(6,0,126)
#060073
(6,0,115)
#060068
(6,0,104)
#06005D
(6,0,93)
#060052
(6,0,82)
#060047
(6,0,71)
#06003C
(6,0,60)
#060031
(6,0,49)
#060026
(6,0,38)
#06001B
(6,0,27)
#060010
(6,0,16)
#000000
(0,0,0)

Tints of #06007E

#06007E
(6,0,126)
#1C1789
(28,23,137)
#322E94
(50,46,148)
#48459F
(72,69,159)
#5E5CAA
(94,92,170)
#7473B5
(116,115,181)
#8A8AC0
(138,138,192)
#A0A1CB
(160,161,203)
#B6B8D6
(182,184,214)
#CCCFE1
(204,207,225)
#E2E6EC
(226,230,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #06007E; }

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

This text font color is #06007E.


Background Color

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

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

This div background color is #06007E.


Border color

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

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

This div border color is #06007E.


Opacity

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

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

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

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

This text has shadow with #06007E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #06007E on black background.


Color preview on white background

This text has color #06007E on white background.



Black color preview on #06007E background

This text has black color on #06007E background.


White color preview on #06007E background

This text has white color on #06007E background.