#645BB9

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

Shades of Blue Marguerite #645BB9

Tints of Blue Marguerite #645BB9

Color information

#645BB9 (or 0x645BB9) is unknown color: approx Blue Marguerite. HEX triplet: 64, 5B and B9. RGB value is (100,91,185). Sum of RGB (Red+Green+Blue) = 100+91+185=376 (49% of max value = 765). Red value is 100 (39.45% from 255 or 26.60% from 376); Green value is 91 (35.94% from 255 or 24.20% from 376); Blue value is 185 (72.66% from 255 or 49.20% from 376); Max value from RGB is 185 - color contains mainly: blue. Hex color #645BB9 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #645BB9 is #9BA446. Grayscale: #686868. Windows color (decimal): -10200135 or 12147556. OLE color: 12147556.

HSL color Cylindrical-coordinate representation of color #645BB9: hue angle of 245.74º degrees, saturation: 0.4, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #645BB9 is Cyan = 0.46, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB10091185-
CMYK0.460.5100.27
HSL245.74º40.17%54.12%-
HSV(B)245.74º50.81%72.55%-
XYZ17.7513.6947.61-
YUV104.41173.48124.86-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 26.60%
GREEN value IS 91 (35.94% from 255) = 24.20%
BLUE value IS 185 (72.66% from 255) = 49.20%
R=26.60%
G=24.20%
B=49.20%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal100911850.460.5100.27245.7440.1754.12
Hex645BB92E3301Bf62836
Octal14413327156630333665066
Binary110010010110111011100110111011001101101111110110101000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #645BB9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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