COLOR #061C66

HEX: #061C66
RGB: (6,28,102)

Color info

#061C66 contains mainly blue color. Web safe color of #061C66 is #003366 (or #036).

RGB color model

#061C66 color RGB value is (6,28,102).

  • red value is 6;
  • green value is 28;
  • blue value is 102.
RGB:
(6,28,102)
(2%,11%,40%)

RGB channels and saturation

R 6 of 255 = 2%
G 28 of 255 = 11%
B 102 of 255 = 40%

6
28
102

R + G + B ~ 18%. #061C66 is dark color.

Portions of RGB colors in percentages

R + G + B =
6 + 28 + 102 = 136 (100%)
R 6 of 136 ~ 4.41%
G 28 of 136 ~ 20.59%
B 102 of 136 ~ 75%

%20.59
%75

CMYK color model

#061C66 color CMYK value is (94,73,0,60).

  • cyan value is 94.12%
  • magenta value is 72.55%
  • yellow value is 0.00%
  • key color value is 60.00%
CMYK:
(94,73,0,60)
C94M73Y0K60 
(94%,73%,0%,60%)
(0.94/0.73/0.00/0.60)	

CMYK percentages

%94.12
%72.55
%0
%60

Codes

Color #061C66 in popluar color models

061C66
RGB628102
HSL226°88.89%21.18%
HSB/HSV226°94.12%40.00%
CMYK94.12%72.55%0.00%
60.00%

Color #061C66 in popluar number systems.

HEX061C66
Decimal628102
Binary110111001100110
Octal634146

Shades and tints

Shades of #061C66

#061C66
(6,28,102)
#061A5D
(6,26,93)
#061854
(6,24,84)
#06164B
(6,22,75)
#061442
(6,20,66)
#061239
(6,18,57)
#061030
(6,16,48)
#060E27
(6,14,39)
#060C1E
(6,12,30)
#060A15
(6,10,21)
#06080C
(6,8,12)
#000000
(0,0,0)

Tints of #061C66

#061C66
(6,28,102)
#1C3073
(28,48,115)
#324480
(50,68,128)
#48588D
(72,88,141)
#5E6C9A
(94,108,154)
#7480A7
(116,128,167)
#8A94B4
(138,148,180)
#A0A8C1
(160,168,193)
#B6BCCE
(182,188,206)
#CCD0DB
(204,208,219)
#E2E4E8
(226,228,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #061C66 color. Also use rgb(6,28,102) instead hex code.

Text Font Color

.myTextColor { color: #061C66; }

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

This text font color is #061C66.


Background Color

.myBgColor { background-color: #061C66; }

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

This div background color is #061C66.


Border color

.myBorderColor { border: 1px solid #061C66; }

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

This div border color is #061C66.


Opacity

.myOpacity80 { color: #061C66; opacity: 0.8; }

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

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

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

This text has shadow with #061C66 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #061C66 on black background.


Color preview on white background

This text has color #061C66 on white background.



Black color preview on #061C66 background

This text has black color on #061C66 background.


White color preview on #061C66 background

This text has white color on #061C66 background.