#645AAE

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

Shades of Blue Marguerite #645AAE

Tints of Blue Marguerite #645AAE

Color information

#645AAE (or 0x645AAE) is unknown color: approx Blue Marguerite. HEX triplet: 64, 5A and AE. RGB value is (100,90,174). Sum of RGB (Red+Green+Blue) = 100+90+174=364 (48% of max value = 765). Red value is 100 (39.45% from 255 or 27.47% from 364); Green value is 90 (35.55% from 255 or 24.73% from 364); Blue value is 174 (68.36% from 255 or 47.80% from 364); Max value from RGB is 174 - color contains mainly: blue. Hex color #645AAE is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #645AAE is #9BA551. Grayscale: #666666. Windows color (decimal): -10200402 or 11426404. OLE color: 11426404.

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

Color convert

RGB10090174-
CMYK0.430.4800.32
HSL247.14º34.15%51.76%-
HSV(B)247.14º48.28%68.24%-
XYZ16.5513.0841.7-
YUV102.57168.31126.17-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 27.47%
GREEN value IS 90 (35.55% from 255) = 24.73%
BLUE value IS 174 (68.36% from 255) = 47.80%
R=27.47%
G=24.73%
B=47.80%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal100901740.430.4800.32247.1434.1551.76
Hex645AAE2B30020f72234
Octal14413225653600403674264
Binary1100100101101010101110101011110000010000011110111100010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #645AAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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