COLOR #6495ED

HEX: #6495ED RGB: (100,149,237)

Color info

Color name is CornflowerBlue. #6495ED contains mainly blue color. Web safe color of #6495ED is #6699FF (or #69F).

RGB color model

#6495ED color RGB value is (100,149,237).

RGB: (100,149,237) (39%, 58%, 93%)

RGB channels and saturation

R 100 of 255 = 39%
G 149 of 255 = 58%
B 237 of 255 = 93%

100
149
237

R + G + B ~ 63%. #6495ED is quite light color.

Portions of RGB colors in percentages

R + G + B = 100 + 149 + 237 = 486 (100%)
R 100 of 486 ~ 20.58%
G 149 of 486 ~ 30.66%
B 237 of 486 ~ 48.77'%

%20.58
%30.66
%48.77

CMYK color model

#6495ED color CMYK value is (58,37,0,7).

  • cyan value is 57.81%
  • magenta value is 37.13%
  • yellow value is 0.00%
  • key color value is 7.06%

CMYK: (58,37,0,7)
C58M37Y0K7 (58%, 37%, 0%, 7%)
(0.58 / 0.37 / 0.00 / 0.07)

CMYK percentages

%57.81
%37.13
%0
%7.06

Codes

Color #6495ED in popluar color models

64 95 ED
RGB 100 149 237
HSL 219° 79.19% 66.08%
HSB/HSV 219° 57.81% 92.94%
CMYK 57.81% 37.13% 0.00%
7.06%

Color #6495ED in popluar number systems.

HEX 64 95 ED
Decimal 100 149 237
Binary 1100100 10010101 11101101
Octal 144 225 355

Shades and tints

Shades of #6495ED

#6495ED
(100,149,237)
#5B88D8
(91,136,216)
#527BC3
(82,123,195)
#496EAE
(73,110,174)
#406199
(64,97,153)
#375484
(55,84,132)
#2E476F
(46,71,111)
#253A5A
(37,58,90)
#1C2D45
(28,45,69)
#132030
(19,32,48)
#0A131B
(10,19,27)
#000000
(0,0,0)

Tints of #6495ED

#6495ED
(100,149,237)
#729EEE
(114,158,238)
#80A7EF
(128,167,239)
#8EB0F0
(142,176,240)
#9CB9F1
(156,185,241)
#AAC2F2
(170,194,242)
#B8CBF3
(184,203,243)
#C6D4F4
(198,212,244)
#D4DDF5
(212,221,245)
#E2E6F6
(226,230,246)
#F0EFF7
(240,239,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6495ED color. Also use rgb(100,149,237) instead hex code.

Text Font Color

.myTextColor { color: #6495ED; }

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

This text font color is #6495ED.

Background Color

.myBgColor { background-color: #6495ED; }

<div style="background-color:#6495ED">Inner text</div>

This div background color is #6495ED.

Border color

.myBorderColor { border: 1px solid #6495ED; }

<div style="border:3px solid #6495ED">Div</div>

This div border color is #6495ED.

Opacity

.myOpacity80 { color: #6495ED; opacity: 0.8; }

<p style="color:#6495ED;opacity:0.8;">80%</p>

Text with #6495ED 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 #6495ED;}

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

This text has shadow with #6495ED color.


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

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

This text has shadow with #6495ED primary color and red secondary color.


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

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

This text has shadow with #6495ED and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #6495ED.

Preview

Color preview on black background

This text has color #6495ED on black background.


Color preview on white background

This text has color #6495ED on white background.


Black color preview on #6495ED background

This text has black color on #6495ED background.


White color preview on #6495ED background

This text has white color on #6495ED background.


Related colors

Complementary color

Complementary color for #hex is #9B6A12.


I love getcolorcode.com

Gradients

Color #6495ED is used in Cornflower Blue gradient.

Cornflower Blue


Triadic colors

1 #ED6495 and #95ED64 with #6495ED are triadic colors.

2 #ED9564 and #9564ED with #6495ED are triadic colors.