COLOR #6563D8

HEX: #6563D8
RGB: (101,99,216)

Renk bilgisi

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

RGB renk modeli

#6563D8 color RGB value is (101,99,216).

  • kırmız ton 101;
  • yeşil ton 99;
  • mavi ton 216.
RGB:
(101,99,216)
(40%,39%,85%)

RGB bağlantıları ve doygunluk

R 101 of 255 = 40%
G 99 of 255 = 39%
B 216 of 255 = 85%

101
99
216

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

Yüzdelerle RGB renk parçaları

R + G + B =
101 + 99 + 216 = 416 (100%)
R 101 of 416 ~ 24.28%
G 99 of 416 ~ 23.8%
B 216 of 416 ~ 51.92%

%24.28
%23.8
%51.92

CMYK RENK MODELİ

#6563D8 rengi CMYK tonu (53,54,0,15).

  • camgöbeği tonu 53.24%
  • eflatun tonu 54.17%
  • sarı tonu 0.00%
  • ana renk tonu 15.29%
CMYK:
(53,54,0,15)
C53M54Y0K15 
(53%,54%,0%,15%)
(0.53/0.54/0.00/0.15)	

CMYK yüzdeleri

%53.24
%54.17
%0
%15.29

Codes

Color #6563D8 in popluar color models

6563D8
RGB10199216
HSL241°60.00%61.76%
HSB/HSV241°54.17%84.71%
CMYK53.24%54.17%0.00%
15.29%

Color #6563D8 in popluar number systems.

HEX6563D8
Decimal10199216
Binary1100101110001111011000
Octal145143330

Shades and tints

Shades of #6563D8

#6563D8
(101,99,216)
#5C5AC5
(92,90,197)
#5351B2
(83,81,178)
#4A489F
(74,72,159)
#413F8C
(65,63,140)
#383679
(56,54,121)
#2F2D66
(47,45,102)
#262453
(38,36,83)
#1D1B40
(29,27,64)
#14122D
(20,18,45)
#0B091A
(11,9,26)
#000000
(0,0,0)

Tints of #6563D8

#6563D8
(101,99,216)
#7371DB
(115,113,219)
#817FDE
(129,127,222)
#8F8DE1
(143,141,225)
#9D9BE4
(157,155,228)
#ABA9E7
(171,169,231)
#B9B7EA
(185,183,234)
#C7C5ED
(199,197,237)
#D5D3F0
(213,211,240)
#E3E1F3
(227,225,243)
#F1EFF6
(241,239,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6563D8; }

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

This text font color is #6563D8.


Background Color

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

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

This div background color is #6563D8.


Border color

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

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

This div border color is #6563D8.


Opacity

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

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

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

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

This text has shadow with #6563D8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6563D8 on black background.


Color preview on white background

This text has color #6563D8 on white background.



Black color preview on #6563D8 background

This text has black color on #6563D8 background.


White color preview on #6563D8 background

This text has white color on #6563D8 background.