#645EAB

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

Shades of Blue Marguerite #645EAB

Tints of Blue Marguerite #645EAB

Color information

#645EAB (or 0x645EAB) is unknown color: approx Blue Marguerite. HEX triplet: 64, 5E and AB. RGB value is (100,94,171). Sum of RGB (Red+Green+Blue) = 100+94+171=365 (48% of max value = 765). Red value is 100 (39.45% from 255 or 27.40% from 365); Green value is 94 (37.11% from 255 or 25.75% from 365); Blue value is 171 (67.19% from 255 or 46.85% from 365); Max value from RGB is 171 - color contains mainly: blue. Hex color #645EAB is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #645EAB is #9BA154. Grayscale: #686868. Windows color (decimal): -10199381 or 11230820. OLE color: 11230820.

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

Color convert

RGB10094171-
CMYK0.420.4500.33
HSL244.68º31.43%51.96%-
HSV(B)244.68º45.03%67.06%-
XYZ16.6113.6640.29-
YUV104.57165.49124.74-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 27.40%
GREEN value IS 94 (37.11% from 255) = 25.75%
BLUE value IS 171 (67.19% from 255) = 46.85%
R=27.40%
G=25.75%
B=46.85%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal100941710.420.4500.33244.6831.4351.96
Hex645EAB2A2D021f51f34
Octal14413625352550413653764
Binary110010010111101010101110101010110101000011111010111111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #645EAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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