#644ABE

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

Shades of Blue Marguerite #644ABE

Tints of Blue Marguerite #644ABE

Color information

#644ABE (or 0x644ABE) is unknown color: approx Blue Marguerite. HEX triplet: 64, 4A and BE. RGB value is (100,74,190). Sum of RGB (Red+Green+Blue) = 100+74+190=364 (48% of max value = 765). Red value is 100 (39.45% from 255 or 27.47% from 364); Green value is 74 (29.30% from 255 or 20.33% from 364); Blue value is 190 (74.61% from 255 or 52.20% from 364); Max value from RGB is 190 - color contains mainly: blue. Hex color #644ABE is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #644ABE is #9BB541. Grayscale: #5E5E5E. Windows color (decimal): -10204482 or 12470884. OLE color: 12470884.

HSL color Cylindrical-coordinate representation of color #644ABE: hue angle of 253.45º degrees, saturation: 0.47, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #644ABE is Cyan = 0.47, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB10074190-
CMYK0.470.6100.25
HSL253.45º47.15%51.76%-
HSV(B)253.45º61.05%74.51%-
XYZ1711.3250.01-
YUV95181.61131.57-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 27.47%
GREEN value IS 74 (29.30% from 255) = 20.33%
BLUE value IS 190 (74.61% from 255) = 52.20%
R=27.47%
G=20.33%
B=52.20%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal100741900.470.6100.25253.4547.1551.76
Hex644ABE2F3D019fd2f34
Octal14411227657750313755764
Binary110010010010101011111010111111110101100111111101101111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #644ABE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(100,74,190); }

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

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

 a { background-color: rgb(100,74,190); }

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

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

 span { border-color: rgb(100,74,190); }

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