COLOR #6291BA

HEX: #6291BA
RGB: (98,145,186)

Color info

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

RGB color model

#6291BA color RGB value is (98,145,186).

  • red value is 98;
  • green value is 145;
  • blue value is 186.
RGB:
(98,145,186)
(38%,57%,73%)

RGB channels and saturation

R 98 of 255 = 38%
G 145 of 255 = 57%
B 186 of 255 = 73%

98
145
186

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

Portions of RGB colors in percentages

R + G + B =
98 + 145 + 186 = 429 (100%)
R 98 of 429 ~ 22.84%
G 145 of 429 ~ 33.8%
B 186 of 429 ~ 43.36%

%22.84
%33.8
%43.36

CMYK color model

#6291BA color CMYK value is (47,22,0,27).

  • cyan value is 47.31%
  • magenta value is 22.04%
  • yellow value is 0.00%
  • key color value is 27.06%
CMYK:
(47,22,0,27)
C47M22Y0K27 
(47%,22%,0%,27%)
(0.47/0.22/0.00/0.27)	

CMYK percentages

%47.31
%22.04
%0
%27.06

Codes

Color #6291BA in popluar color models

6291BA
RGB98145186
HSL208°38.94%55.69%
HSB/HSV208°47.31%72.94%
CMYK47.31%22.04%0.00%
27.06%

Color #6291BA in popluar number systems.

HEX6291BA
Decimal98145186
Binary11000101001000110111010
Octal142221272

Shades and tints

Shades of #6291BA

#6291BA
(98,145,186)
#5A84AA
(90,132,170)
#52779A
(82,119,154)
#4A6A8A
(74,106,138)
#425D7A
(66,93,122)
#3A506A
(58,80,106)
#32435A
(50,67,90)
#2A364A
(42,54,74)
#22293A
(34,41,58)
#1A1C2A
(26,28,42)
#120F1A
(18,15,26)
#000000
(0,0,0)

Tints of #6291BA

#6291BA
(98,145,186)
#709BC0
(112,155,192)
#7EA5C6
(126,165,198)
#8CAFCC
(140,175,204)
#9AB9D2
(154,185,210)
#A8C3D8
(168,195,216)
#B6CDDE
(182,205,222)
#C4D7E4
(196,215,228)
#D2E1EA
(210,225,234)
#E0EBF0
(224,235,240)
#EEF5F6
(238,245,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6291BA color. Also use rgb(98,145,186) instead hex code.

Text Font Color

.myTextColor { color: #6291BA; }

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

This text font color is #6291BA.


Background Color

.myBgColor { background-color: #6291BA; }

<div style="background-color:#6291BA">Inner text</div>

This div background color is #6291BA.


Border color

.myBorderColor { border: 1px solid #6291BA; }

<div style="border:3px solid #6291BA">Div</div>

This div border color is #6291BA.


Opacity

.myOpacity80 { color: #6291BA; opacity: 0.8; }

<p style="color:#6291BA;opacity:0.8;">80%</p>

Text with #6291BA 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 #6291BA;}

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

This text has shadow with #6291BA color.

.textShadow {text-shadow: 3px 3px 1px #6291BA, 3px 3px 1px red;}

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

This text has shadow with #6291BA primary color and red secondary color.


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

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

This text has shadow with #6291BA and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6291BA on black background.


Color preview on white background

This text has color #6291BA on white background.



Black color preview on #6291BA background

This text has black color on #6291BA background.


White color preview on #6291BA background

This text has white color on #6291BA background.