#644ABC

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

Shades of Blue Marguerite #644ABC

Tints of Blue Marguerite #644ABC

Color information

#644ABC (or 0x644ABC) is unknown color: approx Blue Marguerite. HEX triplet: 64, 4A and BC. RGB value is (100,74,188). Sum of RGB (Red+Green+Blue) = 100+74+188=362 (47% of max value = 765). Red value is 100 (39.45% from 255 or 27.62% from 362); Green value is 74 (29.30% from 255 or 20.44% from 362); Blue value is 188 (73.83% from 255 or 51.93% from 362); Max value from RGB is 188 - color contains mainly: blue. Hex color #644ABC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #644ABC is #9BB543. Grayscale: #5E5E5E. Windows color (decimal): -10204484 or 12339812. OLE color: 12339812.

HSL color Cylindrical-coordinate representation of color #644ABC: hue angle of 253.68º degrees, saturation: 0.46, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #644ABC is Cyan = 0.47, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB10074188-
CMYK0.470.6100.26
HSL253.68º45.97%51.37%-
HSV(B)253.68º60.64%73.73%-
XYZ16.7811.2448.86-
YUV94.77180.61131.73-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 27.62%
GREEN value IS 74 (29.30% from 255) = 20.44%
BLUE value IS 188 (73.83% from 255) = 51.93%
R=27.62%
G=20.44%
B=51.93%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal100741880.470.6100.26253.6845.9751.37
Hex644ABC2F3D01Afe2e33
Octal14411227457750323765663
Binary110010010010101011110010111111110101101011111110101110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #644ABC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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