COLOR #060B95

HEX: #060B95
RGB: (6,11,149)

Color info

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

RGB color model

#060B95 color RGB value is (6,11,149).

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

RGB channels and saturation

R 6 of 255 = 2%
G 11 of 255 = 4%
B 149 of 255 = 58%

6
11
149

R + G + B ~ 21%. #060B95 is dark color.

Portions of RGB colors in percentages

R + G + B =
6 + 11 + 149 = 166 (100%)
R 6 of 166 ~ 3.61%
G 11 of 166 ~ 6.63%
B 149 of 166 ~ 89.76%

%89.76

CMYK color model

#060B95 color CMYK value is (96,93,0,42).

  • cyan value is 95.97%
  • magenta value is 92.62%
  • yellow value is 0.00%
  • key color value is 41.57%
CMYK:
(96,93,0,42)
C96M93Y0K42 
(96%,93%,0%,42%)
(0.96/0.93/0.00/0.42)	

CMYK percentages

%95.97
%92.62
%0
%41.57

Codes

Color #060B95 in popluar color models

060B95
RGB611149
HSL238°92.26%30.39%
HSB/HSV238°95.97%58.43%
CMYK95.97%92.62%0.00%
41.57%

Color #060B95 in popluar number systems.

HEX060B95
Decimal611149
Binary110101110010101
Octal613225

Shades and tints

Shades of #060B95

#060B95
(6,11,149)
#060A88
(6,10,136)
#06097B
(6,9,123)
#06086E
(6,8,110)
#060761
(6,7,97)
#060654
(6,6,84)
#060547
(6,5,71)
#06043A
(6,4,58)
#06032D
(6,3,45)
#060220
(6,2,32)
#060113
(6,1,19)
#000000
(0,0,0)

Tints of #060B95

#060B95
(6,11,149)
#1C219E
(28,33,158)
#3237A7
(50,55,167)
#484DB0
(72,77,176)
#5E63B9
(94,99,185)
#7479C2
(116,121,194)
#8A8FCB
(138,143,203)
#A0A5D4
(160,165,212)
#B6BBDD
(182,187,221)
#CCD1E6
(204,209,230)
#E2E7EF
(226,231,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #060B95; }

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

This text font color is #060B95.


Background Color

.myBgColor { background-color: #060B95; }

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

This div background color is #060B95.


Border color

.myBorderColor { border: 1px solid #060B95; }

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

This div border color is #060B95.


Opacity

.myOpacity80 { color: #060B95; opacity: 0.8; }

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

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

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

This text has shadow with #060B95 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #060B95 on black background.


Color preview on white background

This text has color #060B95 on white background.



Black color preview on #060B95 background

This text has black color on #060B95 background.


White color preview on #060B95 background

This text has white color on #060B95 background.