COLOR #6285E5

HEX: #6285E5
RGB: (98,133,229)

Color info

#6285E5 contains mainly blue color. Web safe color of #6285E5 is #6699CC (or #69C).

RGB color model

#6285E5 color RGB value is (98,133,229).

  • red value is 98;
  • green value is 133;
  • blue value is 229.
RGB:
(98,133,229)
(38%,52%,90%)

RGB channels and saturation

R 98 of 255 = 38%
G 133 of 255 = 52%
B 229 of 255 = 90%

98
133
229

R + G + B ~ 60%. #6285E5 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
98 + 133 + 229 = 460 (100%)
R 98 of 460 ~ 21.3%
G 133 of 460 ~ 28.91%
B 229 of 460 ~ 49.78%

%21.3
%28.91
%49.78

CMYK color model

#6285E5 color CMYK value is (57,42,0,10).

  • cyan value is 57.21%
  • magenta value is 41.92%
  • yellow value is 0.00%
  • key color value is 10.20%
CMYK:
(57,42,0,10)
C57M42Y0K10 
(57%,42%,0%,10%)
(0.57/0.42/0.00/0.10)	

CMYK percentages

%57.21
%41.92
%0
%10.2

Codes

Color #6285E5 in popluar color models

6285E5
RGB98133229
HSL224°71.58%64.12%
HSB/HSV224°57.21%89.80%
CMYK57.21%41.92%0.00%
10.20%

Color #6285E5 in popluar number systems.

HEX6285E5
Decimal98133229
Binary11000101000010111100101
Octal142205345

Shades and tints

Shades of #6285E5

#6285E5
(98,133,229)
#5A79D1
(90,121,209)
#526DBD
(82,109,189)
#4A61A9
(74,97,169)
#425595
(66,85,149)
#3A4981
(58,73,129)
#323D6D
(50,61,109)
#2A3159
(42,49,89)
#222545
(34,37,69)
#1A1931
(26,25,49)
#120D1D
(18,13,29)
#000000
(0,0,0)

Tints of #6285E5

#6285E5
(98,133,229)
#7090E7
(112,144,231)
#7E9BE9
(126,155,233)
#8CA6EB
(140,166,235)
#9AB1ED
(154,177,237)
#A8BCEF
(168,188,239)
#B6C7F1
(182,199,241)
#C4D2F3
(196,210,243)
#D2DDF5
(210,221,245)
#E0E8F7
(224,232,247)
#EEF3F9
(238,243,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6285E5 color. Also use rgb(98,133,229) instead hex code.

Text Font Color

.myTextColor { color: #6285E5; }

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

This text font color is #6285E5.


Background Color

.myBgColor { background-color: #6285E5; }

<div style="background-color:#6285E5">Inner text</div>

This div background color is #6285E5.


Border color

.myBorderColor { border: 1px solid #6285E5; }

<div style="border:3px solid #6285E5">Div</div>

This div border color is #6285E5.


Opacity

.myOpacity80 { color: #6285E5; opacity: 0.8; }

<p style="color:#6285E5;opacity:0.8;">80%</p>

Text with #6285E5 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 #6285E5;}

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

This text has shadow with #6285E5 color.

.textShadow {text-shadow: 3px 3px 1px #6285E5, 3px 3px 1px red;}

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

This text has shadow with #6285E5 primary color and red secondary color.


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

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

This text has shadow with #6285E5 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6285E5 on black background.


Color preview on white background

This text has color #6285E5 on white background.



Black color preview on #6285E5 background

This text has black color on #6285E5 background.


White color preview on #6285E5 background

This text has white color on #6285E5 background.