COLOR #6364B1

HEX: #6364B1
RGB: (99,100,177)

Renk bilgisi

#6364B1 contains mainly blue color. #6364B1 ‘ nin web güvenlik rengi #666699 (ya da #669) dir.

RGB renk modeli

#6364B1 color RGB value is (99,100,177).

  • kırmız ton 99;
  • yeşil ton 100;
  • mavi ton 177.
RGB:
(99,100,177)
(39%,39%,69%)

RGB bağlantıları ve doygunluk

R 99 of 255 = 39%
G 100 of 255 = 39%
B 177 of 255 = 69%

99
100
177

R + G + B ~ 49%. #6364B1 is middle color (not dark and not light).

Yüzdelerle RGB renk parçaları

R + G + B =
99 + 100 + 177 = 376 (100%)
R 99 of 376 ~ 26.33%
G 100 of 376 ~ 26.6%
B 177 of 376 ~ 47.07%

%26.33
%26.6
%47.07

CMYK RENK MODELİ

#6364B1 rengi CMYK tonu (44,44,0,31).

  • camgöbeği tonu 44.07%
  • eflatun tonu 43.50%
  • sarı tonu 0.00%
  • ana renk tonu 30.59%
CMYK:
(44,44,0,31)
C44M44Y0K31 
(44%,44%,0%,31%)
(0.44/0.44/0.00/0.31)	

CMYK yüzdeleri

%44.07
%43.5
%0
%30.59

Codes

Color #6364B1 in popluar color models

6364B1
RGB99100177
HSL239°33.33%54.12%
HSB/HSV239°44.07%69.41%
CMYK44.07%43.50%0.00%
30.59%

Color #6364B1 in popluar number systems.

HEX6364B1
Decimal99100177
Binary1100011110010010110001
Octal143144261

Shades and tints

Shades of #6364B1

#6364B1
(99,100,177)
#5A5BA1
(90,91,161)
#515291
(81,82,145)
#484981
(72,73,129)
#3F4071
(63,64,113)
#363761
(54,55,97)
#2D2E51
(45,46,81)
#242541
(36,37,65)
#1B1C31
(27,28,49)
#121321
(18,19,33)
#090A11
(9,10,17)
#000000
(0,0,0)

Tints of #6364B1

#6364B1
(99,100,177)
#7172B8
(113,114,184)
#7F80BF
(127,128,191)
#8D8EC6
(141,142,198)
#9B9CCD
(155,156,205)
#A9AAD4
(169,170,212)
#B7B8DB
(183,184,219)
#C5C6E2
(197,198,226)
#D3D4E9
(211,212,233)
#E1E2F0
(225,226,240)
#EFF0F7
(239,240,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6364B1 color. Also use rgb(99,100,177) instead hex code.

Text Font Color

.myTextColor { color: #6364B1; }

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

This text font color is #6364B1.


Background Color

.myBgColor { background-color: #6364B1; }

<div style="background-color:#6364B1">Inner text</div>

This div background color is #6364B1.


Border color

.myBorderColor { border: 1px solid #6364B1; }

<div style="border:3px solid #6364B1">Div</div>

This div border color is #6364B1.


Opacity

.myOpacity80 { color: #6364B1; opacity: 0.8; }

<p style="color:#6364B1;opacity:0.8;">80%</p>

Text with #6364B1 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 #6364B1;}

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

This text has shadow with #6364B1 color.

.textShadow {text-shadow: 3px 3px 1px #6364B1, 3px 3px 1px red;}

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

This text has shadow with #6364B1 primary color and red secondary color.


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

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

This text has shadow with #6364B1 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6364B1 on black background.


Color preview on white background

This text has color #6364B1 on white background.



Black color preview on #6364B1 background

This text has black color on #6364B1 background.


White color preview on #6364B1 background

This text has white color on #6364B1 background.