COLOR #006B88

HEX: #006B88
RGB: (0,107,136)

Color info

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

RGB color model

#006B88 color RGB value is (0,107,136).

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

RGB channels and saturation

R 0 of 255 = 0%
G 107 of 255 = 42%
B 136 of 255 = 53%

0
107
136

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

Portions of RGB colors in percentages

R + G + B =
0 + 107 + 136 = 243 (100%)
R 0 of 243 ~ 0%
G 107 of 243 ~ 44.03%
B 136 of 243 ~ 55.97%

%44.03
%55.97

CMYK color model

#006B88 color CMYK value is (100,21,0,47).

  • cyan value is 100.00%
  • magenta value is 21.32%
  • yellow value is 0.00%
  • key color value is 46.67%
CMYK:
(100,21,0,47)
C100M21Y0K47 
(100%,21%,0%,47%)
(1.00/0.21/0.00/0.47)	

CMYK percentages

%100
%21.32
%0
%46.67

Codes

Color #006B88 in popluar color models

006B88
RGB0107136
HSL193°100.00%26.67%
HSB/HSV193°100.00%53.33%
CMYK100.00%21.32%0.00%
46.67%

Color #006B88 in popluar number systems.

HEX006B88
Decimal0107136
Binary0110101110001000
Octal0153210

Shades and tints

Shades of #006B88

#006B88
(0,107,136)
#00627C
(0,98,124)
#005970
(0,89,112)
#005064
(0,80,100)
#004758
(0,71,88)
#003E4C
(0,62,76)
#003540
(0,53,64)
#002C34
(0,44,52)
#002328
(0,35,40)
#001A1C
(0,26,28)
#001110
(0,17,16)
#000000
(0,0,0)

Tints of #006B88

#006B88
(0,107,136)
#177892
(23,120,146)
#2E859C
(46,133,156)
#4592A6
(69,146,166)
#5C9FB0
(92,159,176)
#73ACBA
(115,172,186)
#8AB9C4
(138,185,196)
#A1C6CE
(161,198,206)
#B8D3D8
(184,211,216)
#CFE0E2
(207,224,226)
#E6EDEC
(230,237,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #006B88; }

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

This text font color is #006B88.


Background Color

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

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

This div background color is #006B88.


Border color

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

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

This div border color is #006B88.


Opacity

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

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

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

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

This text has shadow with #006B88 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #006B88 on black background.


Color preview on white background

This text has color #006B88 on white background.



Black color preview on #006B88 background

This text has black color on #006B88 background.


White color preview on #006B88 background

This text has white color on #006B88 background.