COLOR #006DAD

HEX: #006DAD
RGB: (0,109,173)

Color info

#006DAD contains mainly blue color. Web safe color of #006DAD is #006699 (or #069).

RGB color model

#006DAD color RGB value is (0,109,173).

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

RGB channels and saturation

R 0 of 255 = 0%
G 109 of 255 = 43%
B 173 of 255 = 68%

0
109
173

R + G + B ~ 37%. #006DAD is quite dark color.

Portions of RGB colors in percentages

R + G + B =
0 + 109 + 173 = 282 (100%)
R 0 of 282 ~ 0%
G 109 of 282 ~ 38.65%
B 173 of 282 ~ 61.35%

%38.65
%61.35

CMYK color model

#006DAD color CMYK value is (100,37,0,32).

  • cyan value is 100.00%
  • magenta value is 36.99%
  • yellow value is 0.00%
  • key color value is 32.16%
CMYK:
(100,37,0,32)
C100M37Y0K32 
(100%,37%,0%,32%)
(1.00/0.37/0.00/0.32)	

CMYK percentages

%100
%36.99
%0
%32.16

Codes

Color #006DAD in popluar color models

006DAD
RGB0109173
HSL202°100.00%33.92%
HSB/HSV202°100.00%67.84%
CMYK100.00%36.99%0.00%
32.16%

Color #006DAD in popluar number systems.

HEX006DAD
Decimal0109173
Binary0110110110101101
Octal0155255

Shades and tints

Shades of #006DAD

#006DAD
(0,109,173)
#00649E
(0,100,158)
#005B8F
(0,91,143)
#005280
(0,82,128)
#004971
(0,73,113)
#004062
(0,64,98)
#003753
(0,55,83)
#002E44
(0,46,68)
#002535
(0,37,53)
#001C26
(0,28,38)
#001317
(0,19,23)
#000000
(0,0,0)

Tints of #006DAD

#006DAD
(0,109,173)
#177AB4
(23,122,180)
#2E87BB
(46,135,187)
#4594C2
(69,148,194)
#5CA1C9
(92,161,201)
#73AED0
(115,174,208)
#8ABBD7
(138,187,215)
#A1C8DE
(161,200,222)
#B8D5E5
(184,213,229)
#CFE2EC
(207,226,236)
#E6EFF3
(230,239,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #006DAD; }

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

This text font color is #006DAD.


Background Color

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

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

This div background color is #006DAD.


Border color

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

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

This div border color is #006DAD.


Opacity

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

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

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

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

This text has shadow with #006DAD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #006DAD on black background.


Color preview on white background

This text has color #006DAD on white background.



Black color preview on #006DAD background

This text has black color on #006DAD background.


White color preview on #006DAD background

This text has white color on #006DAD background.