#6563A4

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

Shades of Rich Blue #6563A4

Tints of Rich Blue #6563A4

Color information

#6563A4 (or 0x6563A4) is unknown color: approx Rich Blue. HEX triplet: 65, 63 and A4. RGB value is (101,99,164). Sum of RGB (Red+Green+Blue) = 101+99+164=364 (48% of max value = 765). Red value is 101 (39.84% from 255 or 27.75% from 364); Green value is 99 (39.06% from 255 or 27.20% from 364); Blue value is 164 (64.45% from 255 or 45.05% from 364); Max value from RGB is 164 - color contains mainly: blue. Hex color #6563A4 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6563A4 is #9A9C5B. Grayscale: #6A6A6A. Windows color (decimal): -10132572 or 10773349. OLE color: 10773349.

HSL color Cylindrical-coordinate representation of color #6563A4: hue angle of 241.85º degrees, saturation: 0.26, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #6563A4 is Cyan = 0.38, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB10199164-
CMYK0.380.4000.36
HSL241.85º26.32%51.57%-
HSV(B)241.85º39.63%64.31%-
XYZ16.5314.3737.02-
YUV107.01160.16123.71-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 27.75%
GREEN value IS 99 (39.06% from 255) = 27.20%
BLUE value IS 164 (64.45% from 255) = 45.05%
R=27.75%
G=27.20%
B=45.05%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal101991640.380.4000.36241.8526.3251.57
Hex6563A42628024f21a34
Octal14514324446500443623264
Binary110010111000111010010010011010100001001001111001011010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6563A4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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