#644074

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

Shades of Honey Flower #644074

Tints of Honey Flower #644074

Color information

#644074 (or 0x644074) is unknown color: approx Honey Flower. HEX triplet: 64, 40 and 74. RGB value is (100,64,116). Sum of RGB (Red+Green+Blue) = 100+64+116=280 (37% of max value = 765). Red value is 100 (39.45% from 255 or 35.71% from 280); Green value is 64 (25.39% from 255 or 22.86% from 280); Blue value is 116 (45.70% from 255 or 41.43% from 280); Max value from RGB is 116 - color contains mainly: blue. Hex color #644074 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #644074 is #9BBF8B. Grayscale: #505050. Windows color (decimal): -10207116 or 7618660. OLE color: 7618660.

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

Color convert

RGB10064116-
CMYK0.140.4500.55
HSL281.54º28.89%35.29%-
HSV(B)281.54º44.83%45.49%-
XYZ10.247.6417.46-
YUV80.69147.93141.77-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 35.71%
GREEN value IS 64 (25.39% from 255) = 22.86%
BLUE value IS 116 (45.70% from 255) = 41.43%
R=35.71%
G=22.86%
B=41.43%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal100641160.140.4500.55281.5428.8935.29
Hex644074E2D03711a1d23
Octal14410016416550674323543
Binary1100100100000011101001110101101011011110001101011101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #644074

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #644074; }

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

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

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

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

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

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

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

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