COLOR #00698A

HEX: #00698A
RGB: (0,105,138)

Color info

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

RGB color model

#00698A color RGB value is (0,105,138).

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

RGB channels and saturation

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

0
105
138

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

Portions of RGB colors in percentages

R + G + B =
0 + 105 + 138 = 243 (100%)
R 0 of 243 ~ 0%
G 105 of 243 ~ 43.21%
B 138 of 243 ~ 56.79%

%43.21
%56.79

CMYK color model

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

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

CMYK percentages

%100
%23.91
%0
%45.88

Codes

Color #00698A in popluar color models

00698A
RGB0105138
HSL194°100.00%27.06%
HSB/HSV194°100.00%54.12%
CMYK100.00%23.91%0.00%
45.88%

Color #00698A in popluar number systems.

HEX00698A
Decimal0105138
Binary0110100110001010
Octal0151212

Shades and tints

Shades of #00698A

#00698A
(0,105,138)
#00607E
(0,96,126)
#005772
(0,87,114)
#004E66
(0,78,102)
#00455A
(0,69,90)
#003C4E
(0,60,78)
#003342
(0,51,66)
#002A36
(0,42,54)
#00212A
(0,33,42)
#00181E
(0,24,30)
#000F12
(0,15,18)
#000000
(0,0,0)

Tints of #00698A

#00698A
(0,105,138)
#177694
(23,118,148)
#2E839E
(46,131,158)
#4590A8
(69,144,168)
#5C9DB2
(92,157,178)
#73AABC
(115,170,188)
#8AB7C6
(138,183,198)
#A1C4D0
(161,196,208)
#B8D1DA
(184,209,218)
#CFDEE4
(207,222,228)
#E6EBEE
(230,235,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #00698A; }

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

This text font color is #00698A.


Background Color

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

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

This div background color is #00698A.


Border color

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

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

This div border color is #00698A.


Opacity

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

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

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

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

This text has shadow with #00698A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #00698A on black background.


Color preview on white background

This text has color #00698A on white background.



Black color preview on #00698A background

This text has black color on #00698A background.


White color preview on #00698A background

This text has white color on #00698A background.