#6464DF

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

Shades of Slate Blue #6464DF

Tints of Slate Blue #6464DF

Color information

#6464DF (or 0x6464DF) is unknown color: approx Slate Blue. HEX triplet: 64, 64 and DF. RGB value is (100,100,223). Sum of RGB (Red+Green+Blue) = 100+100+223=423 (56% of max value = 765). Red value is 100 (39.45% from 255 or 23.64% from 423); Green value is 100 (39.45% from 255 or 23.64% from 423); Blue value is 223 (87.5% from 255 or 52.72% from 423); Max value from RGB is 223 - color contains mainly: blue. Hex color #6464DF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6464DF is #9B9B20. Grayscale: #717171. Windows color (decimal): -10197793 or 14640228. OLE color: 14640228.

HSL color Cylindrical-coordinate representation of color #6464DF: hue angle of 240º degrees, saturation: 0.66, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #6464DF is Cyan = 0.55, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB100100223-
CMYK0.550.5500.13
HSL240º65.78%63.33%-
HSV(B)240º55.16%87.45%-
XYZ23.1317.1571.9-
YUV114.02189.5118-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 23.64%
GREEN value IS 100 (39.45% from 255) = 23.64%
BLUE value IS 223 (87.5% from 255) = 52.72%
R=23.64%
G=23.64%
B=52.72%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1001002230.550.5500.1324065.7863.33
Hex6464DF37370Df0423f
Octal144144337676701536010277
Binary110010011001001101111111011111011101101111100001000010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6464DF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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