COLOR #006DB0

HEX: #006DB0
RGB: (0,109,176)

Color info

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

RGB color model

#006DB0 color RGB value is (0,109,176).

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

RGB channels and saturation

R 0 of 255 = 0%
G 109 of 255 = 43%
B 176 of 255 = 69%

0
109
176

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

Portions of RGB colors in percentages

R + G + B =
0 + 109 + 176 = 285 (100%)
R 0 of 285 ~ 0%
G 109 of 285 ~ 38.25%
B 176 of 285 ~ 61.75%

%38.25
%61.75

CMYK color model

#006DB0 color CMYK value is (100,38,0,31).

  • cyan value is 100.00%
  • magenta value is 38.07%
  • yellow value is 0.00%
  • key color value is 30.98%
CMYK:
(100,38,0,31)
C100M38Y0K31 
(100%,38%,0%,31%)
(1.00/0.38/0.00/0.31)	

CMYK percentages

%100
%38.07
%0
%30.98

Codes

Color #006DB0 in popluar color models

006DB0
RGB0109176
HSL203°100.00%34.51%
HSB/HSV203°100.00%69.02%
CMYK100.00%38.07%0.00%
30.98%

Color #006DB0 in popluar number systems.

HEX006DB0
Decimal0109176
Binary0110110110110000
Octal0155260

Shades and tints

Shades of #006DB0

#006DB0
(0,109,176)
#0064A0
(0,100,160)
#005B90
(0,91,144)
#005280
(0,82,128)
#004970
(0,73,112)
#004060
(0,64,96)
#003750
(0,55,80)
#002E40
(0,46,64)
#002530
(0,37,48)
#001C20
(0,28,32)
#001310
(0,19,16)
#000000
(0,0,0)

Tints of #006DB0

#006DB0
(0,109,176)
#177AB7
(23,122,183)
#2E87BE
(46,135,190)
#4594C5
(69,148,197)
#5CA1CC
(92,161,204)
#73AED3
(115,174,211)
#8ABBDA
(138,187,218)
#A1C8E1
(161,200,225)
#B8D5E8
(184,213,232)
#CFE2EF
(207,226,239)
#E6EFF6
(230,239,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #006DB0; }

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

This text font color is #006DB0.


Background Color

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

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

This div background color is #006DB0.


Border color

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

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

This div border color is #006DB0.


Opacity

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

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

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

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

This text has shadow with #006DB0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #006DB0 on black background.


Color preview on white background

This text has color #006DB0 on white background.



Black color preview on #006DB0 background

This text has black color on #006DB0 background.


White color preview on #006DB0 background

This text has white color on #006DB0 background.