#645DAA

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

Shades of Blue Marguerite #645DAA

Tints of Blue Marguerite #645DAA

Color information

#645DAA (or 0x645DAA) is unknown color: approx Blue Marguerite. HEX triplet: 64, 5D and AA. RGB value is (100,93,170). Sum of RGB (Red+Green+Blue) = 100+93+170=363 (48% of max value = 765). Red value is 100 (39.45% from 255 or 27.55% from 363); Green value is 93 (36.72% from 255 or 25.62% from 363); Blue value is 170 (66.80% from 255 or 46.83% from 363); Max value from RGB is 170 - color contains mainly: blue. Hex color #645DAA is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #645DAA is #9BA255. Grayscale: #676767. Windows color (decimal): -10199638 or 11165028. OLE color: 11165028.

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

Color convert

RGB10093170-
CMYK0.410.4500.33
HSL245.45º31.17%51.57%-
HSV(B)245.45º45.29%66.67%-
XYZ16.4313.4439.76-
YUV103.87165.32125.24-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 27.55%
GREEN value IS 93 (36.72% from 255) = 25.62%
BLUE value IS 170 (66.80% from 255) = 46.83%
R=27.55%
G=25.62%
B=46.83%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal100931700.410.4500.33245.4531.1751.57
Hex645DAA292D021f51f34
Octal14413525251550413653764
Binary110010010111011010101010100110110101000011111010111111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #645DAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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