#645EAC

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

Shades of Blue Marguerite #645EAC

Tints of Blue Marguerite #645EAC

Color information

#645EAC (or 0x645EAC) is unknown color: approx Blue Marguerite. HEX triplet: 64, 5E and AC. RGB value is (100,94,172). Sum of RGB (Red+Green+Blue) = 100+94+172=366 (48% of max value = 765). Red value is 100 (39.45% from 255 or 27.32% from 366); Green value is 94 (37.11% from 255 or 25.68% from 366); Blue value is 172 (67.58% from 255 or 46.99% from 366); Max value from RGB is 172 - color contains mainly: blue. Hex color #645EAC is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #645EAC is #9BA153. Grayscale: #686868. Windows color (decimal): -10199380 or 11296356. OLE color: 11296356.

HSL color Cylindrical-coordinate representation of color #645EAC: hue angle of 244.62º degrees, saturation: 0.32, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #645EAC is Cyan = 0.42, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB10094172-
CMYK0.420.4500.33
HSL244.62º31.97%52.16%-
HSV(B)244.62º45.35%67.45%-
XYZ16.713.6940.79-
YUV104.69165.99124.66-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 27.32%
GREEN value IS 94 (37.11% from 255) = 25.68%
BLUE value IS 172 (67.58% from 255) = 46.99%
R=27.32%
G=25.68%
B=46.99%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal100941720.420.4500.33244.6231.9752.16
Hex645EAC2A2D021f52034
Octal14413625452550413654064
Binary1100100101111010101100101010101101010000111110101100000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #645EAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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