#645EAD

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

Shades of Blue Marguerite #645EAD

Tints of Blue Marguerite #645EAD

Color information

#645EAD (or 0x645EAD) is unknown color: approx Blue Marguerite. HEX triplet: 64, 5E and AD. RGB value is (100,94,173). Sum of RGB (Red+Green+Blue) = 100+94+173=367 (48% of max value = 765). Red value is 100 (39.45% from 255 or 27.25% from 367); Green value is 94 (37.11% from 255 or 25.61% from 367); Blue value is 173 (67.97% from 255 or 47.14% from 367); Max value from RGB is 173 - color contains mainly: blue. Hex color #645EAD is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #645EAD is #9BA152. Grayscale: #686868. Windows color (decimal): -10199379 or 11361892. OLE color: 11361892.

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

Color convert

RGB10094173-
CMYK0.420.4600.32
HSL244.56º32.51%52.35%-
HSV(B)244.56º45.66%67.84%-
XYZ16.813.7341.3-
YUV104.8166.49124.58-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 27.25%
GREEN value IS 94 (37.11% from 255) = 25.61%
BLUE value IS 173 (67.97% from 255) = 47.14%
R=27.25%
G=25.61%
B=47.14%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal100941730.420.4600.32244.5632.5152.35
Hex645EAD2A2E020f52134
Octal14413625552560403654164
Binary1100100101111010101101101010101110010000011110101100001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #645EAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(100,94,173); }

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

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

 a { background-color: rgb(100,94,173); }

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

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

 span { border-color: rgb(100,94,173); }

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