#644BAC

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

Shades of Blue Marguerite #644BAC

Tints of Blue Marguerite #644BAC

Color information

#644BAC (or 0x644BAC) is unknown color: approx Blue Marguerite. HEX triplet: 64, 4B and AC. RGB value is (100,75,172). Sum of RGB (Red+Green+Blue) = 100+75+172=347 (45% of max value = 765). Red value is 100 (39.45% from 255 or 28.82% from 347); Green value is 75 (29.69% from 255 or 21.61% from 347); Blue value is 172 (67.58% from 255 or 49.57% from 347); Max value from RGB is 172 - color contains mainly: blue. Hex color #644BAC is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #644BAC is #9BB453. Grayscale: #5D5D5D. Windows color (decimal): -10204244 or 11291492. OLE color: 11291492.

HSL color Cylindrical-coordinate representation of color #644BAC: hue angle of 255.46º degrees, saturation: 0.39, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #644BAC is Cyan = 0.42, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB10075172-
CMYK0.420.5600.33
HSL255.46º39.27%48.43%-
HSV(B)255.46º56.4%67.45%-
XYZ15.2210.7240.3-
YUV93.53172.28132.61-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 28.82%
GREEN value IS 75 (29.69% from 255) = 21.61%
BLUE value IS 172 (67.58% from 255) = 49.57%
R=28.82%
G=21.61%
B=49.57%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal100751720.420.5600.33255.4639.2748.43
Hex644BAC2A38021ff2730
Octal14411325452700413774760
Binary1100100100101110101100101010111000010000111111111100111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #644BAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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