COLOR #6291EF

HEX: #6291EF
RGB: (98,145,239)

Color info

#6291EF contains mainly blue color. Web safe color of #6291EF is #6699FF (or #69F).

RGB color model

#6291EF color RGB value is (98,145,239).

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

RGB channels and saturation

R 98 of 255 = 38%
G 145 of 255 = 57%
B 239 of 255 = 94%

98
145
239

R + G + B ~ 63%. #6291EF is quite light color.

Portions of RGB colors in percentages

R + G + B =
98 + 145 + 239 = 482 (100%)
R 98 of 482 ~ 20.33%
G 145 of 482 ~ 30.08%
B 239 of 482 ~ 49.59%

%20.33
%30.08
%49.59

CMYK color model

#6291EF color CMYK value is (59,39,0,6).

  • cyan value is 59.00%
  • magenta value is 39.33%
  • yellow value is 0.00%
  • key color value is 6.27%
CMYK:
(59,39,0,6)
C59M39Y0K6 
(59%,39%,0%,6%)
(0.59/0.39/0.00/0.06)	

CMYK percentages

%59
%39.33
%0
%6.27

Codes

Color #6291EF in popluar color models

6291EF
RGB98145239
HSL220°81.50%66.08%
HSB/HSV220°59.00%93.73%
CMYK59.00%39.33%0.00%
6.27%

Color #6291EF in popluar number systems.

HEX6291EF
Decimal98145239
Binary11000101001000111101111
Octal142221357

Shades and tints

Shades of #6291EF

#6291EF
(98,145,239)
#5A84DA
(90,132,218)
#5277C5
(82,119,197)
#4A6AB0
(74,106,176)
#425D9B
(66,93,155)
#3A5086
(58,80,134)
#324371
(50,67,113)
#2A365C
(42,54,92)
#222947
(34,41,71)
#1A1C32
(26,28,50)
#120F1D
(18,15,29)
#000000
(0,0,0)

Tints of #6291EF

#6291EF
(98,145,239)
#709BF0
(112,155,240)
#7EA5F1
(126,165,241)
#8CAFF2
(140,175,242)
#9AB9F3
(154,185,243)
#A8C3F4
(168,195,244)
#B6CDF5
(182,205,245)
#C4D7F6
(196,215,246)
#D2E1F7
(210,225,247)
#E0EBF8
(224,235,248)
#EEF5F9
(238,245,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6291EF; }

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

This text font color is #6291EF.


Background Color

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

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

This div background color is #6291EF.


Border color

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

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

This div border color is #6291EF.


Opacity

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

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

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

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

This text has shadow with #6291EF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6291EF on black background.


Color preview on white background

This text has color #6291EF on white background.



Black color preview on #6291EF background

This text has black color on #6291EF background.


White color preview on #6291EF background

This text has white color on #6291EF background.