#644CB7

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

Shades of Blue Marguerite #644CB7

Tints of Blue Marguerite #644CB7

Color information

#644CB7 (or 0x644CB7) is unknown color: approx Blue Marguerite. HEX triplet: 64, 4C and B7. RGB value is (100,76,183). Sum of RGB (Red+Green+Blue) = 100+76+183=359 (47% of max value = 765). Red value is 100 (39.45% from 255 or 27.86% from 359); Green value is 76 (30.08% from 255 or 21.17% from 359); Blue value is 183 (71.88% from 255 or 50.97% from 359); Max value from RGB is 183 - color contains mainly: blue. Hex color #644CB7 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #644CB7 is #9BB348. Grayscale: #5E5E5E. Windows color (decimal): -10203977 or 12012644. OLE color: 12012644.

HSL color Cylindrical-coordinate representation of color #644CB7: hue angle of 253.46º degrees, saturation: 0.43, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #644CB7 is Cyan = 0.45, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB10076183-
CMYK0.450.5800.28
HSL253.46º42.63%50.78%-
HSV(B)253.46º58.47%71.76%-
XYZ16.3911.346.12-
YUV95.37177.45131.3-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 27.86%
GREEN value IS 76 (30.08% from 255) = 21.17%
BLUE value IS 183 (71.88% from 255) = 50.97%
R=27.86%
G=21.17%
B=50.97%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal100761830.450.5800.28253.4642.6350.78
Hex644CB72D3A01Cfd2b33
Octal14411426755720343755363
Binary110010010011001011011110110111101001110011111101101011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #644CB7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(100,76,183); }

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

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

 a { background-color: rgb(100,76,183); }

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

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

 span { border-color: rgb(100,76,183); }

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