#644576

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

Shades of Honey Flower #644576

Tints of Honey Flower #644576

Color information

#644576 (or 0x644576) is unknown color: approx Honey Flower. HEX triplet: 64, 45 and 76. RGB value is (100,69,118). Sum of RGB (Red+Green+Blue) = 100+69+118=287 (38% of max value = 765). Red value is 100 (39.45% from 255 or 34.84% from 287); Green value is 69 (27.34% from 255 or 24.04% from 287); Blue value is 118 (46.48% from 255 or 41.11% from 287); Max value from RGB is 118 - color contains mainly: blue. Hex color #644576 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #644576 is #9BBA89. Grayscale: #535353. Windows color (decimal): -10205834 or 7751012. OLE color: 7751012.

HSL color Cylindrical-coordinate representation of color #644576: hue angle of 277.96º degrees, saturation: 0.26, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #644576 is Cyan = 0.15, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB10069118-
CMYK0.150.4200.54
HSL277.96º26.2%36.67%-
HSV(B)277.96º41.53%46.27%-
XYZ10.658.2718.17-
YUV83.85147.27139.52-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 34.84%
GREEN value IS 69 (27.34% from 255) = 24.04%
BLUE value IS 118 (46.48% from 255) = 41.11%
R=34.84%
G=24.04%
B=41.11%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal100691180.150.4200.54277.9626.236.67
Hex644576F2A0361161a25
Octal14410516617520664263245
Binary1100100100010111101101111101010011011010001011011010100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #644576

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #644576; }

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

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

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

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

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

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

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

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