COLOR #6363D5

HEX: #6363D5
RGB: (99,99,213)

Renk bilgisi

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

RGB renk modeli

#6363D5 color RGB value is (99,99,213).

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

RGB bağlantıları ve doygunluk

R 99 of 255 = 39%
G 99 of 255 = 39%
B 213 of 255 = 84%

99
99
213

R + G + B ~ 54%. #6363D5 is middle color (not dark and not light).

Yüzdelerle RGB renk parçaları

R + G + B =
99 + 99 + 213 = 411 (100%)
R 99 of 411 ~ 24.09%
G 99 of 411 ~ 24.09%
B 213 of 411 ~ 51.82%

%24.09
%24.09
%51.82

CMYK RENK MODELİ

#6363D5 rengi CMYK tonu (54,54,0,16).

  • camgöbeği tonu 53.52%
  • eflatun tonu 53.52%
  • sarı tonu 0.00%
  • ana renk tonu 16.47%
CMYK:
(54,54,0,16)
C54M54Y0K16 
(54%,54%,0%,16%)
(0.54/0.54/0.00/0.16)	

CMYK yüzdeleri

%53.52
%53.52
%0
%16.47

Codes

Color #6363D5 in popluar color models

6363D5
RGB9999213
HSL240°57.58%61.18%
HSB/HSV240°53.52%83.53%
CMYK53.52%53.52%0.00%
16.47%

Color #6363D5 in popluar number systems.

HEX6363D5
Decimal9999213
Binary1100011110001111010101
Octal143143325

Shades and tints

Shades of #6363D5

#6363D5
(99,99,213)
#5A5AC2
(90,90,194)
#5151AF
(81,81,175)
#48489C
(72,72,156)
#3F3F89
(63,63,137)
#363676
(54,54,118)
#2D2D63
(45,45,99)
#242450
(36,36,80)
#1B1B3D
(27,27,61)
#12122A
(18,18,42)
#090917
(9,9,23)
#000000
(0,0,0)

Tints of #6363D5

#6363D5
(99,99,213)
#7171D8
(113,113,216)
#7F7FDB
(127,127,219)
#8D8DDE
(141,141,222)
#9B9BE1
(155,155,225)
#A9A9E4
(169,169,228)
#B7B7E7
(183,183,231)
#C5C5EA
(197,197,234)
#D3D3ED
(211,211,237)
#E1E1F0
(225,225,240)
#EFEFF3
(239,239,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6363D5 color. Also use rgb(99,99,213) instead hex code.

Text Font Color

.myTextColor { color: #6363D5; }

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

This text font color is #6363D5.


Background Color

.myBgColor { background-color: #6363D5; }

<div style="background-color:#6363D5">Inner text</div>

This div background color is #6363D5.


Border color

.myBorderColor { border: 1px solid #6363D5; }

<div style="border:3px solid #6363D5">Div</div>

This div border color is #6363D5.


Opacity

.myOpacity80 { color: #6363D5; opacity: 0.8; }

<p style="color:#6363D5;opacity:0.8;">80%</p>

Text with #6363D5 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 #6363D5;}

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

This text has shadow with #6363D5 color.

.textShadow {text-shadow: 3px 3px 1px #6363D5, 3px 3px 1px red;}

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

This text has shadow with #6363D5 primary color and red secondary color.


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

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

This text has shadow with #6363D5 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6363D5 on black background.


Color preview on white background

This text has color #6363D5 on white background.



Black color preview on #6363D5 background

This text has black color on #6363D5 background.


White color preview on #6363D5 background

This text has white color on #6363D5 background.