COLOR #060B58

HEX: #060B58
RGB: (6,11,88)

Color info

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

RGB color model

#060B58 color RGB value is (6,11,88).

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

RGB channels and saturation

R 6 of 255 = 2%
G 11 of 255 = 4%
B 88 of 255 = 35%

6
11
88

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

Portions of RGB colors in percentages

R + G + B =
6 + 11 + 88 = 105 (100%)
R 6 of 105 ~ 5.71%
G 11 of 105 ~ 10.48%
B 88 of 105 ~ 83.81%

%10.48
%83.81

CMYK color model

#060B58 color CMYK value is (93,88,0,65).

  • cyan value is 93.18%
  • magenta value is 87.50%
  • yellow value is 0.00%
  • key color value is 65.49%
CMYK:
(93,88,0,65)
C93M88Y0K65 
(93%,88%,0%,65%)
(0.93/0.88/0.00/0.65)	

CMYK percentages

%93.18
%87.5
%0
%65.49

Codes

Color #060B58 in popluar color models

060B58
RGB61188
HSL236°87.23%18.43%
HSB/HSV236°93.18%34.51%
CMYK93.18%87.50%0.00%
65.49%

Color #060B58 in popluar number systems.

HEX060B58
Decimal61188
Binary11010111011000
Octal613130

Shades and tints

Shades of #060B58

#060B58
(6,11,88)
#060A50
(6,10,80)
#060948
(6,9,72)
#060840
(6,8,64)
#060738
(6,7,56)
#060630
(6,6,48)
#060528
(6,5,40)
#060420
(6,4,32)
#060318
(6,3,24)
#060210
(6,2,16)
#060108
(6,1,8)
#000000
(0,0,0)

Tints of #060B58

#060B58
(6,11,88)
#1C2167
(28,33,103)
#323776
(50,55,118)
#484D85
(72,77,133)
#5E6394
(94,99,148)
#7479A3
(116,121,163)
#8A8FB2
(138,143,178)
#A0A5C1
(160,165,193)
#B6BBD0
(182,187,208)
#CCD1DF
(204,209,223)
#E2E7EE
(226,231,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #060B58; }

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

This text font color is #060B58.


Background Color

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

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

This div background color is #060B58.


Border color

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

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

This div border color is #060B58.


Opacity

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

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

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

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

This text has shadow with #060B58 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #060B58 on black background.


Color preview on white background

This text has color #060B58 on white background.



Black color preview on #060B58 background

This text has black color on #060B58 background.


White color preview on #060B58 background

This text has white color on #060B58 background.