#644673

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

Shades of Honey Flower #644673

Tints of Honey Flower #644673

Color information

#644673 (or 0x644673) is unknown color: approx Honey Flower. HEX triplet: 64, 46 and 73. RGB value is (100,70,115). Sum of RGB (Red+Green+Blue) = 100+70+115=285 (37% of max value = 765). Red value is 100 (39.45% from 255 or 35.09% from 285); Green value is 70 (27.73% from 255 or 24.56% from 285); Blue value is 115 (45.31% from 255 or 40.35% from 285); Max value from RGB is 115 - color contains mainly: blue. Hex color #644673 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #644673 is #9BB98C. Grayscale: #535353. Windows color (decimal): -10205581 or 7554660. OLE color: 7554660.

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

Color convert

RGB10070115-
CMYK0.130.3900.55
HSL280º24.32%36.27%-
HSV(B)280º39.13%45.1%-
XYZ10.548.3317.27-
YUV84.1145.44139.34-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 35.09%
GREEN value IS 70 (27.73% from 255) = 24.56%
BLUE value IS 115 (45.31% from 255) = 40.35%
R=35.09%
G=24.56%
B=40.35%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal100701150.130.3900.5528024.3236.27
Hex644673D270371181824
Octal14410616315470674303044
Binary1100100100011011100111101100111011011110001100011000100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #644673

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #644673; }

 p { color: rgb(100,70,115); }

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

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

 a { background-color: rgb(100,70,115); }

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

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

 span { border-color: rgb(100,70,115); }

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