#644BAF

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

Shades of Blue Marguerite #644BAF

Tints of Blue Marguerite #644BAF

Color information

#644BAF (or 0x644BAF) is unknown color: approx Blue Marguerite. HEX triplet: 64, 4B and AF. RGB value is (100,75,175). Sum of RGB (Red+Green+Blue) = 100+75+175=350 (46% of max value = 765). Red value is 100 (39.45% from 255 or 28.57% from 350); Green value is 75 (29.69% from 255 or 21.43% from 350); Blue value is 175 (68.75% from 255 or 50% from 350); Max value from RGB is 175 - color contains mainly: blue. Hex color #644BAF is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #644BAF is #9BB450. Grayscale: #5D5D5D. Windows color (decimal): -10204241 or 11488100. OLE color: 11488100.

HSL color Cylindrical-coordinate representation of color #644BAF: hue angle of 255º degrees, saturation: 0.4, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #644BAF is Cyan = 0.43, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB10075175-
CMYK0.430.5700.31
HSL255º40%49.02%-
HSV(B)255º57.14%68.63%-
XYZ15.5110.8441.83-
YUV93.88173.78132.37-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 28.57%
GREEN value IS 75 (29.69% from 255) = 21.43%
BLUE value IS 175 (68.75% from 255) = 50%
R=28.57%
G=21.43%
B=50%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal100751750.430.5700.312554049.02
Hex644BAF2B3901Fff2831
Octal14411325753710373775061
Binary110010010010111010111110101111100101111111111111101000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #644BAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #644BAF; }

 p { color: rgb(100,75,175); }

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

<style>
 a { background-color: #644BAF; }

 a { background-color: rgb(100,75,175); }

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

<style>
 span { border-color: #644BAF; }

 span { border-color: rgb(100,75,175); }

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