COLOR #6286F0

HEX: #6286F0 RGB: (98,134,240)

Color info

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

RGB color model

#6286F0 color RGB value is (98,134,240).

RGB: (98,134,240) (38%, 53%, 94%)

RGB channels and saturation

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

98
134
240

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

Portions of RGB colors in percentages

R + G + B = 98 + 134 + 240 = 472 (100%)
R 98 of 472 ~ 20.76%
G 134 of 472 ~ 28.39%
B 240 of 472 ~ 50.85'%

%20.76
%28.39
%50.85

CMYK color model

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

  • cyan value is 59.17%
  • magenta value is 44.17%
  • yellow value is 0.00%
  • key color value is 5.88%

CMYK: (59,44,0,6)
C59M44Y0K6 (59%, 44%, 0%, 6%)
(0.59 / 0.44 / 0.00 / 0.06)

CMYK percentages

%59.17
%44.17
%0
%5.88

Codes

Color #6286F0 in popluar color models

62 86 F0
RGB 98 134 240
HSL 225° 82.56% 66.27%
HSB/HSV 225° 59.17% 94.12%
CMYK 59.17% 44.17% 0.00%
5.88%

Color #6286F0 in popluar number systems.

HEX 62 86 F0
Decimal 98 134 240
Binary 1100010 10000110 11110000
Octal 142 206 360

Shades and tints

Shades of #6286F0

#6286F0
(98,134,240)
#5A7ADB
(90,122,219)
#526EC6
(82,110,198)
#4A62B1
(74,98,177)
#42569C
(66,86,156)
#3A4A87
(58,74,135)
#323E72
(50,62,114)
#2A325D
(42,50,93)
#222648
(34,38,72)
#1A1A33
(26,26,51)
#120E1E
(18,14,30)
#000000
(0,0,0)

Tints of #6286F0

#6286F0
(98,134,240)
#7091F1
(112,145,241)
#7E9CF2
(126,156,242)
#8CA7F3
(140,167,243)
#9AB2F4
(154,178,244)
#A8BDF5
(168,189,245)
#B6C8F6
(182,200,246)
#C4D3F7
(196,211,247)
#D2DEF8
(210,222,248)
#E0E9F9
(224,233,249)
#EEF4FA
(238,244,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6286F0; }

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

This text font color is #6286F0.

Background Color

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

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

This div background color is #6286F0.

Border color

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

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

This div border color is #6286F0.

Opacity

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

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

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

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

This text has shadow with #6286F0 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #6286F0.

Preview

Color preview on black background

This text has color #6286F0 on black background.


Color preview on white background

This text has color #6286F0 on white background.


Black color preview on #6286F0 background

This text has black color on #6286F0 background.


White color preview on #6286F0 background

This text has white color on #6286F0 background.


Related colors

Complementary color

Complementary color for #hex is #9D790F.


I love getcolorcode.com

Triadic colors

1 #F06286 and #86F062 with #6286F0 are triadic colors.

2 #F08662 and #8662F0 with #6286F0 are triadic colors.