#644FE0

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

Shades of Slate Blue #644FE0

Tints of Slate Blue #644FE0

Color information

#644FE0 (or 0x644FE0) is unknown color: approx Slate Blue. HEX triplet: 64, 4F and E0. RGB value is (100,79,224). Sum of RGB (Red+Green+Blue) = 100+79+224=403 (53% of max value = 765). Red value is 100 (39.45% from 255 or 24.81% from 403); Green value is 79 (31.25% from 255 or 19.60% from 403); Blue value is 224 (87.89% from 255 or 55.58% from 403); Max value from RGB is 224 - color contains mainly: blue. Hex color #644FE0 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #644FE0 is #9BB01F. Grayscale: #656565. Windows color (decimal): -10203168 or 14700388. OLE color: 14700388.

HSL color Cylindrical-coordinate representation of color #644FE0: hue angle of 248.69º degrees, saturation: 0.7, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #644FE0 is Cyan = 0.55, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB10079224-
CMYK0.550.6500.12
HSL248.69º70.05%59.41%-
HSV(B)248.69º64.73%87.84%-
XYZ21.5113.6872.03-
YUV101.81196.96126.71-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 24.81%
GREEN value IS 79 (31.25% from 255) = 19.60%
BLUE value IS 224 (87.89% from 255) = 55.58%
R=24.81%
G=19.60%
B=55.58%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal100792240.550.6500.12248.6970.0559.41
Hex644FE037410Cf9463b
Octal1441173406710101437110673
Binary1100100100111111100000110111100000101100111110011000110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #644FE0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(100,79,224); }

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

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

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

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

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

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

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