#644AE2

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

Shades of Slate Blue #644AE2

Tints of Slate Blue #644AE2

Color information

#644AE2 (or 0x644AE2) is unknown color: approx Slate Blue. HEX triplet: 64, 4A and E2. RGB value is (100,74,226). Sum of RGB (Red+Green+Blue) = 100+74+226=400 (52% of max value = 765). Red value is 100 (39.45% from 255 or 25% from 400); Green value is 74 (29.30% from 255 or 18.5% from 400); Blue value is 226 (88.67% from 255 or 56.5% from 400); Max value from RGB is 226 - color contains mainly: blue. Hex color #644AE2 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #644AE2 is #9BB51D. Grayscale: #626262. Windows color (decimal): -10204446 or 14830180. OLE color: 14830180.

HSL color Cylindrical-coordinate representation of color #644AE2: hue angle of 250.26º degrees, saturation: 0.72, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #644AE2 is Cyan = 0.56, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB10074226-
CMYK0.560.6700.11
HSL250.26º72.38%58.82%-
HSV(B)250.26º67.26%88.63%-
XYZ21.4313.173.35-
YUV99.1199.61128.64-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 25%
GREEN value IS 74 (29.30% from 255) = 18.5%
BLUE value IS 226 (88.67% from 255) = 56.5%
R=25%
G=18.5%
B=56.5%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal100742260.560.6700.11250.2672.3858.82
Hex644AE238430Bfa483b
Octal1441123427010301337211073
Binary1100100100101011100010111000100001101011111110101001000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #644AE2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(100,74,226); }

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

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

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

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

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

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

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