#644CBA

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

Shades of Blue Marguerite #644CBA

Tints of Blue Marguerite #644CBA

Color information

#644CBA (or 0x644CBA) is unknown color: approx Blue Marguerite. HEX triplet: 64, 4C and BA. RGB value is (100,76,186). Sum of RGB (Red+Green+Blue) = 100+76+186=362 (47% of max value = 765). Red value is 100 (39.45% from 255 or 27.62% from 362); Green value is 76 (30.08% from 255 or 20.99% from 362); Blue value is 186 (73.05% from 255 or 51.38% from 362); Max value from RGB is 186 - color contains mainly: blue. Hex color #644CBA is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #644CBA is #9BB345. Grayscale: #5F5F5F. Windows color (decimal): -10203974 or 12209252. OLE color: 12209252.

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

Color convert

RGB10076186-
CMYK0.460.5900.27
HSL253.09º44.35%51.37%-
HSV(B)253.09º59.14%72.94%-
XYZ16.711.4247.78-
YUV95.72178.95131.06-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 27.62%
GREEN value IS 76 (30.08% from 255) = 20.99%
BLUE value IS 186 (73.05% from 255) = 51.38%
R=27.62%
G=20.99%
B=51.38%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal100761860.460.5900.27253.0944.3551.37
Hex644CBA2E3B01Bfd2c33
Octal14411427256730333755463
Binary110010010011001011101010111011101101101111111101101100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #644CBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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