#6563AB

Color #6563AB Rich Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Rich Blue #6563AB

Tints of Rich Blue #6563AB

Color information

#6563AB (or 0x6563AB) is unknown color: approx Rich Blue. HEX triplet: 65, 63 and AB. RGB value is (101,99,171). Sum of RGB (Red+Green+Blue) = 101+99+171=371 (49% of max value = 765). Red value is 101 (39.84% from 255 or 27.22% from 371); Green value is 99 (39.06% from 255 or 26.68% from 371); Blue value is 171 (67.19% from 255 or 46.09% from 371); Max value from RGB is 171 - color contains mainly: blue. Hex color #6563AB is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6563AB is #9A9C54. Grayscale: #6B6B6B. Windows color (decimal): -10132565 or 11232101. OLE color: 11232101.

HSL color Cylindrical-coordinate representation of color #6563AB: hue angle of 241.67º degrees, saturation: 0.3, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #6563AB is Cyan = 0.41, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB10199171-
CMYK0.410.4200.33
HSL241.67º30%52.94%-
HSV(B)241.67º42.11%67.06%-
XYZ17.1814.6340.45-
YUV107.81163.66123.15-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 101 (39.84% from 255) = 27.22%
GREEN value IS 99 (39.06% from 255) = 26.68%
BLUE value IS 171 (67.19% from 255) = 46.09%
R=27.22%
G=26.68%
B=46.09%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal101991710.410.4200.33241.673052.94
Hex6563AB292A021f21e35
Octal14514325351520413623665
Binary110010111000111010101110100110101001000011111001011110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6563AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6563AB; }

 p { color: rgb(101,99,171); }

 H1.HeaderClassName
 {
   color: #6563AB;
 }
 .AnyTagClassName
 {
   color: #6563AB;
 }
</style>
background-color css

<style>
 a { background-color: #6563AB; }

 a { background-color: rgb(101,99,171); }

 div.DivClassName
 {
   background-color: #6563AB;
 }
 .BgClassName
 {
   background-color: #6563AB;
 }
</style>
border-color css

<style>
 span { border-color: #6563AB; }

 span { border-color: rgb(101,99,171); }

 td.TdClassName
 {
   border-color: #6563AB;
 }
 .TagClassName
 {
   border-color: #6563AB;
 }
</style>