COLOR #639693

HEX: #639693
RGB: (99,150,147)

Color info

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

RGB color model

#639693 color RGB value is (99,150,147).

  • red value is 99;
  • green value is 150;
  • blue value is 147.
RGB:
(99,150,147)
(39%,59%,58%)

RGB channels and saturation

R 99 of 255 = 39%
G 150 of 255 = 59%
B 147 of 255 = 58%

99
150
147

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

Portions of RGB colors in percentages

R + G + B =
99 + 150 + 147 = 396 (100%)
R 99 of 396 ~ 25%
G 150 of 396 ~ 37.88%
B 147 of 396 ~ 37.12%

%25
%37.88
%37.12

CMYK color model

#639693 color CMYK value is (34,0,2,41).

  • cyan value is 34.00%
  • magenta value is 0.00%
  • yellow value is 2.00%
  • key color value is 41.18%
CMYK:
(34,0,2,41)
C34M0Y2K41 
(34%,0%,2%,41%)
(0.34/0.00/0.02/0.41)	

CMYK percentages

%34
%0
%2
%41.18

Codes

Color #639693 in popluar color models

639693
RGB99150147
HSL176°20.48%48.82%
HSB/HSV176°34.00%58.82%
CMYK34.00%0.00%2.00%
41.18%

Color #639693 in popluar number systems.

HEX639693
Decimal99150147
Binary11000111001011010010011
Octal143226223

Shades and tints

Shades of #639693

#639693
(99,150,147)
#5A8986
(90,137,134)
#517C79
(81,124,121)
#486F6C
(72,111,108)
#3F625F
(63,98,95)
#365552
(54,85,82)
#2D4845
(45,72,69)
#243B38
(36,59,56)
#1B2E2B
(27,46,43)
#12211E
(18,33,30)
#091411
(9,20,17)
#000000
(0,0,0)

Tints of #639693

#639693
(99,150,147)
#719F9C
(113,159,156)
#7FA8A5
(127,168,165)
#8DB1AE
(141,177,174)
#9BBAB7
(155,186,183)
#A9C3C0
(169,195,192)
#B7CCC9
(183,204,201)
#C5D5D2
(197,213,210)
#D3DEDB
(211,222,219)
#E1E7E4
(225,231,228)
#EFF0ED
(239,240,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #639693 color. Also use rgb(99,150,147) instead hex code.

Text Font Color

.myTextColor { color: #639693; }

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

This text font color is #639693.


Background Color

.myBgColor { background-color: #639693; }

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

This div background color is #639693.


Border color

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

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

This div border color is #639693.


Opacity

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

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

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

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

This text has shadow with #639693 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #639693 on black background.


Color preview on white background

This text has color #639693 on white background.



Black color preview on #639693 background

This text has black color on #639693 background.


White color preview on #639693 background

This text has white color on #639693 background.