#6463CC

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

Shades of Slate Blue #6463CC

Tints of Slate Blue #6463CC

Color information

#6463CC (or 0x6463CC) is unknown color: approx Slate Blue. HEX triplet: 64, 63 and CC. RGB value is (100,99,204). Sum of RGB (Red+Green+Blue) = 100+99+204=403 (53% of max value = 765). Red value is 100 (39.45% from 255 or 24.81% from 403); Green value is 99 (39.06% from 255 or 24.57% from 403); Blue value is 204 (80.08% from 255 or 50.62% from 403); Max value from RGB is 204 - color contains mainly: blue. Hex color #6463CC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6463CC is #9B9C33. Grayscale: #6E6E6E. Windows color (decimal): -10198068 or 13394788. OLE color: 13394788.

HSL color Cylindrical-coordinate representation of color #6463CC: hue angle of 240.57º degrees, saturation: 0.51, 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 #6463CC is Cyan = 0.51, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB10099204-
CMYK0.510.5100.2
HSL240.57º50.72%59.41%-
HSV(B)240.57º51.47%80%-
XYZ20.6215.9959.13-
YUV111.27180.33119.96-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 24.81%
GREEN value IS 99 (39.06% from 255) = 24.57%
BLUE value IS 204 (80.08% from 255) = 50.62%
R=24.81%
G=24.57%
B=50.62%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal100992040.510.5100.2240.5750.7259.41
Hex6463CC3333014f1333b
Octal14414331463630243616373
Binary110010011000111100110011001111001101010011110001110011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6463CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6463CC; }

 p { color: rgb(100,99,204); }

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

<style>
 a { background-color: #6463CC; }

 a { background-color: rgb(100,99,204); }

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

<style>
 span { border-color: #6463CC; }

 span { border-color: rgb(100,99,204); }

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