#645BB5

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

Shades of Blue Marguerite #645BB5

Tints of Blue Marguerite #645BB5

Color information

#645BB5 (or 0x645BB5) is unknown color: approx Blue Marguerite. HEX triplet: 64, 5B and B5. RGB value is (100,91,181). Sum of RGB (Red+Green+Blue) = 100+91+181=372 (49% of max value = 765). Red value is 100 (39.45% from 255 or 26.88% from 372); Green value is 91 (35.94% from 255 or 24.46% from 372); Blue value is 181 (71.09% from 255 or 48.66% from 372); Max value from RGB is 181 - color contains mainly: blue. Hex color #645BB5 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #645BB5 is #9BA44A. Grayscale: #676767. Windows color (decimal): -10200139 or 11885412. OLE color: 11885412.

HSL color Cylindrical-coordinate representation of color #645BB5: hue angle of 246º degrees, saturation: 0.38, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #645BB5 is Cyan = 0.45, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB10091181-
CMYK0.450.5000.29
HSL246º37.82%53.33%-
HSV(B)246º49.72%70.98%-
XYZ17.3413.5345.41-
YUV103.95171.48125.18-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 26.88%
GREEN value IS 91 (35.94% from 255) = 24.46%
BLUE value IS 181 (71.09% from 255) = 48.66%
R=26.88%
G=24.46%
B=48.66%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal100911810.450.5000.2924637.8253.33
Hex645BB52D3201Df62635
Octal14413326555620353664665
Binary110010010110111011010110110111001001110111110110100110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #645BB5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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