COLOR #6463A5

HEX: #6463A5
RGB: (100,99,165)

Renk bilgisi

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

RGB renk modeli

#6463A5 color RGB value is (100,99,165).

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

RGB bağlantıları ve doygunluk

R 100 of 255 = 39%
G 99 of 255 = 39%
B 165 of 255 = 65%

100
99
165

R + G + B ~ 48%. #6463A5 is middle color (not dark and not light).

Yüzdelerle RGB renk parçaları

R + G + B =
100 + 99 + 165 = 364 (100%)
R 100 of 364 ~ 27.47%
G 99 of 364 ~ 27.2%
B 165 of 364 ~ 45.33%

%27.47
%27.2
%45.33

CMYK RENK MODELİ

#6463A5 rengi CMYK tonu (39,40,0,35).

  • camgöbeği tonu 39.39%
  • eflatun tonu 40.00%
  • sarı tonu 0.00%
  • ana renk tonu 35.29%
CMYK:
(39,40,0,35)
C39M40Y0K35 
(39%,40%,0%,35%)
(0.39/0.40/0.00/0.35)	

CMYK yüzdeleri

%39.39
%40
%0
%35.29

Codes

Color #6463A5 in popluar color models

6463A5
RGB10099165
HSL241°26.83%51.76%
HSB/HSV241°40.00%64.71%
CMYK39.39%40.00%0.00%
35.29%

Color #6463A5 in popluar number systems.

HEX6463A5
Decimal10099165
Binary1100100110001110100101
Octal144143245

Shades and tints

Shades of #6463A5

#6463A5
(100,99,165)
#5B5A96
(91,90,150)
#525187
(82,81,135)
#494878
(73,72,120)
#403F69
(64,63,105)
#37365A
(55,54,90)
#2E2D4B
(46,45,75)
#25243C
(37,36,60)
#1C1B2D
(28,27,45)
#13121E
(19,18,30)
#0A090F
(10,9,15)
#000000
(0,0,0)

Tints of #6463A5

#6463A5
(100,99,165)
#7271AD
(114,113,173)
#807FB5
(128,127,181)
#8E8DBD
(142,141,189)
#9C9BC5
(156,155,197)
#AAA9CD
(170,169,205)
#B8B7D5
(184,183,213)
#C6C5DD
(198,197,221)
#D4D3E5
(212,211,229)
#E2E1ED
(226,225,237)
#F0EFF5
(240,239,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6463A5 color. Also use rgb(100,99,165) instead hex code.

Text Font Color

.myTextColor { color: #6463A5; }

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

This text font color is #6463A5.


Background Color

.myBgColor { background-color: #6463A5; }

<div style="background-color:#6463A5">Inner text</div>

This div background color is #6463A5.


Border color

.myBorderColor { border: 1px solid #6463A5; }

<div style="border:3px solid #6463A5">Div</div>

This div border color is #6463A5.


Opacity

.myOpacity80 { color: #6463A5; opacity: 0.8; }

<p style="color:#6463A5;opacity:0.8;">80%</p>

Text with #6463A5 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 #6463A5;}

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

This text has shadow with #6463A5 color.

.textShadow {text-shadow: 3px 3px 1px #6463A5, 3px 3px 1px red;}

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

This text has shadow with #6463A5 primary color and red secondary color.


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

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

This text has shadow with #6463A5 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6463A5 on black background.


Color preview on white background

This text has color #6463A5 on white background.



Black color preview on #6463A5 background

This text has black color on #6463A5 background.


White color preview on #6463A5 background

This text has white color on #6463A5 background.