COLOR #06466B

HEX: #06466B
RGB: (6,70,107)

Color info

#06466B contains mainly green and blue colors. Web safe color of #06466B is #003366 (or #036).

RGB color model

#06466B color RGB value is (6,70,107).

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

RGB channels and saturation

R 6 of 255 = 2%
G 70 of 255 = 27%
B 107 of 255 = 42%

6
70
107

R + G + B ~ 24%. #06466B is dark color.

Portions of RGB colors in percentages

R + G + B =
6 + 70 + 107 = 183 (100%)
R 6 of 183 ~ 3.28%
G 70 of 183 ~ 38.25%
B 107 of 183 ~ 58.47%

%38.25
%58.47

CMYK color model

#06466B color CMYK value is (94,35,0,58).

  • cyan value is 94.39%
  • magenta value is 34.58%
  • yellow value is 0.00%
  • key color value is 58.04%
CMYK:
(94,35,0,58)
C94M35Y0K58 
(94%,35%,0%,58%)
(0.94/0.35/0.00/0.58)	

CMYK percentages

%94.39
%34.58
%0
%58.04

Codes

Color #06466B in popluar color models

06466B
RGB670107
HSL202°89.38%22.16%
HSB/HSV202°94.39%41.96%
CMYK94.39%34.58%0.00%
58.04%

Color #06466B in popluar number systems.

HEX06466B
Decimal670107
Binary11010001101101011
Octal6106153

Shades and tints

Shades of #06466B

#06466B
(6,70,107)
#064062
(6,64,98)
#063A59
(6,58,89)
#063450
(6,52,80)
#062E47
(6,46,71)
#06283E
(6,40,62)
#062235
(6,34,53)
#061C2C
(6,28,44)
#061623
(6,22,35)
#06101A
(6,16,26)
#060A11
(6,10,17)
#000000
(0,0,0)

Tints of #06466B

#06466B
(6,70,107)
#1C5678
(28,86,120)
#326685
(50,102,133)
#487692
(72,118,146)
#5E869F
(94,134,159)
#7496AC
(116,150,172)
#8AA6B9
(138,166,185)
#A0B6C6
(160,182,198)
#B6C6D3
(182,198,211)
#CCD6E0
(204,214,224)
#E2E6ED
(226,230,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #06466B color. Also use rgb(6,70,107) instead hex code.

Text Font Color

.myTextColor { color: #06466B; }

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

This text font color is #06466B.


Background Color

.myBgColor { background-color: #06466B; }

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

This div background color is #06466B.


Border color

.myBorderColor { border: 1px solid #06466B; }

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

This div border color is #06466B.


Opacity

.myOpacity80 { color: #06466B; opacity: 0.8; }

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

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

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

This text has shadow with #06466B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #06466B on black background.


Color preview on white background

This text has color #06466B on white background.



Black color preview on #06466B background

This text has black color on #06466B background.


White color preview on #06466B background

This text has white color on #06466B background.