COLOR #6389B6

HEX: #6389B6
RGB: (99,137,182)

Color info

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

RGB color model

#6389B6 color RGB value is (99,137,182).

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

RGB channels and saturation

R 99 of 255 = 39%
G 137 of 255 = 54%
B 182 of 255 = 71%

99
137
182

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

Portions of RGB colors in percentages

R + G + B =
99 + 137 + 182 = 418 (100%)
R 99 of 418 ~ 23.68%
G 137 of 418 ~ 32.78%
B 182 of 418 ~ 43.54%

%23.68
%32.78
%43.54

CMYK color model

#6389B6 color CMYK value is (46,25,0,29).

  • cyan value is 45.60%
  • magenta value is 24.73%
  • yellow value is 0.00%
  • key color value is 28.63%
CMYK:
(46,25,0,29)
C46M25Y0K29 
(46%,25%,0%,29%)
(0.46/0.25/0.00/0.29)	

CMYK percentages

%45.6
%24.73
%0
%28.63

Codes

Color #6389B6 in popluar color models

6389B6
RGB99137182
HSL213°36.24%55.10%
HSB/HSV213°45.60%71.37%
CMYK45.60%24.73%0.00%
28.63%

Color #6389B6 in popluar number systems.

HEX6389B6
Decimal99137182
Binary11000111000100110110110
Octal143211266

Shades and tints

Shades of #6389B6

#6389B6
(99,137,182)
#5A7DA6
(90,125,166)
#517196
(81,113,150)
#486586
(72,101,134)
#3F5976
(63,89,118)
#364D66
(54,77,102)
#2D4156
(45,65,86)
#243546
(36,53,70)
#1B2936
(27,41,54)
#121D26
(18,29,38)
#091116
(9,17,22)
#000000
(0,0,0)

Tints of #6389B6

#6389B6
(99,137,182)
#7193BC
(113,147,188)
#7F9DC2
(127,157,194)
#8DA7C8
(141,167,200)
#9BB1CE
(155,177,206)
#A9BBD4
(169,187,212)
#B7C5DA
(183,197,218)
#C5CFE0
(197,207,224)
#D3D9E6
(211,217,230)
#E1E3EC
(225,227,236)
#EFEDF2
(239,237,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6389B6; }

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

This text font color is #6389B6.


Background Color

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

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

This div background color is #6389B6.


Border color

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

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

This div border color is #6389B6.


Opacity

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

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

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

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

This text has shadow with #6389B6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6389B6 on black background.


Color preview on white background

This text has color #6389B6 on white background.



Black color preview on #6389B6 background

This text has black color on #6389B6 background.


White color preview on #6389B6 background

This text has white color on #6389B6 background.