#644ED5

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

Shades of Slate Blue #644ED5

Tints of Slate Blue #644ED5

Color information

#644ED5 (or 0x644ED5) is unknown color: approx Slate Blue. HEX triplet: 64, 4E and D5. RGB value is (100,78,213). Sum of RGB (Red+Green+Blue) = 100+78+213=391 (51% of max value = 765). Red value is 100 (39.45% from 255 or 25.58% from 391); Green value is 78 (30.86% from 255 or 19.95% from 391); Blue value is 213 (83.59% from 255 or 54.48% from 391); Max value from RGB is 213 - color contains mainly: blue. Hex color #644ED5 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #644ED5 is #9BB12A. Grayscale: #636363. Windows color (decimal): -10203435 or 13979236. OLE color: 13979236.

HSL color Cylindrical-coordinate representation of color #644ED5: hue angle of 249.78º degrees, saturation: 0.62, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #644ED5 is Cyan = 0.53, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB10078213-
CMYK0.530.6300.16
HSL249.78º61.64%57.06%-
HSV(B)249.78º63.38%83.53%-
XYZ19.9912.9664.4-
YUV99.97191.79128.02-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 25.58%
GREEN value IS 78 (30.86% from 255) = 19.95%
BLUE value IS 213 (83.59% from 255) = 54.48%
R=25.58%
G=19.95%
B=54.48%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal100782130.530.6300.16249.7861.6457.06
Hex644ED5353F010fa3e39
Octal14411632565770203727671
Binary110010010011101101010111010111111101000011111010111110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #644ED5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #644ED5; }

 p { color: rgb(100,78,213); }

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

<style>
 a { background-color: #644ED5; }

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

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

<style>
 span { border-color: #644ED5; }

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

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