COLOR #006D94

HEX: #006D94
RGB: (0,109,148)

Color info

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

RGB color model

#006D94 color RGB value is (0,109,148).

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

RGB channels and saturation

R 0 of 255 = 0%
G 109 of 255 = 43%
B 148 of 255 = 58%

0
109
148

R + G + B ~ 34%. #006D94 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
0 + 109 + 148 = 257 (100%)
R 0 of 257 ~ 0%
G 109 of 257 ~ 42.41%
B 148 of 257 ~ 57.59%

%42.41
%57.59

CMYK color model

#006D94 color CMYK value is (100,26,0,42).

  • cyan value is 100.00%
  • magenta value is 26.35%
  • yellow value is 0.00%
  • key color value is 41.96%
CMYK:
(100,26,0,42)
C100M26Y0K42 
(100%,26%,0%,42%)
(1.00/0.26/0.00/0.42)	

CMYK percentages

%100
%26.35
%0
%41.96

Codes

Color #006D94 in popluar color models

006D94
RGB0109148
HSL196°100.00%29.02%
HSB/HSV196°100.00%58.04%
CMYK100.00%26.35%0.00%
41.96%

Color #006D94 in popluar number systems.

HEX006D94
Decimal0109148
Binary0110110110010100
Octal0155224

Shades and tints

Shades of #006D94

#006D94
(0,109,148)
#006487
(0,100,135)
#005B7A
(0,91,122)
#00526D
(0,82,109)
#004960
(0,73,96)
#004053
(0,64,83)
#003746
(0,55,70)
#002E39
(0,46,57)
#00252C
(0,37,44)
#001C1F
(0,28,31)
#001312
(0,19,18)
#000000
(0,0,0)

Tints of #006D94

#006D94
(0,109,148)
#177A9D
(23,122,157)
#2E87A6
(46,135,166)
#4594AF
(69,148,175)
#5CA1B8
(92,161,184)
#73AEC1
(115,174,193)
#8ABBCA
(138,187,202)
#A1C8D3
(161,200,211)
#B8D5DC
(184,213,220)
#CFE2E5
(207,226,229)
#E6EFEE
(230,239,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #006D94; }

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

This text font color is #006D94.


Background Color

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

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

This div background color is #006D94.


Border color

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

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

This div border color is #006D94.


Opacity

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

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

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

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

This text has shadow with #006D94 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #006D94 on black background.


Color preview on white background

This text has color #006D94 on white background.



Black color preview on #006D94 background

This text has black color on #006D94 background.


White color preview on #006D94 background

This text has white color on #006D94 background.