#645EAE

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

Shades of Blue Marguerite #645EAE

Tints of Blue Marguerite #645EAE

Color information

#645EAE (or 0x645EAE) is unknown color: approx Blue Marguerite. HEX triplet: 64, 5E and AE. RGB value is (100,94,174). Sum of RGB (Red+Green+Blue) = 100+94+174=368 (48% of max value = 765). Red value is 100 (39.45% from 255 or 27.17% from 368); Green value is 94 (37.11% from 255 or 25.54% from 368); Blue value is 174 (68.36% from 255 or 47.28% from 368); Max value from RGB is 174 - color contains mainly: blue. Hex color #645EAE is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #645EAE is #9BA151. Grayscale: #686868. Windows color (decimal): -10199378 or 11427428. OLE color: 11427428.

HSL color Cylindrical-coordinate representation of color #645EAE: hue angle of 244.5º degrees, saturation: 0.33, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #645EAE is Cyan = 0.43, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB10094174-
CMYK0.430.4600.32
HSL244.5º33.06%52.55%-
HSV(B)244.5º45.98%68.24%-
XYZ16.913.7741.81-
YUV104.91166.99124.5-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 27.17%
GREEN value IS 94 (37.11% from 255) = 25.54%
BLUE value IS 174 (68.36% from 255) = 47.28%
R=27.17%
G=25.54%
B=47.28%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal100941740.430.4600.32244.533.0652.55
Hex645EAE2B2E020f42135
Octal14413625653560403644165
Binary1100100101111010101110101011101110010000011110100100001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #645EAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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