#6464CA

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

Shades of Slate Blue #6464CA

Tints of Slate Blue #6464CA

Color information

#6464CA (or 0x6464CA) is unknown color: approx Slate Blue. HEX triplet: 64, 64 and CA. RGB value is (100,100,202). Sum of RGB (Red+Green+Blue) = 100+100+202=402 (53% of max value = 765). Red value is 100 (39.45% from 255 or 24.88% from 402); Green value is 100 (39.45% from 255 or 24.88% from 402); Blue value is 202 (79.30% from 255 or 50.25% from 402); Max value from RGB is 202 - color contains mainly: blue. Hex color #6464CA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6464CA is #9B9B35. Grayscale: #6F6F6F. Windows color (decimal): -10197814 or 13263972. OLE color: 13263972.

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

Color convert

RGB100100202-
CMYK0.500.5000.21
HSL240º49.04%59.22%-
HSV(B)240º50.5%79.22%-
XYZ20.4716.0957.9-
YUV111.63179119.71-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 24.88%
GREEN value IS 100 (39.45% from 255) = 24.88%
BLUE value IS 202 (79.30% from 255) = 50.25%
R=24.88%
G=24.88%
B=50.25%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1001002020.500.5000.2124049.0459.22
Hex6464CA3232015f0313b
Octal14414431262620253606173
Binary110010011001001100101011001011001001010111110000110001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6464CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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