COLOR #066C9A

HEX: #066C9A
RGB: (6,108,154)

Color info

#066C9A contains mainly green and blue colors. Web safe color of #066C9A is #006699 (or #069).

RGB color model

#066C9A color RGB value is (6,108,154).

  • red value is 6;
  • green value is 108;
  • blue value is 154.
RGB:
(6,108,154)
(2%,42%,60%)

RGB channels and saturation

R 6 of 255 = 2%
G 108 of 255 = 42%
B 154 of 255 = 60%

6
108
154

R + G + B ~ 35%. #066C9A is quite dark color.

Portions of RGB colors in percentages

R + G + B =
6 + 108 + 154 = 268 (100%)
R 6 of 268 ~ 2.24%
G 108 of 268 ~ 40.3%
B 154 of 268 ~ 57.46%

%40.3
%57.46

CMYK color model

#066C9A color CMYK value is (96,30,0,40).

  • cyan value is 96.10%
  • magenta value is 29.87%
  • yellow value is 0.00%
  • key color value is 39.61%
CMYK:
(96,30,0,40)
C96M30Y0K40 
(96%,30%,0%,40%)
(0.96/0.30/0.00/0.40)	

CMYK percentages

%96.1
%29.87
%0
%39.61

Codes

Color #066C9A in popluar color models

066C9A
RGB6108154
HSL199°92.50%31.37%
HSB/HSV199°96.10%60.39%
CMYK96.10%29.87%0.00%
39.61%

Color #066C9A in popluar number systems.

HEX066C9A
Decimal6108154
Binary110110110010011010
Octal6154232

Shades and tints

Shades of #066C9A

#066C9A
(6,108,154)
#06638C
(6,99,140)
#065A7E
(6,90,126)
#065170
(6,81,112)
#064862
(6,72,98)
#063F54
(6,63,84)
#063646
(6,54,70)
#062D38
(6,45,56)
#06242A
(6,36,42)
#061B1C
(6,27,28)
#06120E
(6,18,14)
#000000
(0,0,0)

Tints of #066C9A

#066C9A
(6,108,154)
#1C79A3
(28,121,163)
#3286AC
(50,134,172)
#4893B5
(72,147,181)
#5EA0BE
(94,160,190)
#74ADC7
(116,173,199)
#8ABAD0
(138,186,208)
#A0C7D9
(160,199,217)
#B6D4E2
(182,212,226)
#CCE1EB
(204,225,235)
#E2EEF4
(226,238,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #066C9A color. Also use rgb(6,108,154) instead hex code.

Text Font Color

.myTextColor { color: #066C9A; }

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

This text font color is #066C9A.


Background Color

.myBgColor { background-color: #066C9A; }

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

This div background color is #066C9A.


Border color

.myBorderColor { border: 1px solid #066C9A; }

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

This div border color is #066C9A.


Opacity

.myOpacity80 { color: #066C9A; opacity: 0.8; }

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

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

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

This text has shadow with #066C9A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #066C9A on black background.


Color preview on white background

This text has color #066C9A on white background.



Black color preview on #066C9A background

This text has black color on #066C9A background.


White color preview on #066C9A background

This text has white color on #066C9A background.