#645BA5

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

Shades of Blue Marguerite #645BA5

Tints of Blue Marguerite #645BA5

Color information

#645BA5 (or 0x645BA5) is unknown color: approx Blue Marguerite. HEX triplet: 64, 5B and A5. RGB value is (100,91,165). Sum of RGB (Red+Green+Blue) = 100+91+165=356 (47% of max value = 765). Red value is 100 (39.45% from 255 or 28.09% from 356); Green value is 91 (35.94% from 255 or 25.56% from 356); Blue value is 165 (64.84% from 255 or 46.35% from 356); Max value from RGB is 165 - color contains mainly: blue. Hex color #645BA5 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #645BA5 is #9BA45A. Grayscale: #656565. Windows color (decimal): -10200155 or 10836836. OLE color: 10836836.

HSL color Cylindrical-coordinate representation of color #645BA5: hue angle of 247.3º degrees, saturation: 0.29, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #645BA5 is Cyan = 0.39, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB10091165-
CMYK0.390.4500.35
HSL247.3º29.13%50.2%-
HSV(B)247.3º44.85%64.71%-
XYZ15.7912.9137.26-
YUV102.13163.48126.48-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 28.09%
GREEN value IS 91 (35.94% from 255) = 25.56%
BLUE value IS 165 (64.84% from 255) = 46.35%
R=28.09%
G=25.56%
B=46.35%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal100911650.390.4500.35247.329.1350.2
Hex645BA5272D023f71d32
Octal14413324547550433673562
Binary110010010110111010010110011110110101000111111011111101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #645BA5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #645BA5; }

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

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

<style>
 a { background-color: #645BA5; }

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

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

<style>
 span { border-color: #645BA5; }

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

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