COLOR #066379

HEX: #066379
RGB: (6,99,121)

Color info

#066379 contains mainly green and blue colors. Web safe color of #066379 is #006666 (or #066).

RGB color model

#066379 color RGB value is (6,99,121).

  • red value is 6;
  • green value is 99;
  • blue value is 121.
RGB:
(6,99,121)
(2%,39%,47%)

RGB channels and saturation

R 6 of 255 = 2%
G 99 of 255 = 39%
B 121 of 255 = 47%

6
99
121

R + G + B ~ 29%. #066379 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
6 + 99 + 121 = 226 (100%)
R 6 of 226 ~ 2.65%
G 99 of 226 ~ 43.81%
B 121 of 226 ~ 53.54%

%43.81
%53.54

CMYK color model

#066379 color CMYK value is (95,18,0,53).

  • cyan value is 95.04%
  • magenta value is 18.18%
  • yellow value is 0.00%
  • key color value is 52.55%
CMYK:
(95,18,0,53)
C95M18Y0K53 
(95%,18%,0%,53%)
(0.95/0.18/0.00/0.53)	

CMYK percentages

%95.04
%18.18
%0
%52.55

Codes

Color #066379 in popluar color models

066379
RGB699121
HSL191°90.55%24.90%
HSB/HSV191°95.04%47.45%
CMYK95.04%18.18%0.00%
52.55%

Color #066379 in popluar number systems.

HEX066379
Decimal699121
Binary11011000111111001
Octal6143171

Shades and tints

Shades of #066379

#066379
(6,99,121)
#065A6E
(6,90,110)
#065163
(6,81,99)
#064858
(6,72,88)
#063F4D
(6,63,77)
#063642
(6,54,66)
#062D37
(6,45,55)
#06242C
(6,36,44)
#061B21
(6,27,33)
#061216
(6,18,22)
#06090B
(6,9,11)
#000000
(0,0,0)

Tints of #066379

#066379
(6,99,121)
#1C7185
(28,113,133)
#327F91
(50,127,145)
#488D9D
(72,141,157)
#5E9BA9
(94,155,169)
#74A9B5
(116,169,181)
#8AB7C1
(138,183,193)
#A0C5CD
(160,197,205)
#B6D3D9
(182,211,217)
#CCE1E5
(204,225,229)
#E2EFF1
(226,239,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #066379 color. Also use rgb(6,99,121) instead hex code.

Text Font Color

.myTextColor { color: #066379; }

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

This text font color is #066379.


Background Color

.myBgColor { background-color: #066379; }

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

This div background color is #066379.


Border color

.myBorderColor { border: 1px solid #066379; }

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

This div border color is #066379.


Opacity

.myOpacity80 { color: #066379; opacity: 0.8; }

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

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

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

This text has shadow with #066379 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #066379 on black background.


Color preview on white background

This text has color #066379 on white background.



Black color preview on #066379 background

This text has black color on #066379 background.


White color preview on #066379 background

This text has white color on #066379 background.