COLOR #699090

HEX: #699090
RGB: (105,144,144)

Color info

#699090 contains red, green and blue colors in about the same proportion. Web safe color of #699090 is #669999 (or #699).

RGB color model

#699090 color RGB value is (105,144,144).

  • red value is 105;
  • green value is 144;
  • blue value is 144.
RGB:
(105,144,144)
(41%,56%,56%)

RGB channels and saturation

R 105 of 255 = 41%
G 144 of 255 = 56%
B 144 of 255 = 56%

105
144
144

R + G + B ~ 51%. #699090 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
105 + 144 + 144 = 393 (100%)
R 105 of 393 ~ 26.72%
G 144 of 393 ~ 36.64%
B 144 of 393 ~ 36.64%

%26.72
%36.64
%36.64

CMYK color model

#699090 color CMYK value is (27,0,0,44).

  • cyan value is 27.08%
  • magenta value is 0.00%
  • yellow value is 0.00%
  • key color value is 43.53%
CMYK:
(27,0,0,44)
C27M0Y0K44 
(27%,0%,0%,44%)
(0.27/0.00/0.00/0.44)	

CMYK percentages

%27.08
%0
%0
%43.53

Codes

Color #699090 in popluar color models

699090
RGB105144144
HSL180°15.66%48.82%
HSB/HSV180°27.08%56.47%
CMYK27.08%0.00%0.00%
43.53%

Color #699090 in popluar number systems.

HEX699090
Decimal105144144
Binary11010011001000010010000
Octal151220220

Shades and tints

Shades of #699090

#699090
(105,144,144)
#608383
(96,131,131)
#577676
(87,118,118)
#4E6969
(78,105,105)
#455C5C
(69,92,92)
#3C4F4F
(60,79,79)
#334242
(51,66,66)
#2A3535
(42,53,53)
#212828
(33,40,40)
#181B1B
(24,27,27)
#0F0E0E
(15,14,14)
#000000
(0,0,0)

Tints of #699090

#699090
(105,144,144)
#769A9A
(118,154,154)
#83A4A4
(131,164,164)
#90AEAE
(144,174,174)
#9DB8B8
(157,184,184)
#AAC2C2
(170,194,194)
#B7CCCC
(183,204,204)
#C4D6D6
(196,214,214)
#D1E0E0
(209,224,224)
#DEEAEA
(222,234,234)
#EBF4F4
(235,244,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #699090 color. Also use rgb(105,144,144) instead hex code.

Text Font Color

.myTextColor { color: #699090; }

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

This text font color is #699090.


Background Color

.myBgColor { background-color: #699090; }

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

This div background color is #699090.


Border color

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

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

This div border color is #699090.


Opacity

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

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

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

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

This text has shadow with #699090 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #699090 on black background.


Color preview on white background

This text has color #699090 on white background.



Black color preview on #699090 background

This text has black color on #699090 background.


White color preview on #699090 background

This text has white color on #699090 background.