#644BAD

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

Shades of Blue Marguerite #644BAD

Tints of Blue Marguerite #644BAD

Color information

#644BAD (or 0x644BAD) is unknown color: approx Blue Marguerite. HEX triplet: 64, 4B and AD. RGB value is (100,75,173). Sum of RGB (Red+Green+Blue) = 100+75+173=348 (46% of max value = 765). Red value is 100 (39.45% from 255 or 28.74% from 348); Green value is 75 (29.69% from 255 or 21.55% from 348); Blue value is 173 (67.97% from 255 or 49.71% from 348); Max value from RGB is 173 - color contains mainly: blue. Hex color #644BAD is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #644BAD is #9BB452. Grayscale: #5D5D5D. Windows color (decimal): -10204243 or 11357028. OLE color: 11357028.

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

Color convert

RGB10075173-
CMYK0.420.5700.32
HSL255.31º39.52%48.63%-
HSV(B)255.31º56.65%67.84%-
XYZ15.3110.7640.8-
YUV93.65172.78132.53-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 28.74%
GREEN value IS 75 (29.69% from 255) = 21.55%
BLUE value IS 173 (67.97% from 255) = 49.71%
R=28.74%
G=21.55%
B=49.71%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal100751730.420.5700.32255.3139.5248.63
Hex644BAD2A39020ff2831
Octal14411325552710403775061
Binary1100100100101110101101101010111001010000011111111101000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #644BAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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