#6464C8

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

Shades of Slate Blue #6464C8

Tints of Slate Blue #6464C8

Color information

#6464C8 (or 0x6464C8) is unknown color: approx Slate Blue. HEX triplet: 64, 64 and C8. RGB value is (100,100,200). Sum of RGB (Red+Green+Blue) = 100+100+200=400 (52% of max value = 765). Red value is 100 (39.45% from 255 or 25% from 400); Green value is 100 (39.45% from 255 or 25% from 400); Blue value is 200 (78.52% from 255 or 50% from 400); Max value from RGB is 200 - color contains mainly: blue. Hex color #6464C8 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6464C8 is #9B9B37. Grayscale: #6F6F6F. Windows color (decimal): -10197816 or 13132900. OLE color: 13132900.

HSL color Cylindrical-coordinate representation of color #6464C8: hue angle of 240º degrees, saturation: 0.48, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #6464C8 is Cyan = 0.5, Magento = 0.5, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB100100200-
CMYK0.50.500.22
HSL240º47.62%58.82%-
HSV(B)240º50%78.43%-
XYZ20.2415.9956.66-
YUV111.4178119.87-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 25%
GREEN value IS 100 (39.45% from 255) = 25%
BLUE value IS 200 (78.52% from 255) = 50%
R=25%
G=25%
B=50%

CMYK

C (Cyan) values IS 0.5
M (Magenta) values IS 0.5
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1001002000.50.500.2224047.6258.82
Hex6464C83232016f0303b
Octal14414431062620263606073
Binary110010011001001100100011001011001001011011110000110000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6464C8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6464C8; }

 p { color: rgb(100,100,200); }

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

<style>
 a { background-color: #6464C8; }

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

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

<style>
 span { border-color: #6464C8; }

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

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