#644574

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

Shades of Honey Flower #644574

Tints of Honey Flower #644574

Color information

#644574 (or 0x644574) is unknown color: approx Honey Flower. HEX triplet: 64, 45 and 74. RGB value is (100,69,116). Sum of RGB (Red+Green+Blue) = 100+69+116=285 (37% of max value = 765). Red value is 100 (39.45% from 255 or 35.09% from 285); Green value is 69 (27.34% from 255 or 24.21% from 285); Blue value is 116 (45.70% from 255 or 40.70% from 285); Max value from RGB is 116 - color contains mainly: blue. Hex color #644574 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #644574 is #9BBA8B. Grayscale: #535353. Windows color (decimal): -10205836 or 7619940. OLE color: 7619940.

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

Color convert

RGB10069116-
CMYK0.140.4100.55
HSL279.57º25.41%36.27%-
HSV(B)279.57º40.52%45.49%-
XYZ10.548.2317.56-
YUV83.63146.27139.68-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 35.09%
GREEN value IS 69 (27.34% from 255) = 24.21%
BLUE value IS 116 (45.70% from 255) = 40.70%
R=35.09%
G=24.21%
B=40.70%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal100691160.140.4100.55279.5725.4136.27
Hex644574E290371181924
Octal14410516416510674303144
Binary1100100100010111101001110101001011011110001100011001100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #644574

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #644574; }

 p { color: rgb(100,69,116); }

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

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

 a { background-color: rgb(100,69,116); }

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

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

 span { border-color: rgb(100,69,116); }

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