#644AAB

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

Shades of Blue Marguerite #644AAB

Tints of Blue Marguerite #644AAB

Color information

#644AAB (or 0x644AAB) is unknown color: approx Blue Marguerite. HEX triplet: 64, 4A and AB. RGB value is (100,74,171). Sum of RGB (Red+Green+Blue) = 100+74+171=345 (45% of max value = 765). Red value is 100 (39.45% from 255 or 28.99% from 345); Green value is 74 (29.30% from 255 or 21.45% from 345); Blue value is 171 (67.19% from 255 or 49.57% from 345); Max value from RGB is 171 - color contains mainly: blue. Hex color #644AAB is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #644AAB is #9BB554. Grayscale: #5C5C5C. Windows color (decimal): -10204501 or 11225700. OLE color: 11225700.

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

Color convert

RGB10074171-
CMYK0.420.5700.33
HSL256.08º39.59%48.04%-
HSV(B)256.08º56.73%67.06%-
XYZ15.0510.5539.77-
YUV92.83172.11133.11-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 28.99%
GREEN value IS 74 (29.30% from 255) = 21.45%
BLUE value IS 171 (67.19% from 255) = 49.57%
R=28.99%
G=21.45%
B=49.57%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal100741710.420.5700.33256.0839.5948.04
Hex644AAB2A390211002830
Octal14411225352710414005060
Binary11001001001010101010111010101110010100001100000000101000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #644AAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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