COLOR #06115C

HEX: #06115C
RGB: (6,17,92)

Color info

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

RGB color model

#06115C color RGB value is (6,17,92).

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

RGB channels and saturation

R 6 of 255 = 2%
G 17 of 255 = 7%
B 92 of 255 = 36%

6
17
92

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

Portions of RGB colors in percentages

R + G + B =
6 + 17 + 92 = 115 (100%)
R 6 of 115 ~ 5.22%
G 17 of 115 ~ 14.78%
B 92 of 115 ~ 80%

%14.78
%80

CMYK color model

#06115C color CMYK value is (93,82,0,64).

  • cyan value is 93.48%
  • magenta value is 81.52%
  • yellow value is 0.00%
  • key color value is 63.92%
CMYK:
(93,82,0,64)
C93M82Y0K64 
(93%,82%,0%,64%)
(0.93/0.82/0.00/0.64)	

CMYK percentages

%93.48
%81.52
%0
%63.92

Codes

Color #06115C in popluar color models

06115C
RGB61792
HSL232°87.76%19.22%
HSB/HSV232°93.48%36.08%
CMYK93.48%81.52%0.00%
63.92%

Color #06115C in popluar number systems.

HEX06115C
Decimal61792
Binary110100011011100
Octal621134

Shades and tints

Shades of #06115C

#06115C
(6,17,92)
#061054
(6,16,84)
#060F4C
(6,15,76)
#060E44
(6,14,68)
#060D3C
(6,13,60)
#060C34
(6,12,52)
#060B2C
(6,11,44)
#060A24
(6,10,36)
#06091C
(6,9,28)
#060814
(6,8,20)
#06070C
(6,7,12)
#000000
(0,0,0)

Tints of #06115C

#06115C
(6,17,92)
#1C266A
(28,38,106)
#323B78
(50,59,120)
#485086
(72,80,134)
#5E6594
(94,101,148)
#747AA2
(116,122,162)
#8A8FB0
(138,143,176)
#A0A4BE
(160,164,190)
#B6B9CC
(182,185,204)
#CCCEDA
(204,206,218)
#E2E3E8
(226,227,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #06115C; }

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

This text font color is #06115C.


Background Color

.myBgColor { background-color: #06115C; }

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

This div background color is #06115C.


Border color

.myBorderColor { border: 1px solid #06115C; }

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

This div border color is #06115C.


Opacity

.myOpacity80 { color: #06115C; opacity: 0.8; }

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

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

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

This text has shadow with #06115C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #06115C on black background.


Color preview on white background

This text has color #06115C on white background.



Black color preview on #06115C background

This text has black color on #06115C background.


White color preview on #06115C background

This text has white color on #06115C background.