#645BA9

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

Shades of Blue Marguerite #645BA9

Tints of Blue Marguerite #645BA9

Color information

#645BA9 (or 0x645BA9) is unknown color: approx Blue Marguerite. HEX triplet: 64, 5B and A9. RGB value is (100,91,169). Sum of RGB (Red+Green+Blue) = 100+91+169=360 (47% of max value = 765). Red value is 100 (39.45% from 255 or 27.78% from 360); Green value is 91 (35.94% from 255 or 25.28% from 360); Blue value is 169 (66.41% from 255 or 46.94% from 360); Max value from RGB is 169 - color contains mainly: blue. Hex color #645BA9 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #645BA9 is #9BA456. Grayscale: #666666. Windows color (decimal): -10200151 or 11098980. OLE color: 11098980.

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

Color convert

RGB10091169-
CMYK0.410.4600.34
HSL246.92º31.2%50.98%-
HSV(B)246.92º46.15%66.27%-
XYZ16.1613.0639.2-
YUV102.58165.48126.16-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 27.78%
GREEN value IS 91 (35.94% from 255) = 25.28%
BLUE value IS 169 (66.41% from 255) = 46.94%
R=27.78%
G=25.28%
B=46.94%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal100911690.410.4600.34246.9231.250.98
Hex645BA9292E022f71f33
Octal14413325151560423673763
Binary110010010110111010100110100110111001000101111011111111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #645BA9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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