COLOR #066B8B

HEX: #066B8B
RGB: (6,107,139)

Color info

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

RGB color model

#066B8B color RGB value is (6,107,139).

  • red value is 6;
  • green value is 107;
  • blue value is 139.
RGB:
(6,107,139)
(2%,42%,55%)

RGB channels and saturation

R 6 of 255 = 2%
G 107 of 255 = 42%
B 139 of 255 = 55%

6
107
139

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

Portions of RGB colors in percentages

R + G + B =
6 + 107 + 139 = 252 (100%)
R 6 of 252 ~ 2.38%
G 107 of 252 ~ 42.46%
B 139 of 252 ~ 55.16%

%42.46
%55.16

CMYK color model

#066B8B color CMYK value is (96,23,0,45).

  • cyan value is 95.68%
  • magenta value is 23.02%
  • yellow value is 0.00%
  • key color value is 45.49%
CMYK:
(96,23,0,45)
C96M23Y0K45 
(96%,23%,0%,45%)
(0.96/0.23/0.00/0.45)	

CMYK percentages

%95.68
%23.02
%0
%45.49

Codes

Color #066B8B in popluar color models

066B8B
RGB6107139
HSL194°91.72%28.43%
HSB/HSV194°95.68%54.51%
CMYK95.68%23.02%0.00%
45.49%

Color #066B8B in popluar number systems.

HEX066B8B
Decimal6107139
Binary110110101110001011
Octal6153213

Shades and tints

Shades of #066B8B

#066B8B
(6,107,139)
#06627F
(6,98,127)
#065973
(6,89,115)
#065067
(6,80,103)
#06475B
(6,71,91)
#063E4F
(6,62,79)
#063543
(6,53,67)
#062C37
(6,44,55)
#06232B
(6,35,43)
#061A1F
(6,26,31)
#061113
(6,17,19)
#000000
(0,0,0)

Tints of #066B8B

#066B8B
(6,107,139)
#1C7895
(28,120,149)
#32859F
(50,133,159)
#4892A9
(72,146,169)
#5E9FB3
(94,159,179)
#74ACBD
(116,172,189)
#8AB9C7
(138,185,199)
#A0C6D1
(160,198,209)
#B6D3DB
(182,211,219)
#CCE0E5
(204,224,229)
#E2EDEF
(226,237,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #066B8B color. Also use rgb(6,107,139) instead hex code.

Text Font Color

.myTextColor { color: #066B8B; }

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

This text font color is #066B8B.


Background Color

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

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

This div background color is #066B8B.


Border color

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

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

This div border color is #066B8B.


Opacity

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

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

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

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

This text has shadow with #066B8B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #066B8B on black background.


Color preview on white background

This text has color #066B8B on white background.



Black color preview on #066B8B background

This text has black color on #066B8B background.


White color preview on #066B8B background

This text has white color on #066B8B background.