#645BB0

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

Shades of Blue Marguerite #645BB0

Tints of Blue Marguerite #645BB0

Color information

#645BB0 (or 0x645BB0) is unknown color: approx Blue Marguerite. HEX triplet: 64, 5B and B0. RGB value is (100,91,176). Sum of RGB (Red+Green+Blue) = 100+91+176=367 (48% of max value = 765). Red value is 100 (39.45% from 255 or 27.25% from 367); Green value is 91 (35.94% from 255 or 24.80% from 367); Blue value is 176 (69.14% from 255 or 47.96% from 367); Max value from RGB is 176 - color contains mainly: blue. Hex color #645BB0 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #645BB0 is #9BA44F. Grayscale: #676767. Windows color (decimal): -10200144 or 11557732. OLE color: 11557732.

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

Color convert

RGB10091176-
CMYK0.430.4800.31
HSL246.35º34.98%52.35%-
HSV(B)246.35º48.3%69.02%-
XYZ16.8313.3342.76-
YUV103.38168.98125.59-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 27.25%
GREEN value IS 91 (35.94% from 255) = 24.80%
BLUE value IS 176 (69.14% from 255) = 47.96%
R=27.25%
G=24.80%
B=47.96%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal100911760.430.4800.31246.3534.9852.35
Hex645BB02B3001Ff62334
Octal14413326053600373664364
Binary110010010110111011000010101111000001111111110110100011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #645BB0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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