COLOR #00688A

HEX: #00688A
RGB: (0,104,138)

Color info

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

RGB color model

#00688A color RGB value is (0,104,138).

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

RGB channels and saturation

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

0
104
138

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

Portions of RGB colors in percentages

R + G + B =
0 + 104 + 138 = 242 (100%)
R 0 of 242 ~ 0%
G 104 of 242 ~ 42.98%
B 138 of 242 ~ 57.02%

%42.98
%57.02

CMYK color model

#00688A color CMYK value is (100,25,0,46).

  • cyan value is 100.00%
  • magenta value is 24.64%
  • yellow value is 0.00%
  • key color value is 45.88%
CMYK:
(100,25,0,46)
C100M25Y0K46 
(100%,25%,0%,46%)
(1.00/0.25/0.00/0.46)	

CMYK percentages

%100
%24.64
%0
%45.88

Codes

Color #00688A in popluar color models

00688A
RGB0104138
HSL195°100.00%27.06%
HSB/HSV195°100.00%54.12%
CMYK100.00%24.64%0.00%
45.88%

Color #00688A in popluar number systems.

HEX00688A
Decimal0104138
Binary0110100010001010
Octal0150212

Shades and tints

Shades of #00688A

#00688A
(0,104,138)
#005F7E
(0,95,126)
#005672
(0,86,114)
#004D66
(0,77,102)
#00445A
(0,68,90)
#003B4E
(0,59,78)
#003242
(0,50,66)
#002936
(0,41,54)
#00202A
(0,32,42)
#00171E
(0,23,30)
#000E12
(0,14,18)
#000000
(0,0,0)

Tints of #00688A

#00688A
(0,104,138)
#177594
(23,117,148)
#2E829E
(46,130,158)
#458FA8
(69,143,168)
#5C9CB2
(92,156,178)
#73A9BC
(115,169,188)
#8AB6C6
(138,182,198)
#A1C3D0
(161,195,208)
#B8D0DA
(184,208,218)
#CFDDE4
(207,221,228)
#E6EAEE
(230,234,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #00688A; }

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

This text font color is #00688A.


Background Color

.myBgColor { background-color: #00688A; }

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

This div background color is #00688A.


Border color

.myBorderColor { border: 1px solid #00688A; }

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

This div border color is #00688A.


Opacity

.myOpacity80 { color: #00688A; opacity: 0.8; }

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

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

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

This text has shadow with #00688A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #00688A on black background.


Color preview on white background

This text has color #00688A on white background.



Black color preview on #00688A background

This text has black color on #00688A background.


White color preview on #00688A background

This text has white color on #00688A background.