COLOR #006994

HEX: #006994
RGB: (0,105,148)

Color info

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

RGB color model

#006994 color RGB value is (0,105,148).

  • red value is 0;
  • green value is 105;
  • blue value is 148.
RGB:
(0,105,148)
(0%,41%,58%)

RGB channels and saturation

R 0 of 255 = 0%
G 105 of 255 = 41%
B 148 of 255 = 58%

0
105
148

R + G + B ~ 33%. #006994 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
0 + 105 + 148 = 253 (100%)
R 0 of 253 ~ 0%
G 105 of 253 ~ 41.5%
B 148 of 253 ~ 58.5%

%41.5
%58.5

CMYK color model

#006994 color CMYK value is (100,29,0,42).

  • cyan value is 100.00%
  • magenta value is 29.05%
  • yellow value is 0.00%
  • key color value is 41.96%
CMYK:
(100,29,0,42)
C100M29Y0K42 
(100%,29%,0%,42%)
(1.00/0.29/0.00/0.42)	

CMYK percentages

%100
%29.05
%0
%41.96

Codes

Color #006994 in popluar color models

006994
RGB0105148
HSL197°100.00%29.02%
HSB/HSV197°100.00%58.04%
CMYK100.00%29.05%0.00%
41.96%

Color #006994 in popluar number systems.

HEX006994
Decimal0105148
Binary0110100110010100
Octal0151224

Shades and tints

Shades of #006994

#006994
(0,105,148)
#006087
(0,96,135)
#00577A
(0,87,122)
#004E6D
(0,78,109)
#004560
(0,69,96)
#003C53
(0,60,83)
#003346
(0,51,70)
#002A39
(0,42,57)
#00212C
(0,33,44)
#00181F
(0,24,31)
#000F12
(0,15,18)
#000000
(0,0,0)

Tints of #006994

#006994
(0,105,148)
#17769D
(23,118,157)
#2E83A6
(46,131,166)
#4590AF
(69,144,175)
#5C9DB8
(92,157,184)
#73AAC1
(115,170,193)
#8AB7CA
(138,183,202)
#A1C4D3
(161,196,211)
#B8D1DC
(184,209,220)
#CFDEE5
(207,222,229)
#E6EBEE
(230,235,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #006994 color. Also use rgb(0,105,148) instead hex code.

Text Font Color

.myTextColor { color: #006994; }

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

This text font color is #006994.


Background Color

.myBgColor { background-color: #006994; }

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

This div background color is #006994.


Border color

.myBorderColor { border: 1px solid #006994; }

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

This div border color is #006994.


Opacity

.myOpacity80 { color: #006994; opacity: 0.8; }

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

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

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

This text has shadow with #006994 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #006994 on black background.


Color preview on white background

This text has color #006994 on white background.



Black color preview on #006994 background

This text has black color on #006994 background.


White color preview on #006994 background

This text has white color on #006994 background.