COLOR #6397D9

HEX: #6397D9
RGB: (99,151,217)

Renk bilgisi

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

RGB renk modeli

#6397D9 color RGB value is (99,151,217).

  • kırmız ton 99;
  • yeşil ton 151;
  • mavi ton 217.
RGB:
(99,151,217)
(39%,59%,85%)

RGB bağlantıları ve doygunluk

R 99 of 255 = 39%
G 151 of 255 = 59%
B 217 of 255 = 85%

99
151
217

R + G + B ~ 61%. #6397D9 is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
99 + 151 + 217 = 467 (100%)
R 99 of 467 ~ 21.2%
G 151 of 467 ~ 32.33%
B 217 of 467 ~ 46.47%

%21.2
%32.33
%46.47

CMYK RENK MODELİ

#6397D9 rengi CMYK tonu (54,30,0,15).

  • camgöbeği tonu 54.38%
  • eflatun tonu 30.41%
  • sarı tonu 0.00%
  • ana renk tonu 14.90%
CMYK:
(54,30,0,15)
C54M30Y0K15 
(54%,30%,0%,15%)
(0.54/0.30/0.00/0.15)	

CMYK yüzdeleri

%54.38
%30.41
%0
%14.9

Codes

Color #6397D9 in popluar color models

6397D9
RGB99151217
HSL214°60.82%61.96%
HSB/HSV214°54.38%85.10%
CMYK54.38%30.41%0.00%
14.90%

Color #6397D9 in popluar number systems.

HEX6397D9
Decimal99151217
Binary11000111001011111011001
Octal143227331

Shades and tints

Shades of #6397D9

#6397D9
(99,151,217)
#5A8AC6
(90,138,198)
#517DB3
(81,125,179)
#4870A0
(72,112,160)
#3F638D
(63,99,141)
#36567A
(54,86,122)
#2D4967
(45,73,103)
#243C54
(36,60,84)
#1B2F41
(27,47,65)
#12222E
(18,34,46)
#09151B
(9,21,27)
#000000
(0,0,0)

Tints of #6397D9

#6397D9
(99,151,217)
#71A0DC
(113,160,220)
#7FA9DF
(127,169,223)
#8DB2E2
(141,178,226)
#9BBBE5
(155,187,229)
#A9C4E8
(169,196,232)
#B7CDEB
(183,205,235)
#C5D6EE
(197,214,238)
#D3DFF1
(211,223,241)
#E1E8F4
(225,232,244)
#EFF1F7
(239,241,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6397D9 color. Also use rgb(99,151,217) instead hex code.

Text Font Color

.myTextColor { color: #6397D9; }

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

This text font color is #6397D9.


Background Color

.myBgColor { background-color: #6397D9; }

<div style="background-color:#6397D9">Inner text</div>

This div background color is #6397D9.


Border color

.myBorderColor { border: 1px solid #6397D9; }

<div style="border:3px solid #6397D9">Div</div>

This div border color is #6397D9.


Opacity

.myOpacity80 { color: #6397D9; opacity: 0.8; }

<p style="color:#6397D9;opacity:0.8;">80%</p>

Text with #6397D9 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 #6397D9;}

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

This text has shadow with #6397D9 color.

.textShadow {text-shadow: 3px 3px 1px #6397D9, 3px 3px 1px red;}

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

This text has shadow with #6397D9 primary color and red secondary color.


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

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

This text has shadow with #6397D9 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6397D9 on black background.


Color preview on white background

This text has color #6397D9 on white background.



Black color preview on #6397D9 background

This text has black color on #6397D9 background.


White color preview on #6397D9 background

This text has white color on #6397D9 background.