#644EAB

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

Shades of Blue Marguerite #644EAB

Tints of Blue Marguerite #644EAB

Color information

#644EAB (or 0x644EAB) is unknown color: approx Blue Marguerite. HEX triplet: 64, 4E and AB. RGB value is (100,78,171). Sum of RGB (Red+Green+Blue) = 100+78+171=349 (46% of max value = 765). Red value is 100 (39.45% from 255 or 28.65% from 349); Green value is 78 (30.86% from 255 or 22.35% from 349); Blue value is 171 (67.19% from 255 or 49.00% from 349); Max value from RGB is 171 - color contains mainly: blue. Hex color #644EAB is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #644EAB is #9BB154. Grayscale: #5E5E5E. Windows color (decimal): -10203477 or 11226724. OLE color: 11226724.

HSL color Cylindrical-coordinate representation of color #644EAB: hue angle of 254.19º degrees, saturation: 0.37, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #644EAB is Cyan = 0.42, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB10078171-
CMYK0.420.5400.33
HSL254.19º37.35%48.82%-
HSV(B)254.19º54.39%67.06%-
XYZ15.3311.139.86-
YUV95.18170.79131.44-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 28.65%
GREEN value IS 78 (30.86% from 255) = 22.35%
BLUE value IS 171 (67.19% from 255) = 49.00%
R=28.65%
G=22.35%
B=49.00%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal100781710.420.5400.33254.1937.3548.82
Hex644EAB2A36021fe2531
Octal14411625352660413764561
Binary1100100100111010101011101010110110010000111111110100101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #644EAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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