#644DA5

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

Shades of Blue Marguerite #644DA5

Tints of Blue Marguerite #644DA5

Color information

#644DA5 (or 0x644DA5) is unknown color: approx Blue Marguerite. HEX triplet: 64, 4D and A5. RGB value is (100,77,165). Sum of RGB (Red+Green+Blue) = 100+77+165=342 (45% of max value = 765). Red value is 100 (39.45% from 255 or 29.24% from 342); Green value is 77 (30.47% from 255 or 22.51% from 342); Blue value is 165 (64.84% from 255 or 48.25% from 342); Max value from RGB is 165 - color contains mainly: blue. Hex color #644DA5 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #644DA5 is #9BB25A. Grayscale: #5D5D5D. Windows color (decimal): -10203739 or 10833252. OLE color: 10833252.

HSL color Cylindrical-coordinate representation of color #644DA5: hue angle of 255.68º degrees, saturation: 0.36, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #644DA5 is Cyan = 0.39, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB10077165-
CMYK0.390.5300.35
HSL255.68º36.36%47.45%-
HSV(B)255.68º53.33%64.71%-
XYZ14.710.7336.89-
YUV93.91168.12132.34-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 29.24%
GREEN value IS 77 (30.47% from 255) = 22.51%
BLUE value IS 165 (64.84% from 255) = 48.25%
R=29.24%
G=22.51%
B=48.25%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal100771650.390.5300.35255.6836.3647.45
Hex644DA52735023100242f
Octal14411524547650434004457
Binary11001001001101101001011001111101010100011100000000100100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #644DA5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(100,77,165); }

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

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

 a { background-color: rgb(100,77,165); }

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

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

 span { border-color: rgb(100,77,165); }

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