#645AAA

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

Shades of Blue Marguerite #645AAA

Tints of Blue Marguerite #645AAA

Color information

#645AAA (or 0x645AAA) is unknown color: approx Blue Marguerite. HEX triplet: 64, 5A and AA. RGB value is (100,90,170). Sum of RGB (Red+Green+Blue) = 100+90+170=360 (47% of max value = 765). Red value is 100 (39.45% from 255 or 27.78% from 360); Green value is 90 (35.55% from 255 or 25% from 360); Blue value is 170 (66.80% from 255 or 47.22% from 360); Max value from RGB is 170 - color contains mainly: blue. Hex color #645AAA is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #645AAA is #9BA555. Grayscale: #656565. Windows color (decimal): -10200406 or 11164260. OLE color: 11164260.

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

Color convert

RGB10090170-
CMYK0.410.4700.33
HSL247.5º32%50.98%-
HSV(B)247.5º47.06%66.67%-
XYZ16.1712.9239.67-
YUV102.11166.31126.5-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 27.78%
GREEN value IS 90 (35.55% from 255) = 25%
BLUE value IS 170 (66.80% from 255) = 47.22%
R=27.78%
G=25%
B=47.22%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal100901700.410.4700.33247.53250.98
Hex645AAA292F021f82033
Octal14413225251570413704063
Binary1100100101101010101010101001101111010000111111000100000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #645AAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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