#645BAE

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

Shades of Blue Marguerite #645BAE

Tints of Blue Marguerite #645BAE

Color information

#645BAE (or 0x645BAE) is unknown color: approx Blue Marguerite. HEX triplet: 64, 5B and AE. RGB value is (100,91,174). Sum of RGB (Red+Green+Blue) = 100+91+174=365 (48% of max value = 765). Red value is 100 (39.45% from 255 or 27.40% from 365); Green value is 91 (35.94% from 255 or 24.93% from 365); Blue value is 174 (68.36% from 255 or 47.67% from 365); Max value from RGB is 174 - color contains mainly: blue. Hex color #645BAE is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #645BAE is #9BA451. Grayscale: #666666. Windows color (decimal): -10200146 or 11426660. OLE color: 11426660.

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

Color convert

RGB10091174-
CMYK0.430.4800.32
HSL246.51º33.88%51.96%-
HSV(B)246.51º47.7%68.24%-
XYZ16.6413.2541.72-
YUV103.15167.98125.75-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 27.40%
GREEN value IS 91 (35.94% from 255) = 24.93%
BLUE value IS 174 (68.36% from 255) = 47.67%
R=27.40%
G=24.93%
B=47.67%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal100911740.430.4800.32246.5133.8851.96
Hex645BAE2B30020f72234
Octal14413325653600403674264
Binary1100100101101110101110101011110000010000011110111100010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #645BAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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