COLOR #006B96

HEX: #006B96
RGB: (0,107,150)

Color info

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

RGB color model

#006B96 color RGB value is (0,107,150).

  • red value is 0;
  • green value is 107;
  • blue value is 150.
RGB:
(0,107,150)
(0%,42%,59%)

RGB channels and saturation

R 0 of 255 = 0%
G 107 of 255 = 42%
B 150 of 255 = 59%

0
107
150

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

Portions of RGB colors in percentages

R + G + B =
0 + 107 + 150 = 257 (100%)
R 0 of 257 ~ 0%
G 107 of 257 ~ 41.63%
B 150 of 257 ~ 58.37%

%41.63
%58.37

CMYK color model

#006B96 color CMYK value is (100,29,0,41).

  • cyan value is 100.00%
  • magenta value is 28.67%
  • yellow value is 0.00%
  • key color value is 41.18%
CMYK:
(100,29,0,41)
C100M29Y0K41 
(100%,29%,0%,41%)
(1.00/0.29/0.00/0.41)	

CMYK percentages

%100
%28.67
%0
%41.18

Codes

Color #006B96 in popluar color models

006B96
RGB0107150
HSL197°100.00%29.41%
HSB/HSV197°100.00%58.82%
CMYK100.00%28.67%0.00%
41.18%

Color #006B96 in popluar number systems.

HEX006B96
Decimal0107150
Binary0110101110010110
Octal0153226

Shades and tints

Shades of #006B96

#006B96
(0,107,150)
#006289
(0,98,137)
#00597C
(0,89,124)
#00506F
(0,80,111)
#004762
(0,71,98)
#003E55
(0,62,85)
#003548
(0,53,72)
#002C3B
(0,44,59)
#00232E
(0,35,46)
#001A21
(0,26,33)
#001114
(0,17,20)
#000000
(0,0,0)

Tints of #006B96

#006B96
(0,107,150)
#17789F
(23,120,159)
#2E85A8
(46,133,168)
#4592B1
(69,146,177)
#5C9FBA
(92,159,186)
#73ACC3
(115,172,195)
#8AB9CC
(138,185,204)
#A1C6D5
(161,198,213)
#B8D3DE
(184,211,222)
#CFE0E7
(207,224,231)
#E6EDF0
(230,237,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #006B96 color. Also use rgb(0,107,150) instead hex code.

Text Font Color

.myTextColor { color: #006B96; }

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

This text font color is #006B96.


Background Color

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

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

This div background color is #006B96.


Border color

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

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

This div border color is #006B96.


Opacity

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

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

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

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

This text has shadow with #006B96 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #006B96 on black background.


Color preview on white background

This text has color #006B96 on white background.



Black color preview on #006B96 background

This text has black color on #006B96 background.


White color preview on #006B96 background

This text has white color on #006B96 background.