COLOR #060046

HEX: #060046
RGB: (6,0,70)

Color info

#060046 contains mainly blue color. Web safe color of #060046 is #000033 (or #003).

RGB color model

#060046 color RGB value is (6,0,70).

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

RGB channels and saturation

R 6 of 255 = 2%
G 0 of 255 = 0%
B 70 of 255 = 27%

6
0
70

R + G + B ~ 10%. #060046 is dark color.

Portions of RGB colors in percentages

R + G + B =
6 + 0 + 70 = 76 (100%)
R 6 of 76 ~ 7.89%
G 0 of 76 ~ 0%
B 70 of 76 ~ 92.11%

%92.11

CMYK color model

#060046 color CMYK value is (91,100,0,73).

  • cyan value is 91.43%
  • magenta value is 100.00%
  • yellow value is 0.00%
  • key color value is 72.55%
CMYK:
(91,100,0,73)
C91M100Y0K73 
(91%,100%,0%,73%)
(0.91/1.00/0.00/0.73)	

CMYK percentages

%91.43
%100
%0
%72.55

Codes

Color #060046 in popluar color models

060046
RGB6070
HSL245°100.00%13.73%
HSB/HSV245°100.00%27.45%
CMYK91.43%100.00%0.00%
72.55%

Color #060046 in popluar number systems.

HEX060046
Decimal6070
Binary11001000110
Octal60106

Shades and tints

Shades of #060046

#060046
(6,0,70)
#060040
(6,0,64)
#06003A
(6,0,58)
#060034
(6,0,52)
#06002E
(6,0,46)
#060028
(6,0,40)
#060022
(6,0,34)
#06001C
(6,0,28)
#060016
(6,0,22)
#060010
(6,0,16)
#06000A
(6,0,10)
#000000
(0,0,0)

Tints of #060046

#060046
(6,0,70)
#1C1756
(28,23,86)
#322E66
(50,46,102)
#484576
(72,69,118)
#5E5C86
(94,92,134)
#747396
(116,115,150)
#8A8AA6
(138,138,166)
#A0A1B6
(160,161,182)
#B6B8C6
(182,184,198)
#CCCFD6
(204,207,214)
#E2E6E6
(226,230,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #060046; }

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

This text font color is #060046.


Background Color

.myBgColor { background-color: #060046; }

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

This div background color is #060046.


Border color

.myBorderColor { border: 1px solid #060046; }

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

This div border color is #060046.


Opacity

.myOpacity80 { color: #060046; opacity: 0.8; }

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

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

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

This text has shadow with #060046 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #060046 on black background.


Color preview on white background

This text has color #060046 on white background.



Black color preview on #060046 background

This text has black color on #060046 background.


White color preview on #060046 background

This text has white color on #060046 background.