COLOR #060295

HEX: #060295
RGB: (6,2,149)

Color info

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

RGB color model

#060295 color RGB value is (6,2,149).

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

RGB channels and saturation

R 6 of 255 = 2%
G 2 of 255 = 1%
B 149 of 255 = 58%

6
2
149

R + G + B ~ 20%. #060295 is dark color.

Portions of RGB colors in percentages

R + G + B =
6 + 2 + 149 = 157 (100%)
R 6 of 157 ~ 3.82%
G 2 of 157 ~ 1.27%
B 149 of 157 ~ 94.9%

%94.9

CMYK color model

#060295 color CMYK value is (96,99,0,42).

  • cyan value is 95.97%
  • magenta value is 98.66%
  • yellow value is 0.00%
  • key color value is 41.57%
CMYK:
(96,99,0,42)
C96M99Y0K42 
(96%,99%,0%,42%)
(0.96/0.99/0.00/0.42)	

CMYK percentages

%95.97
%98.66
%0
%41.57

Codes

Color #060295 in popluar color models

060295
RGB62149
HSL242°97.35%29.61%
HSB/HSV242°98.66%58.43%
CMYK95.97%98.66%0.00%
41.57%

Color #060295 in popluar number systems.

HEX060295
Decimal62149
Binary1101010010101
Octal62225

Shades and tints

Shades of #060295

#060295
(6,2,149)
#060288
(6,2,136)
#06027B
(6,2,123)
#06026E
(6,2,110)
#060261
(6,2,97)
#060254
(6,2,84)
#060247
(6,2,71)
#06023A
(6,2,58)
#06022D
(6,2,45)
#060220
(6,2,32)
#060213
(6,2,19)
#000000
(0,0,0)

Tints of #060295

#060295
(6,2,149)
#1C199E
(28,25,158)
#3230A7
(50,48,167)
#4847B0
(72,71,176)
#5E5EB9
(94,94,185)
#7475C2
(116,117,194)
#8A8CCB
(138,140,203)
#A0A3D4
(160,163,212)
#B6BADD
(182,186,221)
#CCD1E6
(204,209,230)
#E2E8EF
(226,232,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #060295; }

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

This text font color is #060295.


Background Color

.myBgColor { background-color: #060295; }

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

This div background color is #060295.


Border color

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

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

This div border color is #060295.


Opacity

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

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

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

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

This text has shadow with #060295 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #060295 on black background.


Color preview on white background

This text has color #060295 on white background.



Black color preview on #060295 background

This text has black color on #060295 background.


White color preview on #060295 background

This text has white color on #060295 background.