#644FBA

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

Shades of Blue Marguerite #644FBA

Tints of Blue Marguerite #644FBA

Color information

#644FBA (or 0x644FBA) is unknown color: approx Blue Marguerite. HEX triplet: 64, 4F and BA. RGB value is (100,79,186). Sum of RGB (Red+Green+Blue) = 100+79+186=365 (48% of max value = 765). Red value is 100 (39.45% from 255 or 27.40% from 365); Green value is 79 (31.25% from 255 or 21.64% from 365); Blue value is 186 (73.05% from 255 or 50.96% from 365); Max value from RGB is 186 - color contains mainly: blue. Hex color #644FBA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #644FBA is #9BB045. Grayscale: #616161. Windows color (decimal): -10203206 or 12210020. OLE color: 12210020.

HSL color Cylindrical-coordinate representation of color #644FBA: hue angle of 251.78º degrees, saturation: 0.44, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #644FBA is Cyan = 0.46, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB10079186-
CMYK0.460.5800.27
HSL251.78º43.67%51.96%-
HSV(B)251.78º57.53%72.94%-
XYZ16.9111.8547.85-
YUV97.48177.96129.8-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 27.40%
GREEN value IS 79 (31.25% from 255) = 21.64%
BLUE value IS 186 (73.05% from 255) = 50.96%
R=27.40%
G=21.64%
B=50.96%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal100791860.460.5800.27251.7843.6751.96
Hex644FBA2E3A01Bfc2c34
Octal14411727256720333745464
Binary110010010011111011101010111011101001101111111100101100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #644FBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(100,79,186); }

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

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

 a { background-color: rgb(100,79,186); }

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

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

 span { border-color: rgb(100,79,186); }

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