#645DA9

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

Shades of Blue Marguerite #645DA9

Tints of Blue Marguerite #645DA9

Color information

#645DA9 (or 0x645DA9) is unknown color: approx Blue Marguerite. HEX triplet: 64, 5D and A9. RGB value is (100,93,169). Sum of RGB (Red+Green+Blue) = 100+93+169=362 (47% of max value = 765). Red value is 100 (39.45% from 255 or 27.62% from 362); Green value is 93 (36.72% from 255 or 25.69% from 362); Blue value is 169 (66.41% from 255 or 46.69% from 362); Max value from RGB is 169 - color contains mainly: blue. Hex color #645DA9 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #645DA9 is #9BA256. Grayscale: #676767. Windows color (decimal): -10199639 or 11099492. OLE color: 11099492.

HSL color Cylindrical-coordinate representation of color #645DA9: hue angle of 245.53º degrees, saturation: 0.31, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #645DA9 is Cyan = 0.41, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.34.

Color convert

RGB10093169-
CMYK0.410.4500.34
HSL245.53º30.65%51.37%-
HSV(B)245.53º44.97%66.27%-
XYZ16.3313.439.26-
YUV103.76164.82125.32-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 27.62%
GREEN value IS 93 (36.72% from 255) = 25.69%
BLUE value IS 169 (66.41% from 255) = 46.69%
R=27.62%
G=25.69%
B=46.69%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal100931690.410.4500.34245.5330.6551.37
Hex645DA9292D022f61f33
Octal14413525151550423663763
Binary110010010111011010100110100110110101000101111011011111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #645DA9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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