#644FE1

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

Shades of Slate Blue #644FE1

Tints of Slate Blue #644FE1

Color information

#644FE1 (or 0x644FE1) is unknown color: approx Slate Blue. HEX triplet: 64, 4F and E1. RGB value is (100,79,225). Sum of RGB (Red+Green+Blue) = 100+79+225=404 (53% of max value = 765). Red value is 100 (39.45% from 255 or 24.75% from 404); Green value is 79 (31.25% from 255 or 19.55% from 404); Blue value is 225 (88.28% from 255 or 55.69% from 404); Max value from RGB is 225 - color contains mainly: blue. Hex color #644FE1 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #644FE1 is #9BB01E. Grayscale: #656565. Windows color (decimal): -10203167 or 14765924. OLE color: 14765924.

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

Color convert

RGB10079225-
CMYK0.560.6500.12
HSL248.63º70.87%59.61%-
HSV(B)248.63º64.89%88.24%-
XYZ21.6413.7472.75-
YUV101.92197.46126.63-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 24.75%
GREEN value IS 79 (31.25% from 255) = 19.55%
BLUE value IS 225 (88.28% from 255) = 55.69%
R=24.75%
G=19.55%
B=55.69%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal100792250.560.6500.12248.6370.8759.61
Hex644FE138410Cf9473c
Octal1441173417010101437110774
Binary1100100100111111100001111000100000101100111110011000111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #644FE1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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