COLOR #006A8C

HEX: #006A8C
RGB: (0,106,140)

Color info

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

RGB color model

#006A8C color RGB value is (0,106,140).

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

RGB channels and saturation

R 0 of 255 = 0%
G 106 of 255 = 42%
B 140 of 255 = 55%

0
106
140

R + G + B ~ 32%. #006A8C is quite dark color.

Portions of RGB colors in percentages

R + G + B =
0 + 106 + 140 = 246 (100%)
R 0 of 246 ~ 0%
G 106 of 246 ~ 43.09%
B 140 of 246 ~ 56.91%

%43.09
%56.91

CMYK color model

#006A8C color CMYK value is (100,24,0,45).

  • cyan value is 100.00%
  • magenta value is 24.29%
  • yellow value is 0.00%
  • key color value is 45.10%
CMYK:
(100,24,0,45)
C100M24Y0K45 
(100%,24%,0%,45%)
(1.00/0.24/0.00/0.45)	

CMYK percentages

%100
%24.29
%0
%45.1

Codes

Color #006A8C in popluar color models

006A8C
RGB0106140
HSL195°100.00%27.45%
HSB/HSV195°100.00%54.90%
CMYK100.00%24.29%0.00%
45.10%

Color #006A8C in popluar number systems.

HEX006A8C
Decimal0106140
Binary0110101010001100
Octal0152214

Shades and tints

Shades of #006A8C

#006A8C
(0,106,140)
#006180
(0,97,128)
#005874
(0,88,116)
#004F68
(0,79,104)
#00465C
(0,70,92)
#003D50
(0,61,80)
#003444
(0,52,68)
#002B38
(0,43,56)
#00222C
(0,34,44)
#001920
(0,25,32)
#001014
(0,16,20)
#000000
(0,0,0)

Tints of #006A8C

#006A8C
(0,106,140)
#177796
(23,119,150)
#2E84A0
(46,132,160)
#4591AA
(69,145,170)
#5C9EB4
(92,158,180)
#73ABBE
(115,171,190)
#8AB8C8
(138,184,200)
#A1C5D2
(161,197,210)
#B8D2DC
(184,210,220)
#CFDFE6
(207,223,230)
#E6ECF0
(230,236,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #006A8C; }

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

This text font color is #006A8C.


Background Color

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

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

This div background color is #006A8C.


Border color

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

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

This div border color is #006A8C.


Opacity

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

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

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

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

This text has shadow with #006A8C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #006A8C on black background.


Color preview on white background

This text has color #006A8C on white background.



Black color preview on #006A8C background

This text has black color on #006A8C background.


White color preview on #006A8C background

This text has white color on #006A8C background.