COLOR #639AC0

HEX: #639AC0
RGB: (99,154,192)

Color info

#639AC0 contains mainly green and blue colors. Web safe color of #639AC0 is #6699CC (or #69C).

RGB color model

#639AC0 color RGB value is (99,154,192).

  • red value is 99;
  • green value is 154;
  • blue value is 192.
RGB:
(99,154,192)
(39%,60%,75%)

RGB channels and saturation

R 99 of 255 = 39%
G 154 of 255 = 60%
B 192 of 255 = 75%

99
154
192

R + G + B ~ 58%. #639AC0 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
99 + 154 + 192 = 445 (100%)
R 99 of 445 ~ 22.25%
G 154 of 445 ~ 34.61%
B 192 of 445 ~ 43.15%

%22.25
%34.61
%43.15

CMYK color model

#639AC0 color CMYK value is (48,20,0,25).

  • cyan value is 48.44%
  • magenta value is 19.79%
  • yellow value is 0.00%
  • key color value is 24.71%
CMYK:
(48,20,0,25)
C48M20Y0K25 
(48%,20%,0%,25%)
(0.48/0.20/0.00/0.25)	

CMYK percentages

%48.44
%19.79
%0
%24.71

Codes

Color #639AC0 in popluar color models

639AC0
RGB99154192
HSL205°42.47%57.06%
HSB/HSV205°48.44%75.29%
CMYK48.44%19.79%0.00%
24.71%

Color #639AC0 in popluar number systems.

HEX639AC0
Decimal99154192
Binary11000111001101011000000
Octal143232300

Shades and tints

Shades of #639AC0

#639AC0
(99,154,192)
#5A8CAF
(90,140,175)
#517E9E
(81,126,158)
#48708D
(72,112,141)
#3F627C
(63,98,124)
#36546B
(54,84,107)
#2D465A
(45,70,90)
#243849
(36,56,73)
#1B2A38
(27,42,56)
#121C27
(18,28,39)
#090E16
(9,14,22)
#000000
(0,0,0)

Tints of #639AC0

#639AC0
(99,154,192)
#71A3C5
(113,163,197)
#7FACCA
(127,172,202)
#8DB5CF
(141,181,207)
#9BBED4
(155,190,212)
#A9C7D9
(169,199,217)
#B7D0DE
(183,208,222)
#C5D9E3
(197,217,227)
#D3E2E8
(211,226,232)
#E1EBED
(225,235,237)
#EFF4F2
(239,244,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #639AC0 color. Also use rgb(99,154,192) instead hex code.

Text Font Color

.myTextColor { color: #639AC0; }

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

This text font color is #639AC0.


Background Color

.myBgColor { background-color: #639AC0; }

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

This div background color is #639AC0.


Border color

.myBorderColor { border: 1px solid #639AC0; }

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

This div border color is #639AC0.


Opacity

.myOpacity80 { color: #639AC0; opacity: 0.8; }

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

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

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

This text has shadow with #639AC0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #639AC0 on black background.


Color preview on white background

This text has color #639AC0 on white background.



Black color preview on #639AC0 background

This text has black color on #639AC0 background.


White color preview on #639AC0 background

This text has white color on #639AC0 background.