#645AAB

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

Shades of Blue Marguerite #645AAB

Tints of Blue Marguerite #645AAB

Color information

#645AAB (or 0x645AAB) is unknown color: approx Blue Marguerite. HEX triplet: 64, 5A and AB. RGB value is (100,90,171). Sum of RGB (Red+Green+Blue) = 100+90+171=361 (47% of max value = 765). Red value is 100 (39.45% from 255 or 27.70% from 361); Green value is 90 (35.55% from 255 or 24.93% from 361); Blue value is 171 (67.19% from 255 or 47.37% from 361); Max value from RGB is 171 - color contains mainly: blue. Hex color #645AAB is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #645AAB is #9BA554. Grayscale: #656565. Windows color (decimal): -10200405 or 11229796. OLE color: 11229796.

HSL color Cylindrical-coordinate representation of color #645AAB: hue angle of 247.41º degrees, saturation: 0.33, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #645AAB is Cyan = 0.42, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB10090171-
CMYK0.420.4700.33
HSL247.41º32.53%51.18%-
HSV(B)247.41º47.37%67.06%-
XYZ16.2612.9640.17-
YUV102.22166.81126.41-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 27.70%
GREEN value IS 90 (35.55% from 255) = 24.93%
BLUE value IS 171 (67.19% from 255) = 47.37%
R=27.70%
G=24.93%
B=47.37%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal100901710.420.4700.33247.4132.5351.18
Hex645AAB2A2F021f72133
Octal14413225352570413674163
Binary1100100101101010101011101010101111010000111110111100001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #645AAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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