COLOR #006889

HEX: #006889
RGB: (0,104,137)

Color info

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

RGB color model

#006889 color RGB value is (0,104,137).

  • red value is 0;
  • green value is 104;
  • blue value is 137.
RGB:
(0,104,137)
(0%,41%,54%)

RGB channels and saturation

R 0 of 255 = 0%
G 104 of 255 = 41%
B 137 of 255 = 54%

0
104
137

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

Portions of RGB colors in percentages

R + G + B =
0 + 104 + 137 = 241 (100%)
R 0 of 241 ~ 0%
G 104 of 241 ~ 43.15%
B 137 of 241 ~ 56.85%

%43.15
%56.85

CMYK color model

#006889 color CMYK value is (100,24,0,46).

  • cyan value is 100.00%
  • magenta value is 24.09%
  • yellow value is 0.00%
  • key color value is 46.27%
CMYK:
(100,24,0,46)
C100M24Y0K46 
(100%,24%,0%,46%)
(1.00/0.24/0.00/0.46)	

CMYK percentages

%100
%24.09
%0
%46.27

Codes

Color #006889 in popluar color models

006889
RGB0104137
HSL194°100.00%26.86%
HSB/HSV194°100.00%53.73%
CMYK100.00%24.09%0.00%
46.27%

Color #006889 in popluar number systems.

HEX006889
Decimal0104137
Binary0110100010001001
Octal0150211

Shades and tints

Shades of #006889

#006889
(0,104,137)
#005F7D
(0,95,125)
#005671
(0,86,113)
#004D65
(0,77,101)
#004459
(0,68,89)
#003B4D
(0,59,77)
#003241
(0,50,65)
#002935
(0,41,53)
#002029
(0,32,41)
#00171D
(0,23,29)
#000E11
(0,14,17)
#000000
(0,0,0)

Tints of #006889

#006889
(0,104,137)
#177593
(23,117,147)
#2E829D
(46,130,157)
#458FA7
(69,143,167)
#5C9CB1
(92,156,177)
#73A9BB
(115,169,187)
#8AB6C5
(138,182,197)
#A1C3CF
(161,195,207)
#B8D0D9
(184,208,217)
#CFDDE3
(207,221,227)
#E6EAED
(230,234,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #006889 color. Also use rgb(0,104,137) instead hex code.

Text Font Color

.myTextColor { color: #006889; }

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

This text font color is #006889.


Background Color

.myBgColor { background-color: #006889; }

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

This div background color is #006889.


Border color

.myBorderColor { border: 1px solid #006889; }

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

This div border color is #006889.


Opacity

.myOpacity80 { color: #006889; opacity: 0.8; }

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

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

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

This text has shadow with #006889 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #006889 on black background.


Color preview on white background

This text has color #006889 on white background.



Black color preview on #006889 background

This text has black color on #006889 background.


White color preview on #006889 background

This text has white color on #006889 background.