COLOR #066C89

HEX: #066C89
RGB: (6,108,137)

Color info

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

RGB color model

#066C89 color RGB value is (6,108,137).

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

RGB channels and saturation

R 6 of 255 = 2%
G 108 of 255 = 42%
B 137 of 255 = 54%

6
108
137

R + G + B ~ 33%. #066C89 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
6 + 108 + 137 = 251 (100%)
R 6 of 251 ~ 2.39%
G 108 of 251 ~ 43.03%
B 137 of 251 ~ 54.58%

%43.03
%54.58

CMYK color model

#066C89 color CMYK value is (96,21,0,46).

  • cyan value is 95.62%
  • magenta value is 21.17%
  • yellow value is 0.00%
  • key color value is 46.27%
CMYK:
(96,21,0,46)
C96M21Y0K46 
(96%,21%,0%,46%)
(0.96/0.21/0.00/0.46)	

CMYK percentages

%95.62
%21.17
%0
%46.27

Codes

Color #066C89 in popluar color models

066C89
RGB6108137
HSL193°91.61%28.04%
HSB/HSV193°95.62%53.73%
CMYK95.62%21.17%0.00%
46.27%

Color #066C89 in popluar number systems.

HEX066C89
Decimal6108137
Binary110110110010001001
Octal6154211

Shades and tints

Shades of #066C89

#066C89
(6,108,137)
#06637D
(6,99,125)
#065A71
(6,90,113)
#065165
(6,81,101)
#064859
(6,72,89)
#063F4D
(6,63,77)
#063641
(6,54,65)
#062D35
(6,45,53)
#062429
(6,36,41)
#061B1D
(6,27,29)
#061211
(6,18,17)
#000000
(0,0,0)

Tints of #066C89

#066C89
(6,108,137)
#1C7993
(28,121,147)
#32869D
(50,134,157)
#4893A7
(72,147,167)
#5EA0B1
(94,160,177)
#74ADBB
(116,173,187)
#8ABAC5
(138,186,197)
#A0C7CF
(160,199,207)
#B6D4D9
(182,212,217)
#CCE1E3
(204,225,227)
#E2EEED
(226,238,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #066C89; }

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

This text font color is #066C89.


Background Color

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

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

This div background color is #066C89.


Border color

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

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

This div border color is #066C89.


Opacity

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

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

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

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

This text has shadow with #066C89 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #066C89 on black background.


Color preview on white background

This text has color #066C89 on white background.



Black color preview on #066C89 background

This text has black color on #066C89 background.


White color preview on #066C89 background

This text has white color on #066C89 background.