COLOR #6286EF

HEX: #6286EF
RGB: (98,134,239)

Color info

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

RGB color model

#6286EF color RGB value is (98,134,239).

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

RGB channels and saturation

R 98 of 255 = 38%
G 134 of 255 = 53%
B 239 of 255 = 94%

98
134
239

R + G + B ~ 62%. #6286EF is quite light color.

Portions of RGB colors in percentages

R + G + B =
98 + 134 + 239 = 471 (100%)
R 98 of 471 ~ 20.81%
G 134 of 471 ~ 28.45%
B 239 of 471 ~ 50.74%

%20.81
%28.45
%50.74

CMYK color model

#6286EF color CMYK value is (59,44,0,6).

  • cyan value is 59.00%
  • magenta value is 43.93%
  • yellow value is 0.00%
  • key color value is 6.27%
CMYK:
(59,44,0,6)
C59M44Y0K6 
(59%,44%,0%,6%)
(0.59/0.44/0.00/0.06)	

CMYK percentages

%59
%43.93
%0
%6.27

Codes

Color #6286EF in popluar color models

6286EF
RGB98134239
HSL225°81.50%66.08%
HSB/HSV225°59.00%93.73%
CMYK59.00%43.93%0.00%
6.27%

Color #6286EF in popluar number systems.

HEX6286EF
Decimal98134239
Binary11000101000011011101111
Octal142206357

Shades and tints

Shades of #6286EF

#6286EF
(98,134,239)
#5A7ADA
(90,122,218)
#526EC5
(82,110,197)
#4A62B0
(74,98,176)
#42569B
(66,86,155)
#3A4A86
(58,74,134)
#323E71
(50,62,113)
#2A325C
(42,50,92)
#222647
(34,38,71)
#1A1A32
(26,26,50)
#120E1D
(18,14,29)
#000000
(0,0,0)

Tints of #6286EF

#6286EF
(98,134,239)
#7091F0
(112,145,240)
#7E9CF1
(126,156,241)
#8CA7F2
(140,167,242)
#9AB2F3
(154,178,243)
#A8BDF4
(168,189,244)
#B6C8F5
(182,200,245)
#C4D3F6
(196,211,246)
#D2DEF7
(210,222,247)
#E0E9F8
(224,233,248)
#EEF4F9
(238,244,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6286EF; }

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

This text font color is #6286EF.


Background Color

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

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

This div background color is #6286EF.


Border color

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

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

This div border color is #6286EF.


Opacity

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

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

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

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

This text has shadow with #6286EF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6286EF on black background.


Color preview on white background

This text has color #6286EF on white background.



Black color preview on #6286EF background

This text has black color on #6286EF background.


White color preview on #6286EF background

This text has white color on #6286EF background.