COLOR #006A94

HEX: #006A94
RGB: (0,106,148)

Color info

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

RGB color model

#006A94 color RGB value is (0,106,148).

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

RGB channels and saturation

R 0 of 255 = 0%
G 106 of 255 = 42%
B 148 of 255 = 58%

0
106
148

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

Portions of RGB colors in percentages

R + G + B =
0 + 106 + 148 = 254 (100%)
R 0 of 254 ~ 0%
G 106 of 254 ~ 41.73%
B 148 of 254 ~ 58.27%

%41.73
%58.27

CMYK color model

#006A94 color CMYK value is (100,28,0,42).

  • cyan value is 100.00%
  • magenta value is 28.38%
  • yellow value is 0.00%
  • key color value is 41.96%
CMYK:
(100,28,0,42)
C100M28Y0K42 
(100%,28%,0%,42%)
(1.00/0.28/0.00/0.42)	

CMYK percentages

%100
%28.38
%0
%41.96

Codes

Color #006A94 in popluar color models

006A94
RGB0106148
HSL197°100.00%29.02%
HSB/HSV197°100.00%58.04%
CMYK100.00%28.38%0.00%
41.96%

Color #006A94 in popluar number systems.

HEX006A94
Decimal0106148
Binary0110101010010100
Octal0152224

Shades and tints

Shades of #006A94

#006A94
(0,106,148)
#006187
(0,97,135)
#00587A
(0,88,122)
#004F6D
(0,79,109)
#004660
(0,70,96)
#003D53
(0,61,83)
#003446
(0,52,70)
#002B39
(0,43,57)
#00222C
(0,34,44)
#00191F
(0,25,31)
#001012
(0,16,18)
#000000
(0,0,0)

Tints of #006A94

#006A94
(0,106,148)
#17779D
(23,119,157)
#2E84A6
(46,132,166)
#4591AF
(69,145,175)
#5C9EB8
(92,158,184)
#73ABC1
(115,171,193)
#8AB8CA
(138,184,202)
#A1C5D3
(161,197,211)
#B8D2DC
(184,210,220)
#CFDFE5
(207,223,229)
#E6ECEE
(230,236,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #006A94; }

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

This text font color is #006A94.


Background Color

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

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

This div background color is #006A94.


Border color

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

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

This div border color is #006A94.


Opacity

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

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

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

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

This text has shadow with #006A94 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #006A94 on black background.


Color preview on white background

This text has color #006A94 on white background.



Black color preview on #006A94 background

This text has black color on #006A94 background.


White color preview on #006A94 background

This text has white color on #006A94 background.