COLOR #6463CB

HEX: #6463CB
RGB: (100,99,203)

Renk bilgisi

#6463CB contains mainly blue color. #6463CB ‘ nin web güvenlik rengi #6666CC (ya da #66C) dir.

RGB renk modeli

#6463CB color RGB value is (100,99,203).

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

RGB bağlantıları ve doygunluk

R 100 of 255 = 39%
G 99 of 255 = 39%
B 203 of 255 = 80%

100
99
203

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

Yüzdelerle RGB renk parçaları

R + G + B =
100 + 99 + 203 = 402 (100%)
R 100 of 402 ~ 24.88%
G 99 of 402 ~ 24.63%
B 203 of 402 ~ 50.5%

%24.88
%24.63
%50.5

CMYK RENK MODELİ

#6463CB rengi CMYK tonu (51,51,0,20).

  • camgöbeği tonu 50.74%
  • eflatun tonu 51.23%
  • sarı tonu 0.00%
  • ana renk tonu 20.39%
CMYK:
(51,51,0,20)
C51M51Y0K20 
(51%,51%,0%,20%)
(0.51/0.51/0.00/0.20)	

CMYK yüzdeleri

%50.74
%51.23
%0
%20.39

Codes

Color #6463CB in popluar color models

6463CB
RGB10099203
HSL241°50.00%59.22%
HSB/HSV241°51.23%79.61%
CMYK50.74%51.23%0.00%
20.39%

Color #6463CB in popluar number systems.

HEX6463CB
Decimal10099203
Binary1100100110001111001011
Octal144143313

Shades and tints

Shades of #6463CB

#6463CB
(100,99,203)
#5B5AB9
(91,90,185)
#5251A7
(82,81,167)
#494895
(73,72,149)
#403F83
(64,63,131)
#373671
(55,54,113)
#2E2D5F
(46,45,95)
#25244D
(37,36,77)
#1C1B3B
(28,27,59)
#131229
(19,18,41)
#0A0917
(10,9,23)
#000000
(0,0,0)

Tints of #6463CB

#6463CB
(100,99,203)
#7271CF
(114,113,207)
#807FD3
(128,127,211)
#8E8DD7
(142,141,215)
#9C9BDB
(156,155,219)
#AAA9DF
(170,169,223)
#B8B7E3
(184,183,227)
#C6C5E7
(198,197,231)
#D4D3EB
(212,211,235)
#E2E1EF
(226,225,239)
#F0EFF3
(240,239,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6463CB; }

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

This text font color is #6463CB.


Background Color

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

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

This div background color is #6463CB.


Border color

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

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

This div border color is #6463CB.


Opacity

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

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

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

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

This text has shadow with #6463CB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6463CB on black background.


Color preview on white background

This text has color #6463CB on white background.



Black color preview on #6463CB background

This text has black color on #6463CB background.


White color preview on #6463CB background

This text has white color on #6463CB background.