COLOR #6494CC

HEX: #6494CC
RGB: (100,148,204)

Renk bilgisi

#6494CC contains mainly green and blue colors. #6494CC ‘ nin web güvenlik rengi #6699CC (ya da #69C) dir.

RGB renk modeli

#6494CC color RGB value is (100,148,204).

  • kırmız ton 100;
  • yeşil ton 148;
  • mavi ton 204.
RGB:
(100,148,204)
(39%,58%,80%)

RGB bağlantıları ve doygunluk

R 100 of 255 = 39%
G 148 of 255 = 58%
B 204 of 255 = 80%

100
148
204

R + G + B ~ 59%. #6494CC is middle color (not dark and not light).

Yüzdelerle RGB renk parçaları

R + G + B =
100 + 148 + 204 = 452 (100%)
R 100 of 452 ~ 22.12%
G 148 of 452 ~ 32.74%
B 204 of 452 ~ 45.13%

%22.12
%32.74
%45.13

CMYK RENK MODELİ

#6494CC rengi CMYK tonu (51,27,0,20).

  • camgöbeği tonu 50.98%
  • eflatun tonu 27.45%
  • sarı tonu 0.00%
  • ana renk tonu 20.00%
CMYK:
(51,27,0,20)
C51M27Y0K20 
(51%,27%,0%,20%)
(0.51/0.27/0.00/0.20)	

CMYK yüzdeleri

%50.98
%27.45
%0
%20

Codes

Color #6494CC in popluar color models

6494CC
RGB100148204
HSL212°50.49%59.61%
HSB/HSV212°50.98%80.00%
CMYK50.98%27.45%0.00%
20.00%

Color #6494CC in popluar number systems.

HEX6494CC
Decimal100148204
Binary11001001001010011001100
Octal144224314

Shades and tints

Shades of #6494CC

#6494CC
(100,148,204)
#5B87BA
(91,135,186)
#527AA8
(82,122,168)
#496D96
(73,109,150)
#406084
(64,96,132)
#375372
(55,83,114)
#2E4660
(46,70,96)
#25394E
(37,57,78)
#1C2C3C
(28,44,60)
#131F2A
(19,31,42)
#0A1218
(10,18,24)
#000000
(0,0,0)

Tints of #6494CC

#6494CC
(100,148,204)
#729DD0
(114,157,208)
#80A6D4
(128,166,212)
#8EAFD8
(142,175,216)
#9CB8DC
(156,184,220)
#AAC1E0
(170,193,224)
#B8CAE4
(184,202,228)
#C6D3E8
(198,211,232)
#D4DCEC
(212,220,236)
#E2E5F0
(226,229,240)
#F0EEF4
(240,238,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6494CC color. Also use rgb(100,148,204) instead hex code.

Text Font Color

.myTextColor { color: #6494CC; }

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

This text font color is #6494CC.


Background Color

.myBgColor { background-color: #6494CC; }

<div style="background-color:#6494CC">Inner text</div>

This div background color is #6494CC.


Border color

.myBorderColor { border: 1px solid #6494CC; }

<div style="border:3px solid #6494CC">Div</div>

This div border color is #6494CC.


Opacity

.myOpacity80 { color: #6494CC; opacity: 0.8; }

<p style="color:#6494CC;opacity:0.8;">80%</p>

Text with #6494CC 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 #6494CC;}

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

This text has shadow with #6494CC color.

.textShadow {text-shadow: 3px 3px 1px #6494CC, 3px 3px 1px red;}

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

This text has shadow with #6494CC primary color and red secondary color.


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

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

This text has shadow with #6494CC and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6494CC on black background.


Color preview on white background

This text has color #6494CC on white background.



Black color preview on #6494CC background

This text has black color on #6494CC background.


White color preview on #6494CC background

This text has white color on #6494CC background.