COLOR #639699

HEX: #639699
RGB: (99,150,153)

Color info

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

RGB color model

#639699 color RGB value is (99,150,153).

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

RGB channels and saturation

R 99 of 255 = 39%
G 150 of 255 = 59%
B 153 of 255 = 60%

99
150
153

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

Portions of RGB colors in percentages

R + G + B =
99 + 150 + 153 = 402 (100%)
R 99 of 402 ~ 24.63%
G 150 of 402 ~ 37.31%
B 153 of 402 ~ 38.06%

%24.63
%37.31
%38.06

CMYK color model

#639699 color CMYK value is (35,2,0,40).

  • cyan value is 35.29%
  • magenta value is 1.96%
  • yellow value is 0.00%
  • key color value is 40.00%
CMYK:
(35,2,0,40)
C35M2Y0K40 
(35%,2%,0%,40%)
(0.35/0.02/0.00/0.40)	

CMYK percentages

%35.29
%1.96
%0
%40

Codes

Color #639699 in popluar color models

639699
RGB99150153
HSL183°21.43%49.41%
HSB/HSV183°35.29%60.00%
CMYK35.29%1.96%0.00%
40.00%

Color #639699 in popluar number systems.

HEX639699
Decimal99150153
Binary11000111001011010011001
Octal143226231

Shades and tints

Shades of #639699

#639699
(99,150,153)
#5A898C
(90,137,140)
#517C7F
(81,124,127)
#486F72
(72,111,114)
#3F6265
(63,98,101)
#365558
(54,85,88)
#2D484B
(45,72,75)
#243B3E
(36,59,62)
#1B2E31
(27,46,49)
#122124
(18,33,36)
#091417
(9,20,23)
#000000
(0,0,0)

Tints of #639699

#639699
(99,150,153)
#719FA2
(113,159,162)
#7FA8AB
(127,168,171)
#8DB1B4
(141,177,180)
#9BBABD
(155,186,189)
#A9C3C6
(169,195,198)
#B7CCCF
(183,204,207)
#C5D5D8
(197,213,216)
#D3DEE1
(211,222,225)
#E1E7EA
(225,231,234)
#EFF0F3
(239,240,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #639699; }

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

This text font color is #639699.


Background Color

.myBgColor { background-color: #639699; }

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

This div background color is #639699.


Border color

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

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

This div border color is #639699.


Opacity

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

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

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

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

This text has shadow with #639699 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #639699 on black background.


Color preview on white background

This text has color #639699 on white background.



Black color preview on #639699 background

This text has black color on #639699 background.


White color preview on #639699 background

This text has white color on #639699 background.