COLOR #6391BF

HEX: #6391BF
RGB: (99,145,191)

Color info

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

RGB color model

#6391BF color RGB value is (99,145,191).

  • red value is 99;
  • green value is 145;
  • blue value is 191.
RGB:
(99,145,191)
(39%,57%,75%)

RGB channels and saturation

R 99 of 255 = 39%
G 145 of 255 = 57%
B 191 of 255 = 75%

99
145
191

R + G + B ~ 57%. #6391BF is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
99 + 145 + 191 = 435 (100%)
R 99 of 435 ~ 22.76%
G 145 of 435 ~ 33.33%
B 191 of 435 ~ 43.91%

%22.76
%33.33
%43.91

CMYK color model

#6391BF color CMYK value is (48,24,0,25).

  • cyan value is 48.17%
  • magenta value is 24.08%
  • yellow value is 0.00%
  • key color value is 25.10%
CMYK:
(48,24,0,25)
C48M24Y0K25 
(48%,24%,0%,25%)
(0.48/0.24/0.00/0.25)	

CMYK percentages

%48.17
%24.08
%0
%25.1

Codes

Color #6391BF in popluar color models

6391BF
RGB99145191
HSL210°41.82%56.86%
HSB/HSV210°48.17%74.90%
CMYK48.17%24.08%0.00%
25.10%

Color #6391BF in popluar number systems.

HEX6391BF
Decimal99145191
Binary11000111001000110111111
Octal143221277

Shades and tints

Shades of #6391BF

#6391BF
(99,145,191)
#5A84AE
(90,132,174)
#51779D
(81,119,157)
#486A8C
(72,106,140)
#3F5D7B
(63,93,123)
#36506A
(54,80,106)
#2D4359
(45,67,89)
#243648
(36,54,72)
#1B2937
(27,41,55)
#121C26
(18,28,38)
#090F15
(9,15,21)
#000000
(0,0,0)

Tints of #6391BF

#6391BF
(99,145,191)
#719BC4
(113,155,196)
#7FA5C9
(127,165,201)
#8DAFCE
(141,175,206)
#9BB9D3
(155,185,211)
#A9C3D8
(169,195,216)
#B7CDDD
(183,205,221)
#C5D7E2
(197,215,226)
#D3E1E7
(211,225,231)
#E1EBEC
(225,235,236)
#EFF5F1
(239,245,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6391BF color. Also use rgb(99,145,191) instead hex code.

Text Font Color

.myTextColor { color: #6391BF; }

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

This text font color is #6391BF.


Background Color

.myBgColor { background-color: #6391BF; }

<div style="background-color:#6391BF">Inner text</div>

This div background color is #6391BF.


Border color

.myBorderColor { border: 1px solid #6391BF; }

<div style="border:3px solid #6391BF">Div</div>

This div border color is #6391BF.


Opacity

.myOpacity80 { color: #6391BF; opacity: 0.8; }

<p style="color:#6391BF;opacity:0.8;">80%</p>

Text with #6391BF 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 #6391BF;}

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

This text has shadow with #6391BF color.

.textShadow {text-shadow: 3px 3px 1px #6391BF, 3px 3px 1px red;}

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

This text has shadow with #6391BF primary color and red secondary color.


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

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

This text has shadow with #6391BF and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6391BF on black background.


Color preview on white background

This text has color #6391BF on white background.



Black color preview on #6391BF background

This text has black color on #6391BF background.


White color preview on #6391BF background

This text has white color on #6391BF background.