COLOR #6389A4

HEX: #6389A4
RGB: (99,137,164)

Color info

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

RGB color model

#6389A4 color RGB value is (99,137,164).

  • red value is 99;
  • green value is 137;
  • blue value is 164.
RGB:
(99,137,164)
(39%,54%,64%)

RGB channels and saturation

R 99 of 255 = 39%
G 137 of 255 = 54%
B 164 of 255 = 64%

99
137
164

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

Portions of RGB colors in percentages

R + G + B =
99 + 137 + 164 = 400 (100%)
R 99 of 400 ~ 24.75%
G 137 of 400 ~ 34.25%
B 164 of 400 ~ 41%

%24.75
%34.25
%41

CMYK color model

#6389A4 color CMYK value is (40,16,0,36).

  • cyan value is 39.63%
  • magenta value is 16.46%
  • yellow value is 0.00%
  • key color value is 35.69%
CMYK:
(40,16,0,36)
C40M16Y0K36 
(40%,16%,0%,36%)
(0.40/0.16/0.00/0.36)	

CMYK percentages

%39.63
%16.46
%0
%35.69

Codes

Color #6389A4 in popluar color models

6389A4
RGB99137164
HSL205°26.32%51.57%
HSB/HSV205°39.63%64.31%
CMYK39.63%16.46%0.00%
35.69%

Color #6389A4 in popluar number systems.

HEX6389A4
Decimal99137164
Binary11000111000100110100100
Octal143211244

Shades and tints

Shades of #6389A4

#6389A4
(99,137,164)
#5A7D96
(90,125,150)
#517188
(81,113,136)
#48657A
(72,101,122)
#3F596C
(63,89,108)
#364D5E
(54,77,94)
#2D4150
(45,65,80)
#243542
(36,53,66)
#1B2934
(27,41,52)
#121D26
(18,29,38)
#091118
(9,17,24)
#000000
(0,0,0)

Tints of #6389A4

#6389A4
(99,137,164)
#7193AC
(113,147,172)
#7F9DB4
(127,157,180)
#8DA7BC
(141,167,188)
#9BB1C4
(155,177,196)
#A9BBCC
(169,187,204)
#B7C5D4
(183,197,212)
#C5CFDC
(197,207,220)
#D3D9E4
(211,217,228)
#E1E3EC
(225,227,236)
#EFEDF4
(239,237,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6389A4 color. Also use rgb(99,137,164) instead hex code.

Text Font Color

.myTextColor { color: #6389A4; }

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

This text font color is #6389A4.


Background Color

.myBgColor { background-color: #6389A4; }

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

This div background color is #6389A4.


Border color

.myBorderColor { border: 1px solid #6389A4; }

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

This div border color is #6389A4.


Opacity

.myOpacity80 { color: #6389A4; opacity: 0.8; }

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

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

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

This text has shadow with #6389A4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6389A4 on black background.


Color preview on white background

This text has color #6389A4 on white background.



Black color preview on #6389A4 background

This text has black color on #6389A4 background.


White color preview on #6389A4 background

This text has white color on #6389A4 background.