#645DA5

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

Shades of Blue Marguerite #645DA5

Tints of Blue Marguerite #645DA5

Color information

#645DA5 (or 0x645DA5) is unknown color: approx Blue Marguerite. HEX triplet: 64, 5D and A5. RGB value is (100,93,165). Sum of RGB (Red+Green+Blue) = 100+93+165=358 (47% of max value = 765). Red value is 100 (39.45% from 255 or 27.93% from 358); Green value is 93 (36.72% from 255 or 25.98% from 358); Blue value is 165 (64.84% from 255 or 46.09% from 358); Max value from RGB is 165 - color contains mainly: blue. Hex color #645DA5 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #645DA5 is #9BA25A. Grayscale: #676767. Windows color (decimal): -10199643 or 10837348. OLE color: 10837348.

HSL color Cylindrical-coordinate representation of color #645DA5: hue angle of 245.83º degrees, saturation: 0.29, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #645DA5 is Cyan = 0.39, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB10093165-
CMYK0.390.4400.35
HSL245.83º28.57%50.59%-
HSV(B)245.83º43.64%64.71%-
XYZ15.9613.2537.31-
YUV103.3162.82125.65-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 27.93%
GREEN value IS 93 (36.72% from 255) = 25.98%
BLUE value IS 165 (64.84% from 255) = 46.09%
R=27.93%
G=25.98%
B=46.09%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal100931650.390.4400.35245.8328.5750.59
Hex645DA5272C023f61d33
Octal14413524547540433663563
Binary110010010111011010010110011110110001000111111011011101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #645DA5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(100,93,165); }

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

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

 a { background-color: rgb(100,93,165); }

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

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

 span { border-color: rgb(100,93,165); }

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