#644077

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

Shades of Honey Flower #644077

Tints of Honey Flower #644077

Color information

#644077 (or 0x644077) is unknown color: approx Honey Flower. HEX triplet: 64, 40 and 77. RGB value is (100,64,119). Sum of RGB (Red+Green+Blue) = 100+64+119=283 (37% of max value = 765). Red value is 100 (39.45% from 255 or 35.34% from 283); Green value is 64 (25.39% from 255 or 22.61% from 283); Blue value is 119 (46.88% from 255 or 42.05% from 283); Max value from RGB is 119 - color contains mainly: blue. Hex color #644077 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #644077 is #9BBF88. Grayscale: #505050. Windows color (decimal): -10207113 or 7815268. OLE color: 7815268.

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

Color convert

RGB10064119-
CMYK0.160.4600.53
HSL279.27º30.05%35.88%-
HSV(B)279.27º46.22%46.67%-
XYZ10.427.7118.39-
YUV81.03149.43141.53-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 35.34%
GREEN value IS 64 (25.39% from 255) = 22.61%
BLUE value IS 119 (46.88% from 255) = 42.05%
R=35.34%
G=22.61%
B=42.05%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal100641190.160.4600.53279.2730.0535.88
Hex644077102E0351171e24
Octal14410016720560654273644
Binary11001001000000111011110000101110011010110001011111110100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #644077

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #644077; }

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

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

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

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

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

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

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

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