COLOR #066A9C

HEX: #066A9C
RGB: (6,106,156)

Color info

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

RGB color model

#066A9C color RGB value is (6,106,156).

  • red value is 6;
  • green value is 106;
  • blue value is 156.
RGB:
(6,106,156)
(2%,42%,61%)

RGB channels and saturation

R 6 of 255 = 2%
G 106 of 255 = 42%
B 156 of 255 = 61%

6
106
156

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

Portions of RGB colors in percentages

R + G + B =
6 + 106 + 156 = 268 (100%)
R 6 of 268 ~ 2.24%
G 106 of 268 ~ 39.55%
B 156 of 268 ~ 58.21%

%39.55
%58.21

CMYK color model

#066A9C color CMYK value is (96,32,0,39).

  • cyan value is 96.15%
  • magenta value is 32.05%
  • yellow value is 0.00%
  • key color value is 38.82%
CMYK:
(96,32,0,39)
C96M32Y0K39 
(96%,32%,0%,39%)
(0.96/0.32/0.00/0.39)	

CMYK percentages

%96.15
%32.05
%0
%38.82

Codes

Color #066A9C in popluar color models

066A9C
RGB6106156
HSL200°92.59%31.76%
HSB/HSV200°96.15%61.18%
CMYK96.15%32.05%0.00%
38.82%

Color #066A9C in popluar number systems.

HEX066A9C
Decimal6106156
Binary110110101010011100
Octal6152234

Shades and tints

Shades of #066A9C

#066A9C
(6,106,156)
#06618E
(6,97,142)
#065880
(6,88,128)
#064F72
(6,79,114)
#064664
(6,70,100)
#063D56
(6,61,86)
#063448
(6,52,72)
#062B3A
(6,43,58)
#06222C
(6,34,44)
#06191E
(6,25,30)
#061010
(6,16,16)
#000000
(0,0,0)

Tints of #066A9C

#066A9C
(6,106,156)
#1C77A5
(28,119,165)
#3284AE
(50,132,174)
#4891B7
(72,145,183)
#5E9EC0
(94,158,192)
#74ABC9
(116,171,201)
#8AB8D2
(138,184,210)
#A0C5DB
(160,197,219)
#B6D2E4
(182,210,228)
#CCDFED
(204,223,237)
#E2ECF6
(226,236,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #066A9C color. Also use rgb(6,106,156) instead hex code.

Text Font Color

.myTextColor { color: #066A9C; }

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

This text font color is #066A9C.


Background Color

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

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

This div background color is #066A9C.


Border color

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

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

This div border color is #066A9C.


Opacity

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

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

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

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

This text has shadow with #066A9C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #066A9C on black background.


Color preview on white background

This text has color #066A9C on white background.



Black color preview on #066A9C background

This text has black color on #066A9C background.


White color preview on #066A9C background

This text has white color on #066A9C background.