COLOR #6296E2

HEX: #6296E2
RGB: (98,150,226)

Color info

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

RGB color model

#6296E2 color RGB value is (98,150,226).

  • red value is 98;
  • green value is 150;
  • blue value is 226.
RGB:
(98,150,226)
(38%,59%,89%)

RGB channels and saturation

R 98 of 255 = 38%
G 150 of 255 = 59%
B 226 of 255 = 89%

98
150
226

R + G + B ~ 62%. #6296E2 is quite light color.

Portions of RGB colors in percentages

R + G + B =
98 + 150 + 226 = 474 (100%)
R 98 of 474 ~ 20.68%
G 150 of 474 ~ 31.65%
B 226 of 474 ~ 47.68%

%20.68
%31.65
%47.68

CMYK color model

#6296E2 color CMYK value is (57,34,0,11).

  • cyan value is 56.64%
  • magenta value is 33.63%
  • yellow value is 0.00%
  • key color value is 11.37%
CMYK:
(57,34,0,11)
C57M34Y0K11 
(57%,34%,0%,11%)
(0.57/0.34/0.00/0.11)	

CMYK percentages

%56.64
%33.63
%0
%11.37

Codes

Color #6296E2 in popluar color models

6296E2
RGB98150226
HSL216°68.82%63.53%
HSB/HSV216°56.64%88.63%
CMYK56.64%33.63%0.00%
11.37%

Color #6296E2 in popluar number systems.

HEX6296E2
Decimal98150226
Binary11000101001011011100010
Octal142226342

Shades and tints

Shades of #6296E2

#6296E2
(98,150,226)
#5A89CE
(90,137,206)
#527CBA
(82,124,186)
#4A6FA6
(74,111,166)
#426292
(66,98,146)
#3A557E
(58,85,126)
#32486A
(50,72,106)
#2A3B56
(42,59,86)
#222E42
(34,46,66)
#1A212E
(26,33,46)
#12141A
(18,20,26)
#000000
(0,0,0)

Tints of #6296E2

#6296E2
(98,150,226)
#709FE4
(112,159,228)
#7EA8E6
(126,168,230)
#8CB1E8
(140,177,232)
#9ABAEA
(154,186,234)
#A8C3EC
(168,195,236)
#B6CCEE
(182,204,238)
#C4D5F0
(196,213,240)
#D2DEF2
(210,222,242)
#E0E7F4
(224,231,244)
#EEF0F6
(238,240,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6296E2 color. Also use rgb(98,150,226) instead hex code.

Text Font Color

.myTextColor { color: #6296E2; }

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

This text font color is #6296E2.


Background Color

.myBgColor { background-color: #6296E2; }

<div style="background-color:#6296E2">Inner text</div>

This div background color is #6296E2.


Border color

.myBorderColor { border: 1px solid #6296E2; }

<div style="border:3px solid #6296E2">Div</div>

This div border color is #6296E2.


Opacity

.myOpacity80 { color: #6296E2; opacity: 0.8; }

<p style="color:#6296E2;opacity:0.8;">80%</p>

Text with #6296E2 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 #6296E2;}

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

This text has shadow with #6296E2 color.

.textShadow {text-shadow: 3px 3px 1px #6296E2, 3px 3px 1px red;}

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

This text has shadow with #6296E2 primary color and red secondary color.


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

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

This text has shadow with #6296E2 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6296E2 on black background.


Color preview on white background

This text has color #6296E2 on white background.



Black color preview on #6296E2 background

This text has black color on #6296E2 background.


White color preview on #6296E2 background

This text has white color on #6296E2 background.