#645EA9

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

Shades of Blue Marguerite #645EA9

Tints of Blue Marguerite #645EA9

Color information

#645EA9 (or 0x645EA9) is unknown color: approx Blue Marguerite. HEX triplet: 64, 5E and A9. RGB value is (100,94,169). Sum of RGB (Red+Green+Blue) = 100+94+169=363 (48% of max value = 765). Red value is 100 (39.45% from 255 or 27.55% from 363); Green value is 94 (37.11% from 255 or 25.90% from 363); Blue value is 169 (66.41% from 255 or 46.56% from 363); Max value from RGB is 169 - color contains mainly: blue. Hex color #645EA9 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #645EA9 is #9BA156. Grayscale: #686868. Windows color (decimal): -10199383 or 11099748. OLE color: 11099748.

HSL color Cylindrical-coordinate representation of color #645EA9: hue angle of 244.8º degrees, saturation: 0.3, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #645EA9 is Cyan = 0.41, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.34.

Color convert

RGB10094169-
CMYK0.410.4400.34
HSL244.8º30.36%51.57%-
HSV(B)244.8º44.38%66.27%-
XYZ16.4213.5839.29-
YUV104.34164.49124.9-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 27.55%
GREEN value IS 94 (37.11% from 255) = 25.90%
BLUE value IS 169 (66.41% from 255) = 46.56%
R=27.55%
G=25.90%
B=46.56%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal100941690.410.4400.34244.830.3651.57
Hex645EA9292C022f51e34
Octal14413625151540423653664
Binary110010010111101010100110100110110001000101111010111110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #645EA9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(100,94,169); }

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

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

 a { background-color: rgb(100,94,169); }

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

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

 span { border-color: rgb(100,94,169); }

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