#6563CB

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

Shades of Slate Blue #6563CB

Tints of Slate Blue #6563CB

Color information

#6563CB (or 0x6563CB) is unknown color: approx Slate Blue. HEX triplet: 65, 63 and CB. RGB value is (101,99,203). Sum of RGB (Red+Green+Blue) = 101+99+203=403 (53% of max value = 765). Red value is 101 (39.84% from 255 or 25.06% from 403); Green value is 99 (39.06% from 255 or 24.57% from 403); Blue value is 203 (79.69% from 255 or 50.37% from 403); Max value from RGB is 203 - color contains mainly: blue. Hex color #6563CB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6563CB is #9A9C34. Grayscale: #6F6F6F. Windows color (decimal): -10132533 or 13329253. OLE color: 13329253.

HSL color Cylindrical-coordinate representation of color #6563CB: hue angle of 241.15º degrees, saturation: 0.5, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #6563CB is Cyan = 0.50, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB10199203-
CMYK0.500.5100.20
HSL241.15º50%59.22%-
HSV(B)241.15º51.23%79.61%-
XYZ20.611658.5-
YUV111.45179.66120.54-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 25.06%
GREEN value IS 99 (39.06% from 255) = 24.57%
BLUE value IS 203 (79.69% from 255) = 50.37%
R=25.06%
G=24.57%
B=50.37%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal101992030.500.5100.20241.155059.22
Hex6563CB3233014f1323b
Octal14514331362630243616273
Binary110010111000111100101111001011001101010011110001110010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6563CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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