COLOR #061159

HEX: #061159
RGB: (6,17,89)

Color info

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

RGB color model

#061159 color RGB value is (6,17,89).

  • red value is 6;
  • green value is 17;
  • blue value is 89.
RGB:
(6,17,89)
(2%,7%,35%)

RGB channels and saturation

R 6 of 255 = 2%
G 17 of 255 = 7%
B 89 of 255 = 35%

6
17
89

R + G + B ~ 15%. #061159 is dark color.

Portions of RGB colors in percentages

R + G + B =
6 + 17 + 89 = 112 (100%)
R 6 of 112 ~ 5.36%
G 17 of 112 ~ 15.18%
B 89 of 112 ~ 79.46%

%15.18
%79.46

CMYK color model

#061159 color CMYK value is (93,81,0,65).

  • cyan value is 93.26%
  • magenta value is 80.90%
  • yellow value is 0.00%
  • key color value is 65.10%
CMYK:
(93,81,0,65)
C93M81Y0K65 
(93%,81%,0%,65%)
(0.93/0.81/0.00/0.65)	

CMYK percentages

%93.26
%80.9
%0
%65.1

Codes

Color #061159 in popluar color models

061159
RGB61789
HSL232°87.37%18.63%
HSB/HSV232°93.26%34.90%
CMYK93.26%80.90%0.00%
65.10%

Color #061159 in popluar number systems.

HEX061159
Decimal61789
Binary110100011011001
Octal621131

Shades and tints

Shades of #061159

#061159
(6,17,89)
#061051
(6,16,81)
#060F49
(6,15,73)
#060E41
(6,14,65)
#060D39
(6,13,57)
#060C31
(6,12,49)
#060B29
(6,11,41)
#060A21
(6,10,33)
#060919
(6,9,25)
#060811
(6,8,17)
#060709
(6,7,9)
#000000
(0,0,0)

Tints of #061159

#061159
(6,17,89)
#1C2668
(28,38,104)
#323B77
(50,59,119)
#485086
(72,80,134)
#5E6595
(94,101,149)
#747AA4
(116,122,164)
#8A8FB3
(138,143,179)
#A0A4C2
(160,164,194)
#B6B9D1
(182,185,209)
#CCCEE0
(204,206,224)
#E2E3EF
(226,227,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #061159 color. Also use rgb(6,17,89) instead hex code.

Text Font Color

.myTextColor { color: #061159; }

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

This text font color is #061159.


Background Color

.myBgColor { background-color: #061159; }

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

This div background color is #061159.


Border color

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

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

This div border color is #061159.


Opacity

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

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

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

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

This text has shadow with #061159 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #061159 on black background.


Color preview on white background

This text has color #061159 on white background.



Black color preview on #061159 background

This text has black color on #061159 background.


White color preview on #061159 background

This text has white color on #061159 background.