COLOR #06178C

HEX: #06178C
RGB: (6,23,140)

Color info

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

RGB color model

#06178C color RGB value is (6,23,140).

  • red value is 6;
  • green value is 23;
  • blue value is 140.
RGB:
(6,23,140)
(2%,9%,55%)

RGB channels and saturation

R 6 of 255 = 2%
G 23 of 255 = 9%
B 140 of 255 = 55%

6
23
140

R + G + B ~ 22%. #06178C is dark color.

Portions of RGB colors in percentages

R + G + B =
6 + 23 + 140 = 169 (100%)
R 6 of 169 ~ 3.55%
G 23 of 169 ~ 13.61%
B 140 of 169 ~ 82.84%

%13.61
%82.84

CMYK color model

#06178C color CMYK value is (96,84,0,45).

  • cyan value is 95.71%
  • magenta value is 83.57%
  • yellow value is 0.00%
  • key color value is 45.10%
CMYK:
(96,84,0,45)
C96M84Y0K45 
(96%,84%,0%,45%)
(0.96/0.84/0.00/0.45)	

CMYK percentages

%95.71
%83.57
%0
%45.1

Codes

Color #06178C in popluar color models

06178C
RGB623140
HSL232°91.78%28.63%
HSB/HSV232°95.71%54.90%
CMYK95.71%83.57%0.00%
45.10%

Color #06178C in popluar number systems.

HEX06178C
Decimal623140
Binary1101011110001100
Octal627214

Shades and tints

Shades of #06178C

#06178C
(6,23,140)
#061580
(6,21,128)
#061374
(6,19,116)
#061168
(6,17,104)
#060F5C
(6,15,92)
#060D50
(6,13,80)
#060B44
(6,11,68)
#060938
(6,9,56)
#06072C
(6,7,44)
#060520
(6,5,32)
#060314
(6,3,20)
#000000
(0,0,0)

Tints of #06178C

#06178C
(6,23,140)
#1C2C96
(28,44,150)
#3241A0
(50,65,160)
#4856AA
(72,86,170)
#5E6BB4
(94,107,180)
#7480BE
(116,128,190)
#8A95C8
(138,149,200)
#A0AAD2
(160,170,210)
#B6BFDC
(182,191,220)
#CCD4E6
(204,212,230)
#E2E9F0
(226,233,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #06178C color. Also use rgb(6,23,140) instead hex code.

Text Font Color

.myTextColor { color: #06178C; }

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

This text font color is #06178C.


Background Color

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

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

This div background color is #06178C.


Border color

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

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

This div border color is #06178C.


Opacity

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

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

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

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

This text has shadow with #06178C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #06178C on black background.


Color preview on white background

This text has color #06178C on white background.



Black color preview on #06178C background

This text has black color on #06178C background.


White color preview on #06178C background

This text has white color on #06178C background.