#645DAD

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

Shades of Blue Marguerite #645DAD

Tints of Blue Marguerite #645DAD

Color information

#645DAD (or 0x645DAD) is unknown color: approx Blue Marguerite. HEX triplet: 64, 5D and AD. RGB value is (100,93,173). Sum of RGB (Red+Green+Blue) = 100+93+173=366 (48% of max value = 765). Red value is 100 (39.45% from 255 or 27.32% from 366); Green value is 93 (36.72% from 255 or 25.41% from 366); Blue value is 173 (67.97% from 255 or 47.27% from 366); Max value from RGB is 173 - color contains mainly: blue. Hex color #645DAD is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #645DAD is #9BA252. Grayscale: #676767. Windows color (decimal): -10199635 or 11361636. OLE color: 11361636.

HSL color Cylindrical-coordinate representation of color #645DAD: hue angle of 245.25º 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 #645DAD is Cyan = 0.42, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB10093173-
CMYK0.420.4600.32
HSL245.25º32.79%52.16%-
HSV(B)245.25º46.24%67.84%-
XYZ16.7113.5641.27-
YUV104.21166.82125-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 27.32%
GREEN value IS 93 (36.72% from 255) = 25.41%
BLUE value IS 173 (67.97% from 255) = 47.27%
R=27.32%
G=25.41%
B=47.27%

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
Decimal100931730.420.4600.32245.2532.7952.16
Hex645DAD2A2E020f52134
Octal14413525552560403654164
Binary1100100101110110101101101010101110010000011110101100001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #645DAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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