COLOR #639BA3

HEX: #639BA3 RGB: (99,155,163)

Color info

#639BA3 contains mainly green and blue colors. Web safe color of #639BA3 is #669999 (or #699).

RGB color model

#639BA3 color RGB value is (99,155,163).

RGB: (99,155,163) (39%, 61%, 64%)

RGB channels and saturation

R 99 of 255 = 39%
G 155 of 255 = 61%
B 163 of 255 = 64%

99
155
163

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

Portions of RGB colors in percentages

R + G + B = 99 + 155 + 163 = 417 (100%)
R 99 of 417 ~ 23.74%
G 155 of 417 ~ 37.17%
B 163 of 417 ~ 39.09'%

%23.74
%37.17
%39.09

CMYK color model

#639BA3 color CMYK value is (39,5,0,36).

  • cyan value is 39.26%
  • magenta value is 4.91%
  • yellow value is 0.00%
  • key color value is 36.08%

CMYK: (39,5,0,36)
C39M5Y0K36 (39%, 5%, 0%, 36%)
(0.39 / 0.05 / 0.00 / 0.36)

CMYK percentages

%39.26
%4.91
%0
%36.08

Codes

Color #639BA3 in popluar color models

63 9B A3
RGB 99 155 163
HSL 188° 25.81% 51.37%
HSB/HSV 188° 39.26% 63.92%
CMYK 39.26% 4.91% 0.00%
36.08%

Color #639BA3 in popluar number systems.

HEX 63 9B A3
Decimal 99 155 163
Binary 1100011 10011011 10100011
Octal 143 233 243

Shades and tints

Shades of #639BA3

#639BA3
(99,155,163)
#5A8D95
(90,141,149)
#517F87
(81,127,135)
#487179
(72,113,121)
#3F636B
(63,99,107)
#36555D
(54,85,93)
#2D474F
(45,71,79)
#243941
(36,57,65)
#1B2B33
(27,43,51)
#121D25
(18,29,37)
#090F17
(9,15,23)
#000000
(0,0,0)

Tints of #639BA3

#639BA3
(99,155,163)
#71A4AB
(113,164,171)
#7FADB3
(127,173,179)
#8DB6BB
(141,182,187)
#9BBFC3
(155,191,195)
#A9C8CB
(169,200,203)
#B7D1D3
(183,209,211)
#C5DADB
(197,218,219)
#D3E3E3
(211,227,227)
#E1ECEB
(225,236,235)
#EFF5F3
(239,245,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #639BA3 color. Also use rgb(99,155,163) instead hex code.

Text Font Color

.myTextColor { color: #639BA3; }

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

This text font color is #639BA3.

Background Color

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

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

This div background color is #639BA3.

Border color

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

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

This div border color is #639BA3.

Opacity

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

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

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

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

This text has shadow with #639BA3 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #639BA3.

Preview

Color preview on black background

This text has color #639BA3 on black background.


Color preview on white background

This text has color #639BA3 on white background.


Black color preview on #639BA3 background

This text has black color on #639BA3 background.


White color preview on #639BA3 background

This text has white color on #639BA3 background.


Related colors

Complementary color

Complementary color for #hex is #9C645C.


I love getcolorcode.com

Triadic colors

1 #A3639B and #9BA363 with #639BA3 are triadic colors.

2 #A39B63 and #9B63A3 with #639BA3 are triadic colors.