#6464CC

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

Shades of Slate Blue #6464CC

Tints of Slate Blue #6464CC

Color information

#6464CC (or 0x6464CC) is unknown color: approx Slate Blue. HEX triplet: 64, 64 and CC. RGB value is (100,100,204). Sum of RGB (Red+Green+Blue) = 100+100+204=404 (53% of max value = 765). Red value is 100 (39.45% from 255 or 24.75% from 404); Green value is 100 (39.45% from 255 or 24.75% from 404); Blue value is 204 (80.08% from 255 or 50.50% from 404); Max value from RGB is 204 - color contains mainly: blue. Hex color #6464CC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6464CC is #9B9B33. Grayscale: #6F6F6F. Windows color (decimal): -10197812 or 13395044. OLE color: 13395044.

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

Color convert

RGB100100204-
CMYK0.510.5100.2
HSL240º50.49%59.61%-
HSV(B)240º50.98%80%-
XYZ20.7116.1859.16-
YUV111.86180119.54-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 24.75%
GREEN value IS 100 (39.45% from 255) = 24.75%
BLUE value IS 204 (80.08% from 255) = 50.50%
R=24.75%
G=24.75%
B=50.50%

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
Decimal1001002040.510.5100.224050.4959.61
Hex6464CC3333014f0323c
Octal14414431463630243606274
Binary110010011001001100110011001111001101010011110000110010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6464CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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