COLOR #6498EB

HEX: #6498EB
RGB: (100,152,235)

Color info

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

RGB color model

#6498EB color RGB value is (100,152,235).

  • red value is 100;
  • green value is 152;
  • blue value is 235.
RGB:
(100,152,235)
(39%,60%,92%)

RGB channels and saturation

R 100 of 255 = 39%
G 152 of 255 = 60%
B 235 of 255 = 92%

100
152
235

R + G + B ~ 64%. #6498EB is quite light color.

Portions of RGB colors in percentages

R + G + B =
100 + 152 + 235 = 487 (100%)
R 100 of 487 ~ 20.53%
G 152 of 487 ~ 31.21%
B 235 of 487 ~ 48.25%

%20.53
%31.21
%48.25

CMYK color model

#6498EB color CMYK value is (57,35,0,8).

  • cyan value is 57.45%
  • magenta value is 35.32%
  • yellow value is 0.00%
  • key color value is 7.84%
CMYK:
(57,35,0,8)
C57M35Y0K8 
(57%,35%,0%,8%)
(0.57/0.35/0.00/0.08)	

CMYK percentages

%57.45
%35.32
%0
%7.84

Codes

Color #6498EB in popluar color models

6498EB
RGB100152235
HSL217°77.14%65.69%
HSB/HSV217°57.45%92.16%
CMYK57.45%35.32%0.00%
7.84%

Color #6498EB in popluar number systems.

HEX6498EB
Decimal100152235
Binary11001001001100011101011
Octal144230353

Shades and tints

Shades of #6498EB

#6498EB
(100,152,235)
#5B8BD6
(91,139,214)
#527EC1
(82,126,193)
#4971AC
(73,113,172)
#406497
(64,100,151)
#375782
(55,87,130)
#2E4A6D
(46,74,109)
#253D58
(37,61,88)
#1C3043
(28,48,67)
#13232E
(19,35,46)
#0A1619
(10,22,25)
#000000
(0,0,0)

Tints of #6498EB

#6498EB
(100,152,235)
#72A1EC
(114,161,236)
#80AAED
(128,170,237)
#8EB3EE
(142,179,238)
#9CBCEF
(156,188,239)
#AAC5F0
(170,197,240)
#B8CEF1
(184,206,241)
#C6D7F2
(198,215,242)
#D4E0F3
(212,224,243)
#E2E9F4
(226,233,244)
#F0F2F5
(240,242,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6498EB color. Also use rgb(100,152,235) instead hex code.

Text Font Color

.myTextColor { color: #6498EB; }

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

This text font color is #6498EB.


Background Color

.myBgColor { background-color: #6498EB; }

<div style="background-color:#6498EB">Inner text</div>

This div background color is #6498EB.


Border color

.myBorderColor { border: 1px solid #6498EB; }

<div style="border:3px solid #6498EB">Div</div>

This div border color is #6498EB.


Opacity

.myOpacity80 { color: #6498EB; opacity: 0.8; }

<p style="color:#6498EB;opacity:0.8;">80%</p>

Text with #6498EB 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 #6498EB;}

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

This text has shadow with #6498EB color.

.textShadow {text-shadow: 3px 3px 1px #6498EB, 3px 3px 1px red;}

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

This text has shadow with #6498EB primary color and red secondary color.


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

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

This text has shadow with #6498EB and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6498EB on black background.


Color preview on white background

This text has color #6498EB on white background.



Black color preview on #6498EB background

This text has black color on #6498EB background.


White color preview on #6498EB background

This text has white color on #6498EB background.