COLOR #006CA9

HEX: #006CA9
RGB: (0,108,169)

Color info

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

RGB color model

#006CA9 color RGB value is (0,108,169).

  • red value is 0;
  • green value is 108;
  • blue value is 169.
RGB:
(0,108,169)
(0%,42%,66%)

RGB channels and saturation

R 0 of 255 = 0%
G 108 of 255 = 42%
B 169 of 255 = 66%

0
108
169

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

Portions of RGB colors in percentages

R + G + B =
0 + 108 + 169 = 277 (100%)
R 0 of 277 ~ 0%
G 108 of 277 ~ 38.99%
B 169 of 277 ~ 61.01%

%38.99
%61.01

CMYK color model

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

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

CMYK percentages

%100
%36.09
%0
%33.73

Codes

Color #006CA9 in popluar color models

006CA9
RGB0108169
HSL202°100.00%33.14%
HSB/HSV202°100.00%66.27%
CMYK100.00%36.09%0.00%
33.73%

Color #006CA9 in popluar number systems.

HEX006CA9
Decimal0108169
Binary0110110010101001
Octal0154251

Shades and tints

Shades of #006CA9

#006CA9
(0,108,169)
#00639A
(0,99,154)
#005A8B
(0,90,139)
#00517C
(0,81,124)
#00486D
(0,72,109)
#003F5E
(0,63,94)
#00364F
(0,54,79)
#002D40
(0,45,64)
#002431
(0,36,49)
#001B22
(0,27,34)
#001213
(0,18,19)
#000000
(0,0,0)

Tints of #006CA9

#006CA9
(0,108,169)
#1779B0
(23,121,176)
#2E86B7
(46,134,183)
#4593BE
(69,147,190)
#5CA0C5
(92,160,197)
#73ADCC
(115,173,204)
#8ABAD3
(138,186,211)
#A1C7DA
(161,199,218)
#B8D4E1
(184,212,225)
#CFE1E8
(207,225,232)
#E6EEEF
(230,238,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #006CA9 color. Also use rgb(0,108,169) instead hex code.

Text Font Color

.myTextColor { color: #006CA9; }

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

This text font color is #006CA9.


Background Color

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

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

This div background color is #006CA9.


Border color

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

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

This div border color is #006CA9.


Opacity

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

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

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

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

This text has shadow with #006CA9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #006CA9 on black background.


Color preview on white background

This text has color #006CA9 on white background.



Black color preview on #006CA9 background

This text has black color on #006CA9 background.


White color preview on #006CA9 background

This text has white color on #006CA9 background.