#644972

Color #644972 Honey Flower (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Honey Flower #644972

Tints of Honey Flower #644972

Color information

#644972 (or 0x644972) is unknown color: approx Honey Flower. HEX triplet: 64, 49 and 72. RGB value is (100,73,114). Sum of RGB (Red+Green+Blue) = 100+73+114=287 (38% of max value = 765). Red value is 100 (39.45% from 255 or 34.84% from 287); Green value is 73 (28.91% from 255 or 25.44% from 287); Blue value is 114 (44.92% from 255 or 39.72% from 287); Max value from RGB is 114 - color contains mainly: blue. Hex color #644972 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #644972 is #9BB68D. Grayscale: #555555. Windows color (decimal): -10204814 or 7489892. OLE color: 7489892.

HSL color Cylindrical-coordinate representation of color #644972: hue angle of 279.51º degrees, saturation: 0.22, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #644972 is Cyan = 0.12, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB10073114-
CMYK0.120.3600.55
HSL279.51º21.93%36.67%-
HSV(B)279.51º35.96%44.71%-
XYZ10.688.6917.03-
YUV85.75143.95138.17-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 34.84%
GREEN value IS 73 (28.91% from 255) = 25.44%
BLUE value IS 114 (44.92% from 255) = 39.72%
R=34.84%
G=25.44%
B=39.72%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal100731140.120.3600.55279.5121.9336.67
Hex644972C240371181625
Octal14411116214440674302645
Binary1100100100100111100101100100100011011110001100010110100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #644972

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #644972; }

 p { color: rgb(100,73,114); }

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

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

 a { background-color: rgb(100,73,114); }

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

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

 span { border-color: rgb(100,73,114); }

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