COLOR #6563A6

HEX: #6563A6
RGB: (101,99,166)

Renk bilgisi

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

RGB renk modeli

#6563A6 color RGB value is (101,99,166).

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

RGB bağlantıları ve doygunluk

R 101 of 255 = 40%
G 99 of 255 = 39%
B 166 of 255 = 65%

101
99
166

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

Yüzdelerle RGB renk parçaları

R + G + B =
101 + 99 + 166 = 366 (100%)
R 101 of 366 ~ 27.6%
G 99 of 366 ~ 27.05%
B 166 of 366 ~ 45.36%

%27.6
%27.05
%45.36

CMYK RENK MODELİ

#6563A6 rengi CMYK tonu (39,40,0,35).

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

CMYK yüzdeleri

%39.16
%40.36
%0
%34.9

Codes

Color #6563A6 in popluar color models

6563A6
RGB10199166
HSL242°27.35%51.96%
HSB/HSV242°40.36%65.10%
CMYK39.16%40.36%0.00%
34.90%

Color #6563A6 in popluar number systems.

HEX6563A6
Decimal10199166
Binary1100101110001110100110
Octal145143246

Shades and tints

Shades of #6563A6

#6563A6
(101,99,166)
#5C5A97
(92,90,151)
#535188
(83,81,136)
#4A4879
(74,72,121)
#413F6A
(65,63,106)
#38365B
(56,54,91)
#2F2D4C
(47,45,76)
#26243D
(38,36,61)
#1D1B2E
(29,27,46)
#14121F
(20,18,31)
#0B0910
(11,9,16)
#000000
(0,0,0)

Tints of #6563A6

#6563A6
(101,99,166)
#7371AE
(115,113,174)
#817FB6
(129,127,182)
#8F8DBE
(143,141,190)
#9D9BC6
(157,155,198)
#ABA9CE
(171,169,206)
#B9B7D6
(185,183,214)
#C7C5DE
(199,197,222)
#D5D3E6
(213,211,230)
#E3E1EE
(227,225,238)
#F1EFF6
(241,239,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6563A6; }

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

This text font color is #6563A6.


Background Color

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

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

This div background color is #6563A6.


Border color

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

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

This div border color is #6563A6.


Opacity

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

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

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

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

This text has shadow with #6563A6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6563A6 on black background.


Color preview on white background

This text has color #6563A6 on white background.



Black color preview on #6563A6 background

This text has black color on #6563A6 background.


White color preview on #6563A6 background

This text has white color on #6563A6 background.