COLOR #060782

HEX: #060782
RGB: (6,7,130)

Color info

#060782 contains mainly blue color. Web safe color of #060782 is #000099 (or #009).

RGB color model

#060782 color RGB value is (6,7,130).

  • red value is 6;
  • green value is 7;
  • blue value is 130.
RGB:
(6,7,130)
(2%,3%,51%)

RGB channels and saturation

R 6 of 255 = 2%
G 7 of 255 = 3%
B 130 of 255 = 51%

6
7
130

R + G + B ~ 19%. #060782 is dark color.

Portions of RGB colors in percentages

R + G + B =
6 + 7 + 130 = 143 (100%)
R 6 of 143 ~ 4.2%
G 7 of 143 ~ 4.9%
B 130 of 143 ~ 90.91%

%90.91

CMYK color model

#060782 color CMYK value is (95,95,0,49).

  • cyan value is 95.38%
  • magenta value is 94.62%
  • yellow value is 0.00%
  • key color value is 49.02%
CMYK:
(95,95,0,49)
C95M95Y0K49 
(95%,95%,0%,49%)
(0.95/0.95/0.00/0.49)	

CMYK percentages

%95.38
%94.62
%0
%49.02

Codes

Color #060782 in popluar color models

060782
RGB67130
HSL240°91.18%26.67%
HSB/HSV240°95.38%50.98%
CMYK95.38%94.62%0.00%
49.02%

Color #060782 in popluar number systems.

HEX060782
Decimal67130
Binary11011110000010
Octal67202

Shades and tints

Shades of #060782

#060782
(6,7,130)
#060777
(6,7,119)
#06076C
(6,7,108)
#060761
(6,7,97)
#060756
(6,7,86)
#06074B
(6,7,75)
#060740
(6,7,64)
#060735
(6,7,53)
#06072A
(6,7,42)
#06071F
(6,7,31)
#060714
(6,7,20)
#000000
(0,0,0)

Tints of #060782

#060782
(6,7,130)
#1C1D8D
(28,29,141)
#323398
(50,51,152)
#4849A3
(72,73,163)
#5E5FAE
(94,95,174)
#7475B9
(116,117,185)
#8A8BC4
(138,139,196)
#A0A1CF
(160,161,207)
#B6B7DA
(182,183,218)
#CCCDE5
(204,205,229)
#E2E3F0
(226,227,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #060782 color. Also use rgb(6,7,130) instead hex code.

Text Font Color

.myTextColor { color: #060782; }

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

This text font color is #060782.


Background Color

.myBgColor { background-color: #060782; }

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

This div background color is #060782.


Border color

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

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

This div border color is #060782.


Opacity

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

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

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

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

This text has shadow with #060782 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #060782 on black background.


Color preview on white background

This text has color #060782 on white background.



Black color preview on #060782 background

This text has black color on #060782 background.


White color preview on #060782 background

This text has white color on #060782 background.