COLOR #006DA4

HEX: #006DA4
RGB: (0,109,164)

Color info

#006DA4 contains only green and blue colors. Web safe color of #006DA4 is #006699 (or #069).

RGB color model

#006DA4 color RGB value is (0,109,164).

  • red value is 0;
  • green value is 109;
  • blue value is 164.
RGB:
(0,109,164)
(0%,43%,64%)

RGB channels and saturation

R 0 of 255 = 0%
G 109 of 255 = 43%
B 164 of 255 = 64%

0
109
164

R + G + B ~ 36%. #006DA4 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
0 + 109 + 164 = 273 (100%)
R 0 of 273 ~ 0%
G 109 of 273 ~ 39.93%
B 164 of 273 ~ 60.07%

%39.93
%60.07

CMYK color model

#006DA4 color CMYK value is (100,34,0,36).

  • cyan value is 100.00%
  • magenta value is 33.54%
  • yellow value is 0.00%
  • key color value is 35.69%
CMYK:
(100,34,0,36)
C100M34Y0K36 
(100%,34%,0%,36%)
(1.00/0.34/0.00/0.36)	

CMYK percentages

%100
%33.54
%0
%35.69

Codes

Color #006DA4 in popluar color models

006DA4
RGB0109164
HSL200°100.00%32.16%
HSB/HSV200°100.00%64.31%
CMYK100.00%33.54%0.00%
35.69%

Color #006DA4 in popluar number systems.

HEX006DA4
Decimal0109164
Binary0110110110100100
Octal0155244

Shades and tints

Shades of #006DA4

#006DA4
(0,109,164)
#006496
(0,100,150)
#005B88
(0,91,136)
#00527A
(0,82,122)
#00496C
(0,73,108)
#00405E
(0,64,94)
#003750
(0,55,80)
#002E42
(0,46,66)
#002534
(0,37,52)
#001C26
(0,28,38)
#001318
(0,19,24)
#000000
(0,0,0)

Tints of #006DA4

#006DA4
(0,109,164)
#177AAC
(23,122,172)
#2E87B4
(46,135,180)
#4594BC
(69,148,188)
#5CA1C4
(92,161,196)
#73AECC
(115,174,204)
#8ABBD4
(138,187,212)
#A1C8DC
(161,200,220)
#B8D5E4
(184,213,228)
#CFE2EC
(207,226,236)
#E6EFF4
(230,239,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #006DA4 color. Also use rgb(0,109,164) instead hex code.

Text Font Color

.myTextColor { color: #006DA4; }

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

This text font color is #006DA4.


Background Color

.myBgColor { background-color: #006DA4; }

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

This div background color is #006DA4.


Border color

.myBorderColor { border: 1px solid #006DA4; }

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

This div border color is #006DA4.


Opacity

.myOpacity80 { color: #006DA4; opacity: 0.8; }

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

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

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

This text has shadow with #006DA4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #006DA4 on black background.


Color preview on white background

This text has color #006DA4 on white background.



Black color preview on #006DA4 background

This text has black color on #006DA4 background.


White color preview on #006DA4 background

This text has white color on #006DA4 background.