#644076

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

Shades of Honey Flower #644076

Tints of Honey Flower #644076

Color information

#644076 (or 0x644076) is unknown color: approx Honey Flower. HEX triplet: 64, 40 and 76. RGB value is (100,64,118). Sum of RGB (Red+Green+Blue) = 100+64+118=282 (37% of max value = 765). Red value is 100 (39.45% from 255 or 35.46% from 282); Green value is 64 (25.39% from 255 or 22.70% from 282); Blue value is 118 (46.48% from 255 or 41.84% from 282); Max value from RGB is 118 - color contains mainly: blue. Hex color #644076 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #644076 is #9BBF89. Grayscale: #505050. Windows color (decimal): -10207114 or 7749732. OLE color: 7749732.

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

Color convert

RGB10064118-
CMYK0.150.4600.54
HSL280º29.67%35.69%-
HSV(B)280º45.76%46.27%-
XYZ10.367.6818.08-
YUV80.92148.93141.61-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 35.46%
GREEN value IS 64 (25.39% from 255) = 22.70%
BLUE value IS 118 (46.48% from 255) = 41.84%
R=35.46%
G=22.70%
B=41.84%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal100641180.150.4600.5428029.6735.69
Hex644076F2E0361181e24
Octal14410016617560664303644
Binary1100100100000011101101111101110011011010001100011110100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #644076

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #644076; }

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

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

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

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

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

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

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

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