COLOR #6397E1

HEX: #6397E1
RGB: (99,151,225)

Renk bilgisi

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

RGB renk modeli

#6397E1 color RGB value is (99,151,225).

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

RGB bağlantıları ve doygunluk

R 99 of 255 = 39%
G 151 of 255 = 59%
B 225 of 255 = 88%

99
151
225

R + G + B ~ 62%. #6397E1 is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
99 + 151 + 225 = 475 (100%)
R 99 of 475 ~ 20.84%
G 151 of 475 ~ 31.79%
B 225 of 475 ~ 47.37%

%20.84
%31.79
%47.37

CMYK RENK MODELİ

#6397E1 rengi CMYK tonu (56,33,0,12).

  • camgöbeği tonu 56.00%
  • eflatun tonu 32.89%
  • sarı tonu 0.00%
  • ana renk tonu 11.76%
CMYK:
(56,33,0,12)
C56M33Y0K12 
(56%,33%,0%,12%)
(0.56/0.33/0.00/0.12)	

CMYK yüzdeleri

%56
%32.89
%0
%11.76

Codes

Color #6397E1 in popluar color models

6397E1
RGB99151225
HSL215°67.74%63.53%
HSB/HSV215°56.00%88.24%
CMYK56.00%32.89%0.00%
11.76%

Color #6397E1 in popluar number systems.

HEX6397E1
Decimal99151225
Binary11000111001011111100001
Octal143227341

Shades and tints

Shades of #6397E1

#6397E1
(99,151,225)
#5A8ACD
(90,138,205)
#517DB9
(81,125,185)
#4870A5
(72,112,165)
#3F6391
(63,99,145)
#36567D
(54,86,125)
#2D4969
(45,73,105)
#243C55
(36,60,85)
#1B2F41
(27,47,65)
#12222D
(18,34,45)
#091519
(9,21,25)
#000000
(0,0,0)

Tints of #6397E1

#6397E1
(99,151,225)
#71A0E3
(113,160,227)
#7FA9E5
(127,169,229)
#8DB2E7
(141,178,231)
#9BBBE9
(155,187,233)
#A9C4EB
(169,196,235)
#B7CDED
(183,205,237)
#C5D6EF
(197,214,239)
#D3DFF1
(211,223,241)
#E1E8F3
(225,232,243)
#EFF1F5
(239,241,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6397E1; }

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

This text font color is #6397E1.


Background Color

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

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

This div background color is #6397E1.


Border color

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

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

This div border color is #6397E1.


Opacity

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

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

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

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

This text has shadow with #6397E1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6397E1 on black background.


Color preview on white background

This text has color #6397E1 on white background.



Black color preview on #6397E1 background

This text has black color on #6397E1 background.


White color preview on #6397E1 background

This text has white color on #6397E1 background.