COLOR #6563DB

HEX: #6563DB RGB: (101,99,219)

Renk bilgisi

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

RGB renk modeli

#6563DB color RGB value is (101,99,219).

RGB: (101,99,219) (40%, 39%, 86%)

RGB bağlantıları ve doygunluk

R 101 of 255 = 40%
G 99 of 255 = 39%
B 219 of 255 = 86%

101
99
219

R + G + B ~ 55%. #6563DB is middle color (not dark and not light).

Yüzdelerle RGB renk parçaları

R + G + B = 101 + 99 + 219 = 419 (100%)
R 101 of 419 ~ 24.11%
G 99 of 419 ~ 23.63%
B 219 of 419 ~ 52.27'%

%24.11
%23.63
%52.27

CMYK RENK MODELİ

#6563DB rengi CMYK tonu (54,55,0,14).

  • camgöbeği tonu 53.88%
  • eflatun tonu 54.79%
  • sarı tonu 0.00%
  • ana renk tonu 14.12%

CMYK: (54,55,0,14)
C54M55Y0K14 (54%, 55%, 0%, 14%)
(0.54 / 0.55 / 0.00 / 0.14)

CMYK yüzdeleri

%53.88
%54.79
%0
%14.12

Codes

Color #6563DB in popluar color models

65 63 DB
RGB 101 99 219
HSL 241° 62.50% 62.35%
HSB/HSV 241° 54.79% 85.88%
CMYK 53.88% 54.79% 0.00%
14.12%

Color #6563DB in popluar number systems.

HEX 65 63 DB
Decimal 101 99 219
Binary 1100101 1100011 11011011
Octal 145 143 333

Shades and tints

Shades of #6563DB

#6563DB
(101,99,219)
#5C5AC8
(92,90,200)
#5351B5
(83,81,181)
#4A48A2
(74,72,162)
#413F8F
(65,63,143)
#38367C
(56,54,124)
#2F2D69
(47,45,105)
#262456
(38,36,86)
#1D1B43
(29,27,67)
#141230
(20,18,48)
#0B091D
(11,9,29)
#000000
(0,0,0)

Tints of #6563DB

#6563DB
(101,99,219)
#7371DE
(115,113,222)
#817FE1
(129,127,225)
#8F8DE4
(143,141,228)
#9D9BE7
(157,155,231)
#ABA9EA
(171,169,234)
#B9B7ED
(185,183,237)
#C7C5F0
(199,197,240)
#D5D3F3
(213,211,243)
#E3E1F6
(227,225,246)
#F1EFF9
(241,239,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6563DB color. Also use rgb(101,99,219) instead hex code.

Text Font Color

.myTextColor { color: #6563DB; }

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

This text font color is #6563DB.

Background Color

.myBgColor { background-color: #6563DB; }

<div style="background-color:#6563DB">Inner text</div>

This div background color is #6563DB.

Border color

.myBorderColor { border: 1px solid #6563DB; }

<div style="border:3px solid #6563DB">Div</div>

This div border color is #6563DB.

Opacity

.myOpacity80 { color: #6563DB; opacity: 0.8; }

<p style="color:#6563DB;opacity:0.8;">80%</p>

Text with #6563DB 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 #6563DB;}

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

This text has shadow with #6563DB color.


.textShadow {text-shadow: 3px 3px 1px #6563DB', 3px 3px 1px red;}

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

This text has shadow with #6563DB primary color and red secondary color.


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

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

This text has shadow with #6563DB and red colors in old Internet Explorer.

Div box shadow color

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

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #6563DB; -webkit-box-shadow: 1px 1px 3px 2px #6563DB; box-shadow:1px 1px 3px 2px #6563DB;">
Div content here
</div>

This div box has shadow with color #6563DB.

Preview

Color preview on black background

This text has color #6563DB on black background.


Color preview on white background

This text has color #6563DB on white background.


Black color preview on #6563DB background

This text has black color on #6563DB background.


White color preview on #6563DB background

This text has white color on #6563DB background.


Related colors

Complementary color

Complementary color for #hex is #9A9C24.


I love getcolorcode.com

Triadic colors

1 #DB6563 and #63DB65 with #6563DB are triadic colors.

2 #DB6365 and #6365DB with #6563DB are triadic colors.