COLOR #060260

HEX: #060260
RGB: (6,2,96)

Color info

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

RGB color model

#060260 color RGB value is (6,2,96).

  • red value is 6;
  • green value is 2;
  • blue value is 96.
RGB:
(6,2,96)
(2%,1%,38%)

RGB channels and saturation

R 6 of 255 = 2%
G 2 of 255 = 1%
B 96 of 255 = 38%

6
2
96

R + G + B ~ 14%. #060260 is dark color.

Portions of RGB colors in percentages

R + G + B =
6 + 2 + 96 = 104 (100%)
R 6 of 104 ~ 5.77%
G 2 of 104 ~ 1.92%
B 96 of 104 ~ 92.31%

%92.31

CMYK color model

#060260 color CMYK value is (94,98,0,62).

  • cyan value is 93.75%
  • magenta value is 97.92%
  • yellow value is 0.00%
  • key color value is 62.35%
CMYK:
(94,98,0,62)
C94M98Y0K62 
(94%,98%,0%,62%)
(0.94/0.98/0.00/0.62)	

CMYK percentages

%93.75
%97.92
%0
%62.35

Codes

Color #060260 in popluar color models

060260
RGB6296
HSL243°95.92%19.22%
HSB/HSV243°97.92%37.65%
CMYK93.75%97.92%0.00%
62.35%

Color #060260 in popluar number systems.

HEX060260
Decimal6296
Binary110101100000
Octal62140

Shades and tints

Shades of #060260

#060260
(6,2,96)
#060258
(6,2,88)
#060250
(6,2,80)
#060248
(6,2,72)
#060240
(6,2,64)
#060238
(6,2,56)
#060230
(6,2,48)
#060228
(6,2,40)
#060220
(6,2,32)
#060218
(6,2,24)
#060210
(6,2,16)
#000000
(0,0,0)

Tints of #060260

#060260
(6,2,96)
#1C196E
(28,25,110)
#32307C
(50,48,124)
#48478A
(72,71,138)
#5E5E98
(94,94,152)
#7475A6
(116,117,166)
#8A8CB4
(138,140,180)
#A0A3C2
(160,163,194)
#B6BAD0
(182,186,208)
#CCD1DE
(204,209,222)
#E2E8EC
(226,232,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #060260 color. Also use rgb(6,2,96) instead hex code.

Text Font Color

.myTextColor { color: #060260; }

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

This text font color is #060260.


Background Color

.myBgColor { background-color: #060260; }

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

This div background color is #060260.


Border color

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

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

This div border color is #060260.


Opacity

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

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

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

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

This text has shadow with #060260 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #060260 on black background.


Color preview on white background

This text has color #060260 on white background.



Black color preview on #060260 background

This text has black color on #060260 background.


White color preview on #060260 background

This text has white color on #060260 background.