COLOR #6495ED

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

Renk bilgisi

Rengin adı CornflowerBlue. #6495ED contains mainly blue color. #6495ED ‘ nin web güvenlik rengi #6699FF (ya da #69F) dir.

RGB renk modeli

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

  • kırmız ton 100;
  • yeşil ton 149;
  • mavi ton 237.
RGB:
(100,149,237)
(39%,58%,93%)

RGB bağlantıları ve doygunluk

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.

Yüzdelerle RGB renk parçaları

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 RENK MODELİ

#6495ED rengi CMYK tonu (58,37,0,7).

  • camgöbeği tonu 57.81%
  • eflatun tonu 37.13%
  • sarı tonu 0.00%
  • ana renk tonu 7.06%
CMYK:
(58,37,0,7)
C58M37Y0K7 
(58%,37%,0%,7%)
(0.58/0.37/0.00/0.07)	

CMYK yüzdeleri

%57.81
%37.13
%0
%7.06

Codes

Color #6495ED in popluar color models

6495ED
RGB100149237
HSL219°79.19%66.08%
HSB/HSV219°57.81%92.94%
CMYK57.81%37.13%0.00%
7.06%

Color #6495ED in popluar number systems.

HEX6495ED
Decimal100149237
Binary11001001001010111101101
Octal144225355

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.