COLOR #6394D4

HEX: #6394D4
RGB: (99,148,212)

Renk bilgisi

#6394D4 contains mainly blue color. #6394D4 ‘ nin web güvenlik rengi #6699CC (ya da #69C) dir.

RGB renk modeli

#6394D4 color RGB value is (99,148,212).

  • kırmız ton 99;
  • yeşil ton 148;
  • mavi ton 212.
RGB:
(99,148,212)
(39%,58%,83%)

RGB bağlantıları ve doygunluk

R 99 of 255 = 39%
G 148 of 255 = 58%
B 212 of 255 = 83%

99
148
212

R + G + B ~ 60%. #6394D4 is middle color (not dark and not light).

Yüzdelerle RGB renk parçaları

R + G + B =
99 + 148 + 212 = 459 (100%)
R 99 of 459 ~ 21.57%
G 148 of 459 ~ 32.24%
B 212 of 459 ~ 46.19%

%21.57
%32.24
%46.19

CMYK RENK MODELİ

#6394D4 rengi CMYK tonu (53,30,0,17).

  • camgöbeği tonu 53.30%
  • eflatun tonu 30.19%
  • sarı tonu 0.00%
  • ana renk tonu 16.86%
CMYK:
(53,30,0,17)
C53M30Y0K17 
(53%,30%,0%,17%)
(0.53/0.30/0.00/0.17)	

CMYK yüzdeleri

%53.3
%30.19
%0
%16.86

Codes

Color #6394D4 in popluar color models

6394D4
RGB99148212
HSL214°56.78%60.98%
HSB/HSV214°53.30%83.14%
CMYK53.30%30.19%0.00%
16.86%

Color #6394D4 in popluar number systems.

HEX6394D4
Decimal99148212
Binary11000111001010011010100
Octal143224324

Shades and tints

Shades of #6394D4

#6394D4
(99,148,212)
#5A87C1
(90,135,193)
#517AAE
(81,122,174)
#486D9B
(72,109,155)
#3F6088
(63,96,136)
#365375
(54,83,117)
#2D4662
(45,70,98)
#24394F
(36,57,79)
#1B2C3C
(27,44,60)
#121F29
(18,31,41)
#091216
(9,18,22)
#000000
(0,0,0)

Tints of #6394D4

#6394D4
(99,148,212)
#719DD7
(113,157,215)
#7FA6DA
(127,166,218)
#8DAFDD
(141,175,221)
#9BB8E0
(155,184,224)
#A9C1E3
(169,193,227)
#B7CAE6
(183,202,230)
#C5D3E9
(197,211,233)
#D3DCEC
(211,220,236)
#E1E5EF
(225,229,239)
#EFEEF2
(239,238,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6394D4 color. Also use rgb(99,148,212) instead hex code.

Text Font Color

.myTextColor { color: #6394D4; }

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

This text font color is #6394D4.


Background Color

.myBgColor { background-color: #6394D4; }

<div style="background-color:#6394D4">Inner text</div>

This div background color is #6394D4.


Border color

.myBorderColor { border: 1px solid #6394D4; }

<div style="border:3px solid #6394D4">Div</div>

This div border color is #6394D4.


Opacity

.myOpacity80 { color: #6394D4; opacity: 0.8; }

<p style="color:#6394D4;opacity:0.8;">80%</p>

Text with #6394D4 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 #6394D4;}

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

This text has shadow with #6394D4 color.

.textShadow {text-shadow: 3px 3px 1px #6394D4, 3px 3px 1px red;}

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

This text has shadow with #6394D4 primary color and red secondary color.


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

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

This text has shadow with #6394D4 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6394D4 on black background.


Color preview on white background

This text has color #6394D4 on white background.



Black color preview on #6394D4 background

This text has black color on #6394D4 background.


White color preview on #6394D4 background

This text has white color on #6394D4 background.