COLOR #6389C2

HEX: #6389C2
RGB: (99,137,194)

Color info

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

RGB color model

#6389C2 color RGB value is (99,137,194).

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

RGB channels and saturation

R 99 of 255 = 39%
G 137 of 255 = 54%
B 194 of 255 = 76%

99
137
194

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

Portions of RGB colors in percentages

R + G + B =
99 + 137 + 194 = 430 (100%)
R 99 of 430 ~ 23.02%
G 137 of 430 ~ 31.86%
B 194 of 430 ~ 45.12%

%23.02
%31.86
%45.12

CMYK color model

#6389C2 color CMYK value is (49,29,0,24).

  • cyan value is 48.97%
  • magenta value is 29.38%
  • yellow value is 0.00%
  • key color value is 23.92%
CMYK:
(49,29,0,24)
C49M29Y0K24 
(49%,29%,0%,24%)
(0.49/0.29/0.00/0.24)	

CMYK percentages

%48.97
%29.38
%0
%23.92

Codes

Color #6389C2 in popluar color models

6389C2
RGB99137194
HSL216°43.78%57.45%
HSB/HSV216°48.97%76.08%
CMYK48.97%29.38%0.00%
23.92%

Color #6389C2 in popluar number systems.

HEX6389C2
Decimal99137194
Binary11000111000100111000010
Octal143211302

Shades and tints

Shades of #6389C2

#6389C2
(99,137,194)
#5A7DB1
(90,125,177)
#5171A0
(81,113,160)
#48658F
(72,101,143)
#3F597E
(63,89,126)
#364D6D
(54,77,109)
#2D415C
(45,65,92)
#24354B
(36,53,75)
#1B293A
(27,41,58)
#121D29
(18,29,41)
#091118
(9,17,24)
#000000
(0,0,0)

Tints of #6389C2

#6389C2
(99,137,194)
#7193C7
(113,147,199)
#7F9DCC
(127,157,204)
#8DA7D1
(141,167,209)
#9BB1D6
(155,177,214)
#A9BBDB
(169,187,219)
#B7C5E0
(183,197,224)
#C5CFE5
(197,207,229)
#D3D9EA
(211,217,234)
#E1E3EF
(225,227,239)
#EFEDF4
(239,237,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6389C2; }

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

This text font color is #6389C2.


Background Color

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

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

This div background color is #6389C2.


Border color

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

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

This div border color is #6389C2.


Opacity

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

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

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

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

This text has shadow with #6389C2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6389C2 on black background.


Color preview on white background

This text has color #6389C2 on white background.



Black color preview on #6389C2 background

This text has black color on #6389C2 background.


White color preview on #6389C2 background

This text has white color on #6389C2 background.